Charcoal (Neutral)
#11251E
RGB: 17, 37, 30
Color OverviewHEX #11251E

#11251E Color Code Information

In the RGB color space, #11251E is composed of 7% red, 15% green, and 12% blue. In the HSL color space, it has a hue of 159°, saturation of 37%, and lightness of 11%.

HEX
#11251E
RGB
17, 37, 30
HSL
159°, 37%, 11%
HSV
159°, 54%, 15%
CMYK
54%, 0%, 19%, 85%
Name Match
Charcoal
Closest Standard

Shades of #11251E (Darker Variations)

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

Tints of #11251E (Lighter Variations)

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

Tones of #11251E (Muted Variations)

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

Color Harmonies for #11251E

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

Developer Code Snippets & Tailwind CSS

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

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