Charcoal (Neutral)
#37412B
RGB: 55, 65, 43
Color OverviewHEX #37412B

#37412B Color Code Information

In the RGB color space, #37412B is composed of 22% red, 25% green, and 17% blue. In the HSL color space, it has a hue of 87°, saturation of 20%, and lightness of 21%.

HEX
#37412B
RGB
55, 65, 43
HSL
87°, 20%, 21%
HSV
87°, 34%, 25%
CMYK
15%, 0%, 34%, 75%
Name Match
Charcoal
Closest Standard

Shades of #37412B (Darker Variations)

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

Tints of #37412B (Lighter Variations)

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

Tones of #37412B (Muted Variations)

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

Color Harmonies for #37412B

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

Developer Code Snippets & Tailwind CSS

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

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