#022607
a deep, electric green · cool · closest name: darkslategray
RGB
2, 38, 7
HSL
128°, 90%, 8%
CMYK
95, 0, 82, 85
Luminance
0.0141
Every format
| HEX | #022607 |
| RGB | rgb(2, 38, 7) |
| HSL | hsl(128, 90%, 8%) |
| CMYK | cmyk(95%, 0%, 82%, 85%) |
| LAB | lab(12.1 -21.0 14.6) |
| LCH | lch(12.1 25.5 145.2) |
| OKLCH | oklch(0.235 0.069 145.7) |
Copy-ready code
/* CSS */
color: #022607;
background-color: #022607;
/* Tailwind (arbitrary) */
class="text-[#022607] bg-[#022607]"
/* SCSS */
$brand: #022607;
/* SwiftUI */
Color(red: 0.008, green: 0.149, blue: 0.027)
/* Android */
Color.parseColor("#022607")Accessibility — WCAG contrast
Aa
#022607 on white: 16.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#022607 on black: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green14.9%
Blue2.7%
CMYK percentages
Cyan94.7%
Magenta0.0%
Yellow81.6%
Key (black)85.1%
Color previews
#022607 text on a black background
contrast 1.28:1
Card sample
#022607 text on a white background
contrast 16.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #022607;
Background color
Panel with #022607 background
background-color: #022607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #022607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 38, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 38, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #022607; background: linear-gradient(135deg, #022607, #02261F);