Charcoal (Neutral)
#2E0E1E
RGB: 46, 14, 30
Color OverviewHEX #2E0E1E
#2E0E1E Color Code Information
In the RGB color space, #2E0E1E is composed of 18% red, 5% green, and 12% blue. In the HSL color space, it has a hue of 330°, saturation of 53%, and lightness of 12%.
HEX
#2E0E1E
RGB
46, 14, 30
HSL
330°, 53%, 12%
HSV
330°, 70%, 18%
CMYK
0%, 70%, 35%, 82%
Name Match
Charcoal
Closest StandardShades of #2E0E1E (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #2E0E1E (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #2E0E1E (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #2E0E1E
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #2E0E1E Background
Contrast Ratio against Pure White (#FFFFFF):17.53 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #2E0E1E Background
Contrast Ratio against Pure Black (#000000):1.2 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #2E0E1E;
}
.element {
color: #2E0E1E;
background-color: #2E0E1E;
border-color: #2E0E1E;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#2E0E1E] text-[#2E0E1E] border-[#2E0E1E]"> Content styled with #2E0E1E </div>