#034321
a deep, electric green · cool · closest name: darkslategray
RGB
3, 67, 33
HSL
148°, 91%, 14%
CMYK
96, 0, 51, 74
Luminance
0.0414
Every format
| HEX | #034321 |
| RGB | rgb(3, 67, 33) |
| HSL | hsl(148, 91%, 14%) |
| CMYK | cmyk(96%, 0%, 51%, 74%) |
| LAB | lab(24.1 -28.0 15.4) |
| LCH | lch(24.1 32.0 151.1) |
| OKLCH | oklch(0.337 0.084 153.2) |
Copy-ready code
/* CSS */
color: #034321;
background-color: #034321;
/* Tailwind (arbitrary) */
class="text-[#034321] bg-[#034321]"
/* SCSS */
$brand: #034321;
/* SwiftUI */
Color(red: 0.012, green: 0.263, blue: 0.129)
/* Android */
Color.parseColor("#034321")Accessibility — WCAG contrast
Aa
#034321 on white: 11.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034321 on black: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green26.3%
Blue12.9%
CMYK percentages
Cyan95.5%
Magenta0.0%
Yellow50.7%
Key (black)73.7%
Color previews
#034321 text on a black background
contrast 1.83:1
Card sample
#034321 text on a white background
contrast 11.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034321;
Background color
Panel with #034321 background
background-color: #034321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 67, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 67, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034321; background: linear-gradient(135deg, #034321, #033A43);