#034708
a deep, electric green · cool · closest name: seagreen
RGB
3, 71, 8
HSL
124°, 92%, 15%
CMYK
96, 0, 89, 72
Luminance
0.0454
Every format
| HEX | #034708 |
| RGB | rgb(3, 71, 8) |
| HSL | hsl(124, 92%, 15%) |
| CMYK | cmyk(96%, 0%, 89%, 72%) |
| LAB | lab(25.4 -33.1 29.7) |
| LCH | lch(25.4 44.5 138.1) |
| OKLCH | oklch(0.346 0.111 143.5) |
Copy-ready code
/* CSS */
color: #034708;
background-color: #034708;
/* Tailwind (arbitrary) */
class="text-[#034708] bg-[#034708]"
/* SCSS */
$brand: #034708;
/* SwiftUI */
Color(red: 0.012, green: 0.278, blue: 0.031)
/* Android */
Color.parseColor("#034708")Accessibility — WCAG contrast
Aa
#034708 on white: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034708 on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green27.8%
Blue3.1%
CMYK percentages
Cyan95.8%
Magenta0.0%
Yellow88.7%
Key (black)72.2%
Color previews
#034708 text on a black background
contrast 1.91:1
Card sample
#034708 text on a white background
contrast 11.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034708;
Background color
Panel with #034708 background
background-color: #034708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 71, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 71, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034708; background: linear-gradient(135deg, #034708, #034735);