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