Charcoal (Neutral)
#312D2E
RGB: 49, 45, 46
Color OverviewHEX #312D2E

#312D2E Color Code Information

In the RGB color space, #312D2E is composed of 19% red, 18% green, and 18% blue. In the HSL color space, it has a hue of 345°, saturation of 4%, and lightness of 18%.

HEX
#312D2E
RGB
49, 45, 46
HSL
345°, 4%, 18%
HSV
345°, 8%, 19%
CMYK
0%, 8%, 6%, 81%
Name Match
Charcoal
Closest Standard

Shades of #312D2E (Darker Variations)

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

Tints of #312D2E (Lighter Variations)

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

Tones of #312D2E (Muted Variations)

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

Color Harmonies for #312D2E

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

Developer Code Snippets & Tailwind CSS

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

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