#034021
a deep, electric green · cool · closest name: darkslategray
RGB
3, 64, 33
HSL
150°, 91%, 13%
CMYK
95, 0, 48, 75
Luminance
0.0380
Every format
| HEX | #034021 |
| RGB | rgb(3, 64, 33) |
| HSL | hsl(150, 91%, 13%) |
| CMYK | cmyk(95%, 0%, 48%, 75%) |
| LAB | lab(23.0 -26.7 13.9) |
| LCH | lch(23.0 30.1 152.5) |
| OKLCH | oklch(0.327 0.080 154.3) |
Copy-ready code
/* CSS */
color: #034021;
background-color: #034021;
/* Tailwind (arbitrary) */
class="text-[#034021] bg-[#034021]"
/* SCSS */
$brand: #034021;
/* SwiftUI */
Color(red: 0.012, green: 0.251, blue: 0.129)
/* Android */
Color.parseColor("#034021")Accessibility — WCAG contrast
Aa
#034021 on white: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034021 on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green25.1%
Blue12.9%
CMYK percentages
Cyan95.3%
Magenta0.0%
Yellow48.4%
Key (black)74.9%
Color previews
#034021 text on a black background
contrast 1.76:1
Card sample
#034021 text on a white background
contrast 11.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034021;
Background color
Panel with #034021 background
background-color: #034021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 64, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 64, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034021; background: linear-gradient(135deg, #034021, #033640);