Charcoal (Neutral)
#372F2D
RGB: 55, 47, 45
Color OverviewHEX #372F2D

#372F2D Color Code Information

In the RGB color space, #372F2D is composed of 22% red, 18% green, and 18% blue. In the HSL color space, it has a hue of 12°, saturation of 10%, and lightness of 20%.

HEX
#372F2D
RGB
55, 47, 45
HSL
12°, 10%, 20%
HSV
12°, 18%, 22%
CMYK
0%, 15%, 18%, 78%
Name Match
Charcoal
Closest Standard

Shades of #372F2D (Darker Variations)

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

Tints of #372F2D (Lighter Variations)

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

Tones of #372F2D (Muted Variations)

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

Color Harmonies for #372F2D

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

Developer Code Snippets & Tailwind CSS

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

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