#034007
a deep, electric green · cool · closest name: seagreen
RGB
3, 64, 7
HSL
124°, 91%, 13%
CMYK
95, 0, 89, 75
Luminance
0.0370
Every format
| HEX | #034007 |
| RGB | rgb(3, 64, 7) |
| HSL | hsl(124, 91%, 13%) |
| CMYK | cmyk(95%, 0%, 89%, 75%) |
| LAB | lab(22.7 -30.7 27.4) |
| LCH | lch(22.7 41.2 138.2) |
| OKLCH | oklch(0.323 0.103 143.5) |
Copy-ready code
/* CSS */
color: #034007;
background-color: #034007;
/* Tailwind (arbitrary) */
class="text-[#034007] bg-[#034007]"
/* SCSS */
$brand: #034007;
/* SwiftUI */
Color(red: 0.012, green: 0.251, blue: 0.027)
/* Android */
Color.parseColor("#034007")Accessibility — WCAG contrast
Aa
#034007 on white: 12.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034007 on black: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green25.1%
Blue2.7%
CMYK percentages
Cyan95.3%
Magenta0.0%
Yellow89.1%
Key (black)74.9%
Color previews
#034007 text on a black background
contrast 1.74:1
Card sample
#034007 text on a white background
contrast 12.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034007;
Background color
Panel with #034007 background
background-color: #034007;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034007;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 64, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 64, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034007; background: linear-gradient(135deg, #034007, #03402F);