#021603
a deep, electric green · cool · closest name: black
RGB
2, 22, 3
HSL
123°, 83%, 5%
CMYK
91, 0, 86, 91
Luminance
0.0059
Every format
| HEX | #021603 |
| RGB | rgb(2, 22, 3) |
| HSL | hsl(123, 83%, 5%) |
| CMYK | cmyk(91%, 0%, 86%, 91%) |
| LAB | lab(5.4 -9.7 6.6) |
| LCH | lch(5.4 11.7 145.5) |
| OKLCH | oklch(0.176 0.050 144.4) |
Copy-ready code
/* CSS */
color: #021603;
background-color: #021603;
/* Tailwind (arbitrary) */
class="text-[#021603] bg-[#021603]"
/* SCSS */
$brand: #021603;
/* SwiftUI */
Color(red: 0.008, green: 0.086, blue: 0.012)
/* Android */
Color.parseColor("#021603")Accessibility — WCAG contrast
Aa
#021603 on white: 18.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#021603 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green8.6%
Blue1.2%
CMYK percentages
Cyan90.9%
Magenta0.0%
Yellow86.4%
Key (black)91.4%
Color previews
#021603 text on a black background
contrast 1.12:1
Card sample
#021603 text on a white background
contrast 18.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #021603;
Background color
Panel with #021603 background
background-color: #021603;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #021603;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 22, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 22, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #021603; background: linear-gradient(135deg, #021603, #021610);