#334411
a deep, vivid green · cool · closest name: darkslategray
RGB
51, 68, 17
HSL
80°, 60%, 17%
CMYK
25, 0, 75, 73
Luminance
0.0488
Every format
| HEX | #334411 |
| RGB | rgb(51, 68, 17) |
| HSL | hsl(80, 60%, 17%) |
| CMYK | cmyk(25%, 0%, 75%, 73%) |
| LAB | lab(26.4 -15.8 27.5) |
| LCH | lch(26.4 31.8 119.9) |
| OKLCH | oklch(0.360 0.077 125.9) |
Copy-ready code
/* CSS */
color: #334411;
background-color: #334411;
/* Tailwind (arbitrary) */
class="text-[#334411] bg-[#334411]"
/* SCSS */
$brand: #334411;
/* SwiftUI */
Color(red: 0.200, green: 0.267, blue: 0.067)
/* Android */
Color.parseColor("#334411")Accessibility — WCAG contrast
Aa
#334411 on white: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#334411 on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green26.7%
Blue6.7%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow75.0%
Key (black)73.3%
Color previews
#334411 text on a black background
contrast 1.98:1
Card sample
#334411 text on a white background
contrast 10.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #334411;
Background color
Panel with #334411 background
background-color: #334411;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #334411;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 68, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 68, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #334411; background: linear-gradient(135deg, #334411, #114411);