#202821
a deep, muted green · cool · closest name: black
RGB
32, 40, 33
HSL
128°, 11%, 14%
CMYK
20, 0, 18, 84
Luminance
0.0193
Every format
| HEX | #202821 |
| RGB | rgb(32, 40, 33) |
| HSL | hsl(128, 11%, 14%) |
| CMYK | cmyk(20%, 0%, 18%, 84%) |
| LAB | lab(15.1 -5.3 3.5) |
| LCH | lch(15.1 6.3 147.0) |
| OKLCH | oklch(0.267 0.017 148.6) |
Copy-ready code
/* CSS */
color: #202821;
background-color: #202821;
/* Tailwind (arbitrary) */
class="text-[#202821] bg-[#202821]"
/* SCSS */
$brand: #202821;
/* SwiftUI */
Color(red: 0.125, green: 0.157, blue: 0.129)
/* Android */
Color.parseColor("#202821")Accessibility — WCAG contrast
Aa
#202821 on white: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#202821 on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green15.7%
Blue12.9%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow17.5%
Key (black)84.3%
Color previews
#202821 text on a black background
contrast 1.39:1
Card sample
#202821 text on a white background
contrast 15.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #202821;
Background color
Panel with #202821 background
background-color: #202821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #202821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 40, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 40, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #202821; background: linear-gradient(135deg, #202821, #202826);