#334b21
a deep, soft green · cool · closest name: darkslategray
RGB
51, 75, 33
HSL
94°, 39%, 21%
CMYK
32, 0, 56, 71
Luminance
0.0585
Every format
| HEX | #334b21 |
| RGB | rgb(51, 75, 33) |
| HSL | hsl(94, 39%, 21%) |
| CMYK | cmyk(32%, 0%, 56%, 71%) |
| LAB | lab(29.0 -17.9 21.9) |
| LCH | lch(29.0 28.3 129.2) |
| OKLCH | oklch(0.382 0.072 133.3) |
Copy-ready code
/* CSS */
color: #334b21;
background-color: #334b21;
/* Tailwind (arbitrary) */
class="text-[#334b21] bg-[#334b21]"
/* SCSS */
$brand: #334b21;
/* SwiftUI */
Color(red: 0.200, green: 0.294, blue: 0.129)
/* Android */
Color.parseColor("#334b21")Accessibility — WCAG contrast
Aa
#334b21 on white: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#334b21 on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green29.4%
Blue12.9%
CMYK percentages
Cyan32.0%
Magenta0.0%
Yellow56.0%
Key (black)70.6%
Color previews
#334b21 text on a black background
contrast 2.17:1
Card sample
#334b21 text on a white background
contrast 9.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #334b21;
Background color
Panel with #334b21 background
background-color: #334b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #334b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 75, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 75, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #334b21; background: linear-gradient(135deg, #334b21, #214B2B);