#034f09
a deep, electric green · cool · closest name: seagreen
RGB
3, 79, 9
HSL
125°, 93%, 16%
CMYK
96, 0, 89, 69
Luminance
0.0563
Every format
| HEX | #034f09 |
| RGB | rgb(3, 79, 9) |
| HSL | hsl(125, 93%, 16%) |
| CMYK | cmyk(96%, 0%, 89%, 69%) |
| LAB | lab(28.5 -35.7 32.2) |
| LCH | lch(28.5 48.1 137.9) |
| OKLCH | oklch(0.372 0.120 143.4) |
Copy-ready code
/* CSS */
color: #034f09;
background-color: #034f09;
/* Tailwind (arbitrary) */
class="text-[#034f09] bg-[#034f09]"
/* SCSS */
$brand: #034f09;
/* SwiftUI */
Color(red: 0.012, green: 0.310, blue: 0.035)
/* Android */
Color.parseColor("#034f09")Accessibility — WCAG contrast
Aa
#034f09 on white: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034f09 on black: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green31.0%
Blue3.5%
CMYK percentages
Cyan96.2%
Magenta0.0%
Yellow88.6%
Key (black)69.0%
Color previews
#034f09 text on a black background
contrast 2.13:1
Card sample
#034f09 text on a white background
contrast 9.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034f09;
Background color
Panel with #034f09 background
background-color: #034f09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034f09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 79, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 79, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034f09; background: linear-gradient(135deg, #034f09, #034F3C);