Black (Neutral)
#12131B
RGB: 18, 19, 27
Color OverviewHEX #12131B

#12131B Color Code Information

In the RGB color space, #12131B is composed of 7% red, 7% green, and 11% blue. In the HSL color space, it has a hue of 233°, saturation of 20%, and lightness of 9%.

HEX
#12131B
RGB
18, 19, 27
HSL
233°, 20%, 9%
HSV
233°, 33%, 11%
CMYK
33%, 30%, 0%, 89%
Name Match
Black
Closest Standard

Shades of #12131B (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #12131B (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #12131B (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #12131B

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #12131B Background
Contrast Ratio against Pure White (#FFFFFF):18.51 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #12131B Background
Contrast Ratio against Pure Black (#000000):1.13 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #12131B;
}

.element {
  color: #12131B;
  background-color: #12131B;
  border-color: #12131B;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#12131B] text-[#12131B] border-[#12131B]">
  Content styled with #12131B
</div>