Charcoal (Neutral)
#284332
RGB: 40, 67, 50
Color OverviewHEX #284332

#284332 Color Code Information

In the RGB color space, #284332 is composed of 16% red, 26% green, and 20% blue. In the HSL color space, it has a hue of 142°, saturation of 25%, and lightness of 21%.

HEX
#284332
RGB
40, 67, 50
HSL
142°, 25%, 21%
HSV
142°, 40%, 26%
CMYK
40%, 0%, 25%, 74%
Name Match
Charcoal
Closest Standard

Shades of #284332 (Darker Variations)

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

Tints of #284332 (Lighter Variations)

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

Tones of #284332 (Muted Variations)

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

Color Harmonies for #284332

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

Developer Code Snippets & Tailwind CSS

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

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