Charcoal (Neutral)
#3E0F21
RGB: 62, 15, 33
Color OverviewHEX #3E0F21

#3E0F21 Color Code Information

In the RGB color space, #3E0F21 is composed of 24% red, 6% green, and 13% blue. In the HSL color space, it has a hue of 337°, saturation of 61%, and lightness of 15%.

HEX
#3E0F21
RGB
62, 15, 33
HSL
337°, 61%, 15%
HSV
337°, 76%, 24%
CMYK
0%, 76%, 47%, 76%
Name Match
Charcoal
Closest Standard

Shades of #3E0F21 (Darker Variations)

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

Tints of #3E0F21 (Lighter Variations)

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

Tones of #3E0F21 (Muted Variations)

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

Color Harmonies for #3E0F21

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 #3E0F21 Background
Contrast Ratio against Pure White (#FFFFFF):16.21 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #3E0F21 Background
Contrast Ratio against Pure Black (#000000):1.3 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #3E0F21;
}

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