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