#023607
a deep, electric green · cool · closest name: darkslategray
RGB
2, 54, 7
HSL
126°, 93%, 11%
CMYK
96, 0, 87, 79
Luminance
0.0267
Every format
| HEX | #023607 |
| RGB | rgb(2, 54, 7) |
| HSL | hsl(126, 93%, 11%) |
| CMYK | cmyk(96%, 0%, 87%, 79%) |
| LAB | lab(18.7 -27.3 23.0) |
| LCH | lch(18.7 35.7 139.9) |
| OKLCH | oklch(0.290 0.091 144.1) |
Copy-ready code
/* CSS */
color: #023607;
background-color: #023607;
/* Tailwind (arbitrary) */
class="text-[#023607] bg-[#023607]"
/* SCSS */
$brand: #023607;
/* SwiftUI */
Color(red: 0.008, green: 0.212, blue: 0.027)
/* Android */
Color.parseColor("#023607")Accessibility — WCAG contrast
Aa
#023607 on white: 13.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#023607 on black: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green21.2%
Blue2.7%
CMYK percentages
Cyan96.3%
Magenta0.0%
Yellow87.0%
Key (black)78.8%
Color previews
#023607 text on a black background
contrast 1.53:1
Card sample
#023607 text on a white background
contrast 13.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #023607;
Background color
Panel with #023607 background
background-color: #023607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #023607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 54, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 54, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #023607; background: linear-gradient(135deg, #023607, #02362A);