Charcoal (Neutral)
#2D232E
RGB: 45, 35, 46
Color OverviewHEX #2D232E

#2D232E Color Code Information

In the RGB color space, #2D232E is composed of 18% red, 14% green, and 18% blue. In the HSL color space, it has a hue of 295°, saturation of 14%, and lightness of 16%.

HEX
#2D232E
RGB
45, 35, 46
HSL
295°, 14%, 16%
HSV
295°, 24%, 18%
CMYK
2%, 24%, 0%, 82%
Name Match
Charcoal
Closest Standard

Shades of #2D232E (Darker Variations)

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

Tints of #2D232E (Lighter Variations)

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

Tones of #2D232E (Muted Variations)

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

Color Harmonies for #2D232E

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

Developer Code Snippets & Tailwind CSS

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

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