Charcoal (Neutral)
#25250E
RGB: 37, 37, 14
Color OverviewHEX #25250E

#25250E Color Code Information

In the RGB color space, #25250E is composed of 15% red, 15% green, and 5% blue. In the HSL color space, it has a hue of 60°, saturation of 45%, and lightness of 10%.

HEX
#25250E
RGB
37, 37, 14
HSL
60°, 45%, 10%
HSV
60°, 62%, 15%
CMYK
0%, 0%, 62%, 85%
Name Match
Charcoal
Closest Standard

Shades of #25250E (Darker Variations)

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

Tints of #25250E (Lighter Variations)

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

Tones of #25250E (Muted Variations)

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

Color Harmonies for #25250E

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

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