#334422
a deep, soft green · cool · closest name: darkslategray
RGB
51, 68, 34
HSL
90°, 33%, 20%
CMYK
25, 0, 50, 73
Luminance
0.0495
Every format
| HEX | #334422 |
| RGB | rgb(51, 68, 34) |
| HSL | hsl(90, 33%, 20%) |
| CMYK | cmyk(25%, 0%, 50%, 73%) |
| LAB | lab(26.6 -13.8 18.4) |
| LCH | lch(26.6 23.0 127.0) |
| OKLCH | oklch(0.362 0.059 130.6) |
Copy-ready code
/* CSS */
color: #334422;
background-color: #334422;
/* Tailwind (arbitrary) */
class="text-[#334422] bg-[#334422]"
/* SCSS */
$brand: #334422;
/* SwiftUI */
Color(red: 0.200, green: 0.267, blue: 0.133)
/* Android */
Color.parseColor("#334422")Accessibility — WCAG contrast
Aa
#334422 on white: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#334422 on black: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green26.7%
Blue13.3%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow50.0%
Key (black)73.3%
Color previews
#334422 text on a black background
contrast 1.99:1
Card sample
#334422 text on a white background
contrast 10.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #334422;
Background color
Panel with #334422 background
background-color: #334422;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #334422;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 68, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 68, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #334422; background: linear-gradient(135deg, #334422, #224428);