#222021
a deep, muted gray · warm · closest name: black
RGB
34, 32, 33
HSL
330°, 3%, 13%
CMYK
0, 6, 3, 87
Luminance
0.0148
Every format
| HEX | #222021 |
| RGB | rgb(34, 32, 33) |
| HSL | hsl(330, 3%, 13%) |
| CMYK | cmyk(0%, 6%, 3%, 87%) |
| LAB | lab(12.5 1.2 -0.3) |
| LCH | lch(12.5 1.2 344.1) |
| OKLCH | oklch(0.246 0.004 345.5) |
Copy-ready code
/* CSS */
color: #222021;
background-color: #222021;
/* Tailwind (arbitrary) */
class="text-[#222021] bg-[#222021]"
/* SCSS */
$brand: #222021;
/* SwiftUI */
Color(red: 0.133, green: 0.125, blue: 0.129)
/* Android */
Color.parseColor("#222021")Accessibility — WCAG contrast
Aa
#222021 on white: 16.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#222021 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green12.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow2.9%
Key (black)86.7%
Color previews
#222021 text on a black background
contrast 1.30:1
Card sample
#222021 text on a white background
contrast 16.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #222021;
Background color
Panel with #222021 background
background-color: #222021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #222021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 32, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 32, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #222021; background: linear-gradient(135deg, #222021, #222020);