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