#022708
a deep, electric green · cool · closest name: darkslategray
RGB
2, 39, 8
HSL
130°, 90%, 8%
CMYK
95, 0, 80, 85
Luminance
0.0148
Every format
| HEX | #022708 |
| RGB | rgb(2, 39, 8) |
| HSL | hsl(130, 90%, 8%) |
| CMYK | cmyk(95%, 0%, 80%, 85%) |
| LAB | lab(12.5 -21.3 14.8) |
| LCH | lch(12.5 25.9 145.3) |
| OKLCH | oklch(0.239 0.069 146.2) |
Copy-ready code
/* CSS */
color: #022708;
background-color: #022708;
/* Tailwind (arbitrary) */
class="text-[#022708] bg-[#022708]"
/* SCSS */
$brand: #022708;
/* SwiftUI */
Color(red: 0.008, green: 0.153, blue: 0.031)
/* Android */
Color.parseColor("#022708")Accessibility — WCAG contrast
Aa
#022708 on white: 16.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#022708 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green15.3%
Blue3.1%
CMYK percentages
Cyan94.9%
Magenta0.0%
Yellow79.5%
Key (black)84.7%
Color previews
#022708 text on a black background
contrast 1.30:1
Card sample
#022708 text on a white background
contrast 16.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #022708;
Background color
Panel with #022708 background
background-color: #022708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #022708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 39, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 39, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #022708; background: linear-gradient(135deg, #022708, #022720);