#212021
a deep, muted gray · warm · closest name: black
RGB
33, 32, 33
HSL
300°, 2%, 13%
CMYK
0, 3, 0, 87
Luminance
0.0147
Every format
| HEX | #212021 |
| RGB | rgb(33, 32, 33) |
| HSL | hsl(300, 2%, 13%) |
| CMYK | cmyk(0%, 3%, 0%, 87%) |
| LAB | lab(12.4 0.7 -0.5) |
| LCH | lch(12.4 0.9 324.7) |
| OKLCH | oklch(0.245 0.002 325.6) |
Copy-ready code
/* CSS */
color: #212021;
background-color: #212021;
/* Tailwind (arbitrary) */
class="text-[#212021] bg-[#212021]"
/* SCSS */
$brand: #212021;
/* SwiftUI */
Color(red: 0.129, green: 0.125, blue: 0.129)
/* Android */
Color.parseColor("#212021")Accessibility — WCAG contrast
Aa
#212021 on white: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#212021 on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green12.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta3.0%
Yellow0.0%
Key (black)87.1%
Color previews
#212021 text on a black background
contrast 1.29:1
Card sample
#212021 text on a white background
contrast 16.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #212021;
Background color
Panel with #212021 background
background-color: #212021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #212021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 32, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 32, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #212021; background: linear-gradient(135deg, #212021, #212020);