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