Charcoal (Neutral)
#24222A
RGB: 36, 34, 42
Color OverviewHEX #24222A

#24222A Color Code Information

In the RGB color space, #24222A is composed of 14% red, 13% green, and 16% blue. In the HSL color space, it has a hue of 255°, saturation of 11%, and lightness of 15%.

HEX
#24222A
RGB
36, 34, 42
HSL
255°, 11%, 15%
HSV
255°, 19%, 16%
CMYK
14%, 19%, 0%, 84%
Name Match
Charcoal
Closest Standard

Shades of #24222A (Darker Variations)

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

Tints of #24222A (Lighter Variations)

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

Tones of #24222A (Muted Variations)

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

Color Harmonies for #24222A

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 #24222A Background
Contrast Ratio against Pure White (#FFFFFF):15.7 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #24222A Background
Contrast Ratio against Pure Black (#000000):1.34 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #24222A;
}

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