#202721
a deep, muted green · cool · closest name: black
RGB
32, 39, 33
HSL
129°, 10%, 14%
CMYK
18, 0, 15, 85
Luminance
0.0187
Every format
| HEX | #202721 |
| RGB | rgb(32, 39, 33) |
| HSL | hsl(129, 10%, 14%) |
| CMYK | cmyk(18%, 0%, 15%, 85%) |
| LAB | lab(14.8 -4.6 2.9) |
| LCH | lch(14.8 5.5 147.7) |
| OKLCH | oklch(0.264 0.015 149.3) |
Copy-ready code
/* CSS */
color: #202721;
background-color: #202721;
/* Tailwind (arbitrary) */
class="text-[#202721] bg-[#202721]"
/* SCSS */
$brand: #202721;
/* SwiftUI */
Color(red: 0.125, green: 0.153, blue: 0.129)
/* Android */
Color.parseColor("#202721")Accessibility — WCAG contrast
Aa
#202721 on white: 15.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#202721 on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green15.3%
Blue12.9%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow15.4%
Key (black)84.7%
Color previews
#202721 text on a black background
contrast 1.37:1
Card sample
#202721 text on a white background
contrast 15.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #202721;
Background color
Panel with #202721 background
background-color: #202721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #202721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 39, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 39, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #202721; background: linear-gradient(135deg, #202721, #202726);