#034409
a deep, electric green · cool · closest name: seagreen
RGB
3, 68, 9
HSL
126°, 92%, 14%
CMYK
96, 0, 87, 73
Luminance
0.0417
Every format
| HEX | #034409 |
| RGB | rgb(3, 68, 9) |
| HSL | hsl(126, 92%, 14%) |
| CMYK | cmyk(96%, 0%, 87%, 73%) |
| LAB | lab(24.2 -31.9 28.2) |
| LCH | lch(24.2 42.6 138.6) |
| OKLCH | oklch(0.336 0.107 143.8) |
Copy-ready code
/* CSS */
color: #034409;
background-color: #034409;
/* Tailwind (arbitrary) */
class="text-[#034409] bg-[#034409]"
/* SCSS */
$brand: #034409;
/* SwiftUI */
Color(red: 0.012, green: 0.267, blue: 0.035)
/* Android */
Color.parseColor("#034409")Accessibility — WCAG contrast
Aa
#034409 on white: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034409 on black: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green26.7%
Blue3.5%
CMYK percentages
Cyan95.6%
Magenta0.0%
Yellow86.8%
Key (black)73.3%
Color previews
#034409 text on a black background
contrast 1.83:1
Card sample
#034409 text on a white background
contrast 11.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034409;
Background color
Panel with #034409 background
background-color: #034409;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034409;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 68, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 68, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034409; background: linear-gradient(135deg, #034409, #034434);