#034c1f
a deep, electric green · cool · closest name: seagreen
RGB
3, 76, 31
HSL
143°, 92%, 16%
CMYK
96, 0, 59, 70
Luminance
0.0529
Every format
| HEX | #034c1f |
| RGB | rgb(3, 76, 31) |
| HSL | hsl(143, 92%, 16%) |
| CMYK | cmyk(96%, 0%, 59%, 70%) |
| LAB | lab(27.5 -32.0 20.9) |
| LCH | lch(27.5 38.2 146.9) |
| OKLCH | oklch(0.365 0.099 149.6) |
Copy-ready code
/* CSS */
color: #034c1f;
background-color: #034c1f;
/* Tailwind (arbitrary) */
class="text-[#034c1f] bg-[#034c1f]"
/* SCSS */
$brand: #034c1f;
/* SwiftUI */
Color(red: 0.012, green: 0.298, blue: 0.122)
/* Android */
Color.parseColor("#034c1f")Accessibility — WCAG contrast
Aa
#034c1f on white: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034c1f on black: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green29.8%
Blue12.2%
CMYK percentages
Cyan96.1%
Magenta0.0%
Yellow59.2%
Key (black)70.2%
Color previews
#034c1f text on a black background
contrast 2.06:1
Card sample
#034c1f text on a white background
contrast 10.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034c1f;
Background color
Panel with #034c1f background
background-color: #034c1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034c1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 76, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 76, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034c1f; background: linear-gradient(135deg, #034c1f, #03484C);