#034809
a deep, electric green · cool · closest name: seagreen
RGB
3, 72, 9
HSL
125°, 92%, 15%
CMYK
96, 0, 88, 72
Luminance
0.0467
Every format
| HEX | #034809 |
| RGB | rgb(3, 72, 9) |
| HSL | hsl(125, 92%, 15%) |
| CMYK | cmyk(96%, 0%, 88%, 72%) |
| LAB | lab(25.8 -33.3 29.7) |
| LCH | lch(25.8 44.6 138.3) |
| OKLCH | oklch(0.349 0.112 143.6) |
Copy-ready code
/* CSS */
color: #034809;
background-color: #034809;
/* Tailwind (arbitrary) */
class="text-[#034809] bg-[#034809]"
/* SCSS */
$brand: #034809;
/* SwiftUI */
Color(red: 0.012, green: 0.282, blue: 0.035)
/* Android */
Color.parseColor("#034809")Accessibility — WCAG contrast
Aa
#034809 on white: 10.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034809 on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green28.2%
Blue3.5%
CMYK percentages
Cyan95.8%
Magenta0.0%
Yellow87.5%
Key (black)71.8%
Color previews
#034809 text on a black background
contrast 1.93:1
Card sample
#034809 text on a white background
contrast 10.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034809;
Background color
Panel with #034809 background
background-color: #034809;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034809;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 72, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 72, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034809; background: linear-gradient(135deg, #034809, #034837);