Charcoal (Neutral)
#2B352F
RGB: 43, 53, 47
Color OverviewHEX #2B352F

#2B352F Color Code Information

In the RGB color space, #2B352F is composed of 17% red, 21% green, and 18% blue. In the HSL color space, it has a hue of 144°, saturation of 10%, and lightness of 19%.

HEX
#2B352F
RGB
43, 53, 47
HSL
144°, 10%, 19%
HSV
144°, 19%, 21%
CMYK
19%, 0%, 11%, 79%
Name Match
Charcoal
Closest Standard

Shades of #2B352F (Darker Variations)

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

Tints of #2B352F (Lighter Variations)

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

Tones of #2B352F (Muted Variations)

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

Color Harmonies for #2B352F

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

Developer Code Snippets & Tailwind CSS

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

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