#034310
a deep, electric green · cool · closest name: seagreen
RGB
3, 67, 16
HSL
132°, 91%, 14%
CMYK
96, 0, 76, 74
Luminance
0.0407
Every format
| HEX | #034310 |
| RGB | rgb(3, 67, 16) |
| HSL | hsl(132, 91%, 14%) |
| CMYK | cmyk(96%, 0%, 76%, 74%) |
| LAB | lab(23.9 -30.9 24.8) |
| LCH | lch(23.9 39.6 141.3) |
| OKLCH | oklch(0.334 0.101 145.5) |
Copy-ready code
/* CSS */
color: #034310;
background-color: #034310;
/* Tailwind (arbitrary) */
class="text-[#034310] bg-[#034310]"
/* SCSS */
$brand: #034310;
/* SwiftUI */
Color(red: 0.012, green: 0.263, blue: 0.063)
/* Android */
Color.parseColor("#034310")Accessibility — WCAG contrast
Aa
#034310 on white: 11.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034310 on black: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green26.3%
Blue6.3%
CMYK percentages
Cyan95.5%
Magenta0.0%
Yellow76.1%
Key (black)73.7%
Color previews
#034310 text on a black background
contrast 1.81:1
Card sample
#034310 text on a white background
contrast 11.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034310;
Background color
Panel with #034310 background
background-color: #034310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 67, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 67, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034310; background: linear-gradient(135deg, #034310, #03433B);