Charcoal (Neutral)
#33403C
RGB: 51, 64, 60
Color OverviewHEX #33403C

#33403C Color Code Information

In the RGB color space, #33403C is composed of 20% red, 25% green, and 24% blue. In the HSL color space, it has a hue of 162°, saturation of 11%, and lightness of 23%.

HEX
#33403C
RGB
51, 64, 60
HSL
162°, 11%, 23%
HSV
162°, 20%, 25%
CMYK
20%, 0%, 6%, 75%
Name Match
Charcoal
Closest Standard

Shades of #33403C (Darker Variations)

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

Tints of #33403C (Lighter Variations)

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

Tones of #33403C (Muted Variations)

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

Color Harmonies for #33403C

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 #33403C Background
Contrast Ratio against Pure White (#FFFFFF):10.83 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #33403C Background
Contrast Ratio against Pure Black (#000000):1.94 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #33403C;
}

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