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