#034e2d
a deep, electric green · cool · closest name: darkslategray
RGB
3, 78, 45
HSL
154°, 93%, 16%
CMYK
96, 0, 42, 69
Luminance
0.0566
Every format
| HEX | #034e2d |
| RGB | rgb(3, 78, 45) |
| HSL | hsl(154, 93%, 16%) |
| CMYK | cmyk(96%, 0%, 42%, 69%) |
| LAB | lab(28.5 -29.9 13.8) |
| LCH | lch(28.5 32.9 155.3) |
| OKLCH | oklch(0.374 0.088 156.8) |
Copy-ready code
/* CSS */
color: #034e2d;
background-color: #034e2d;
/* Tailwind (arbitrary) */
class="text-[#034e2d] bg-[#034e2d]"
/* SCSS */
$brand: #034e2d;
/* SwiftUI */
Color(red: 0.012, green: 0.306, blue: 0.176)
/* Android */
Color.parseColor("#034e2d")Accessibility — WCAG contrast
Aa
#034e2d on white: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034e2d on black: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green30.6%
Blue17.6%
CMYK percentages
Cyan96.2%
Magenta0.0%
Yellow42.3%
Key (black)69.4%
Color previews
#034e2d text on a black background
contrast 2.13:1
Card sample
#034e2d text on a white background
contrast 9.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034e2d;
Background color
Panel with #034e2d background
background-color: #034e2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034e2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 78, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 78, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034e2d; background: linear-gradient(135deg, #034e2d, #033D4E);