Charcoal (Neutral)
#28151E
RGB: 40, 21, 30
Color OverviewHEX #28151E

#28151E Color Code Information

In the RGB color space, #28151E is composed of 16% red, 8% green, and 12% blue. In the HSL color space, it has a hue of 332°, saturation of 31%, and lightness of 12%.

HEX
#28151E
RGB
40, 21, 30
HSL
332°, 31%, 12%
HSV
332°, 48%, 16%
CMYK
0%, 47%, 25%, 84%
Name Match
Charcoal
Closest Standard

Shades of #28151E (Darker Variations)

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

Tints of #28151E (Lighter Variations)

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

Tones of #28151E (Muted Variations)

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

Color Harmonies for #28151E

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

Developer Code Snippets & Tailwind CSS

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

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