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