#034019
a deep, electric green · cool · closest name: darkslategray
RGB
3, 64, 25
HSL
142°, 91%, 13%
CMYK
95, 0, 61, 75
Luminance
0.0376
Every format
| HEX | #034019 |
| RGB | rgb(3, 64, 25) |
| HSL | hsl(142, 91%, 13%) |
| CMYK | cmyk(95%, 0%, 61%, 75%) |
| LAB | lab(22.9 -28.4 18.6) |
| LCH | lch(22.9 33.9 146.7) |
| OKLCH | oklch(0.325 0.088 149.5) |
Copy-ready code
/* CSS */
color: #034019;
background-color: #034019;
/* Tailwind (arbitrary) */
class="text-[#034019] bg-[#034019]"
/* SCSS */
$brand: #034019;
/* SwiftUI */
Color(red: 0.012, green: 0.251, blue: 0.098)
/* Android */
Color.parseColor("#034019")Accessibility — WCAG contrast
Aa
#034019 on white: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034019 on black: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green25.1%
Blue9.8%
CMYK percentages
Cyan95.3%
Magenta0.0%
Yellow60.9%
Key (black)74.9%
Color previews
#034019 text on a black background
contrast 1.75:1
Card sample
#034019 text on a white background
contrast 11.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034019;
Background color
Panel with #034019 background
background-color: #034019;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034019;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 64, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 64, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034019; background: linear-gradient(135deg, #034019, #033E40);