#022011
a deep, electric green · cool · closest name: black
RGB
2, 32, 17
HSL
150°, 88%, 7%
CMYK
94, 0, 47, 88
Luminance
0.0109
Every format
| HEX | #022011 |
| RGB | rgb(2, 32, 17) |
| HSL | hsl(150, 88%, 7%) |
| CMYK | cmyk(94%, 0%, 47%, 88%) |
| LAB | lab(9.7 -15.4 6.6) |
| LCH | lch(9.7 16.8 156.8) |
| OKLCH | oklch(0.216 0.047 158.1) |
Copy-ready code
/* CSS */
color: #022011;
background-color: #022011;
/* Tailwind (arbitrary) */
class="text-[#022011] bg-[#022011]"
/* SCSS */
$brand: #022011;
/* SwiftUI */
Color(red: 0.008, green: 0.125, blue: 0.067)
/* Android */
Color.parseColor("#022011")Accessibility — WCAG contrast
Aa
#022011 on white: 17.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#022011 on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green12.5%
Blue6.7%
CMYK percentages
Cyan93.8%
Magenta0.0%
Yellow46.9%
Key (black)87.5%
Color previews
#022011 text on a black background
contrast 1.22:1
Card sample
#022011 text on a white background
contrast 17.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #022011;
Background color
Panel with #022011 background
background-color: #022011;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #022011;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 32, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 32, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #022011; background: linear-gradient(135deg, #022011, #021B20);