#334321
a deep, soft green · cool · closest name: darkslategray
RGB
51, 67, 33
HSL
88°, 34%, 20%
CMYK
24, 0, 51, 74
Luminance
0.0483
Every format
| HEX | #334321 |
| RGB | rgb(51, 67, 33) |
| HSL | hsl(88, 34%, 20%) |
| CMYK | cmyk(24%, 0%, 51%, 74%) |
| LAB | lab(26.2 -13.4 18.5) |
| LCH | lch(26.2 22.9 125.9) |
| OKLCH | oklch(0.359 0.058 129.6) |
Copy-ready code
/* CSS */
color: #334321;
background-color: #334321;
/* Tailwind (arbitrary) */
class="text-[#334321] bg-[#334321]"
/* SCSS */
$brand: #334321;
/* SwiftUI */
Color(red: 0.200, green: 0.263, blue: 0.129)
/* Android */
Color.parseColor("#334321")Accessibility — WCAG contrast
Aa
#334321 on white: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#334321 on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green26.3%
Blue12.9%
CMYK percentages
Cyan23.9%
Magenta0.0%
Yellow50.7%
Key (black)73.7%
Color previews
#334321 text on a black background
contrast 1.97:1
Card sample
#334321 text on a white background
contrast 10.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #334321;
Background color
Panel with #334321 background
background-color: #334321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #334321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 67, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 67, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #334321; background: linear-gradient(135deg, #334321, #214326);