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