Charcoal (Neutral)
#181E1C
RGB: 24, 30, 28
Color OverviewHEX #181E1C

#181E1C Color Code Information

In the RGB color space, #181E1C is composed of 9% red, 12% green, and 11% blue. In the HSL color space, it has a hue of 160°, saturation of 11%, and lightness of 11%.

HEX
#181E1C
RGB
24, 30, 28
HSL
160°, 11%, 11%
HSV
160°, 20%, 12%
CMYK
20%, 0%, 7%, 88%
Name Match
Charcoal
Closest Standard

Shades of #181E1C (Darker Variations)

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

Tints of #181E1C (Lighter Variations)

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

Tones of #181E1C (Muted Variations)

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

Color Harmonies for #181E1C

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 #181E1C Background
Contrast Ratio against Pure White (#FFFFFF):16.92 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #181E1C Background
Contrast Ratio against Pure Black (#000000):1.24 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #181E1C;
}

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