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