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