#34412c
a deep, soft green · cool · closest name: darkslategray
RGB
52, 65, 44
HSL
97°, 19%, 21%
CMYK
20, 0, 32, 75
Luminance
0.0469
Every format
| HEX | #34412c |
| RGB | rgb(52, 65, 44) |
| HSL | hsl(97, 19%, 21%) |
| CMYK | cmyk(20%, 0%, 32%, 75%) |
| LAB | lab(25.8 -10.0 11.1) |
| LCH | lch(25.8 14.9 131.8) |
| OKLCH | oklch(0.357 0.039 133.9) |
Copy-ready code
/* CSS */
color: #34412c;
background-color: #34412c;
/* Tailwind (arbitrary) */
class="text-[#34412c] bg-[#34412c]"
/* SCSS */
$brand: #34412c;
/* SwiftUI */
Color(red: 0.204, green: 0.255, blue: 0.173)
/* Android */
Color.parseColor("#34412c")Accessibility — WCAG contrast
Aa
#34412c on white: 10.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#34412c on black: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green25.5%
Blue17.3%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow32.3%
Key (black)74.5%
Color previews
#34412c text on a black background
contrast 1.94:1
Card sample
#34412c text on a white background
contrast 10.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #34412c;
Background color
Panel with #34412c background
background-color: #34412c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #34412c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 65, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 65, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #34412c; background: linear-gradient(135deg, #34412c, #2C4132);