Closest to Black
#212121
Color conversions
Reference values for common CSS, design, and accessibility formats.
| Format | Value | Preview | Copy |
|---|---|---|---|
| HEX | 212121 | ||
| HEX with # | #212121 | ||
| RGB | rgb(33, 33, 33) | ||
| RGBA | rgba(33, 33, 33, 1) | ||
| HSL | hsl(0 0% 12.94%) | ||
| HSLA | hsla(0, 0%, 12.94%, 1) | ||
| HSV | hsv(0, 0%, 12.94%) | ||
| CMYK | cmyk(0%, 0%, 0%, 87.06%) | ||
| OKLCH | oklch(24.78% 0 89.88) |
Closest named matches
Color modifications
Lighter shades
Saturation steps
Suggested pairings
Split-complementary
Try this combo as a gradientUse this color in CSS
--color: #212121;
bg-[#212121]
Accessibility quick-check
White text
16.1:1
AAA normal
Black text
1.3:1
Decorative only
Reference notes
#212121 is a very deep, muted red color closest to Black. The color has RGB channels of 33, 33, and 33; in HSL terms, it is centered near 0 degrees with 0% saturation and 13% lightness. In a design system, this neutral reading is a useful shortcut for deciding whether the color should act as a primary accent, a supporting surface, or a quiet divider. The safest usage pattern is to test it against both light and dark surfaces, then reserve the weaker text pairing for decoration rather than essential labels. If the color feels too forceful at full strength, the lighter, darker, and desaturated variants usually provide a calmer path for production UI. For editorial or product interfaces, reserve the most saturated use for accents and repeat softer variants in borders, labels, or background fills. This makes it useful for interfaces that need weight, contrast, or a more formal visual register. In CSS systems, define it as a custom property first so variations, shadows, and gradients can stay consistent.