#034014
a deep, electric green · cool · closest name: seagreen
RGB
3, 64, 20
HSL
137°, 91%, 13%
CMYK
95, 0, 69, 75
Luminance
0.0374
Every format
| HEX | #034014 |
| RGB | rgb(3, 64, 20) |
| HSL | hsl(137, 91%, 13%) |
| CMYK | cmyk(95%, 0%, 69%, 75%) |
| LAB | lab(22.8 -29.2 21.4) |
| LCH | lch(22.8 36.2 143.7) |
| OKLCH | oklch(0.325 0.093 147.2) |
Copy-ready code
/* CSS */
color: #034014;
background-color: #034014;
/* Tailwind (arbitrary) */
class="text-[#034014] bg-[#034014]"
/* SCSS */
$brand: #034014;
/* SwiftUI */
Color(red: 0.012, green: 0.251, blue: 0.078)
/* Android */
Color.parseColor("#034014")Accessibility — WCAG contrast
Aa
#034014 on white: 12.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034014 on black: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green25.1%
Blue7.8%
CMYK percentages
Cyan95.3%
Magenta0.0%
Yellow68.8%
Key (black)74.9%
Color previews
#034014 text on a black background
contrast 1.75:1
Card sample
#034014 text on a white background
contrast 12.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034014;
Background color
Panel with #034014 background
background-color: #034014;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034014;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 64, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 64, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034014; background: linear-gradient(135deg, #034014, #03403C);