Charcoal (Neutral)
#252422
RGB: 37, 36, 34
Color OverviewHEX #252422

#252422 Color Code Information

In the RGB color space, #252422 is composed of 15% red, 14% green, and 13% blue. In the HSL color space, it has a hue of 40°, saturation of 4%, and lightness of 14%.

HEX
#252422
RGB
37, 36, 34
HSL
40°, 4%, 14%
HSV
40°, 8%, 15%
CMYK
0%, 3%, 8%, 85%
Name Match
Charcoal
Closest Standard

Shades of #252422 (Darker Variations)

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

Tints of #252422 (Lighter Variations)

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

Tones of #252422 (Muted Variations)

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

Color Harmonies for #252422

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

Developer Code Snippets & Tailwind CSS

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

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