Charcoal (Neutral)
#12142B
RGB: 18, 20, 43
Color OverviewHEX #12142B

#12142B Color Code Information

In the RGB color space, #12142B is composed of 7% red, 8% green, and 17% blue. In the HSL color space, it has a hue of 235°, saturation of 41%, and lightness of 12%.

HEX
#12142B
RGB
18, 20, 43
HSL
235°, 41%, 12%
HSV
235°, 58%, 17%
CMYK
58%, 53%, 0%, 83%
Name Match
Charcoal
Closest Standard

Shades of #12142B (Darker Variations)

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

Tints of #12142B (Lighter Variations)

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

Tones of #12142B (Muted Variations)

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

Color Harmonies for #12142B

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 #12142B Background
Contrast Ratio against Pure White (#FFFFFF):18.09 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #12142B Background
Contrast Ratio against Pure Black (#000000):1.16 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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