Charcoal (Neutral)
#25241C
RGB: 37, 36, 28
Color OverviewHEX #25241C

#25241C Color Code Information

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

HEX
#25241C
RGB
37, 36, 28
HSL
53°, 14%, 13%
HSV
53°, 24%, 15%
CMYK
0%, 3%, 24%, 85%
Name Match
Charcoal
Closest Standard

Shades of #25241C (Darker Variations)

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

Tints of #25241C (Lighter Variations)

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

Tones of #25241C (Muted Variations)

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

Color Harmonies for #25241C

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 #25241C Background
Contrast Ratio against Pure White (#FFFFFF):15.58 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #25241C 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: #25241C;
}

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