#334821
a deep, soft green · cool · closest name: darkslategray
RGB
51, 72, 33
HSL
92°, 37%, 21%
CMYK
29, 0, 54, 72
Luminance
0.0545
Every format
| HEX | #334821 |
| RGB | rgb(51, 72, 33) |
| HSL | hsl(92, 37%, 21%) |
| CMYK | cmyk(29%, 0%, 54%, 72%) |
| LAB | lab(28.0 -16.3 20.7) |
| LCH | lch(28.0 26.3 128.2) |
| OKLCH | oklch(0.373 0.067 132.1) |
Copy-ready code
/* CSS */
color: #334821;
background-color: #334821;
/* Tailwind (arbitrary) */
class="text-[#334821] bg-[#334821]"
/* SCSS */
$brand: #334821;
/* SwiftUI */
Color(red: 0.200, green: 0.282, blue: 0.129)
/* Android */
Color.parseColor("#334821")Accessibility — WCAG contrast
Aa
#334821 on white: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#334821 on black: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green28.2%
Blue12.9%
CMYK percentages
Cyan29.2%
Magenta0.0%
Yellow54.2%
Key (black)71.8%
Color previews
#334821 text on a black background
contrast 2.09:1
Card sample
#334821 text on a white background
contrast 10.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #334821;
Background color
Panel with #334821 background
background-color: #334821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #334821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 72, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 72, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #334821; background: linear-gradient(135deg, #334821, #214829);