Charcoal (Neutral)
#2C282C
RGB: 44, 40, 44
Color OverviewHEX #2C282C
#2C282C Color Code Information
In the RGB color space, #2C282C is composed of 17% red, 16% green, and 17% blue. In the HSL color space, it has a hue of 300°, saturation of 5%, and lightness of 16%.
HEX
#2C282C
RGB
44, 40, 44
HSL
300°, 5%, 16%
HSV
300°, 9%, 17%
CMYK
0%, 9%, 0%, 83%
Name Match
Charcoal
Closest StandardShades of #2C282C (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #2C282C (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #2C282C (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #2C282C
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 #2C282C Background
Contrast Ratio against Pure White (#FFFFFF):14.51 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #2C282C Background
Contrast Ratio against Pure Black (#000000):1.45 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #2C282C;
}
.element {
color: #2C282C;
background-color: #2C282C;
border-color: #2C282C;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#2C282C] text-[#2C282C] border-[#2C282C]"> Content styled with #2C282C </div>