#34412f
a deep, soft green · cool · closest name: darkslategray
RGB
52, 65, 47
HSL
103°, 16%, 22%
CMYK
20, 0, 28, 75
Luminance
0.0472
Every format
| HEX | #34412f |
| RGB | rgb(52, 65, 47) |
| HSL | hsl(103, 16%, 22%) |
| CMYK | cmyk(20%, 0%, 28%, 75%) |
| LAB | lab(25.9 -9.4 9.3) |
| LCH | lch(25.9 13.2 135.3) |
| OKLCH | oklch(0.358 0.035 137.1) |
Copy-ready code
/* CSS */
color: #34412f;
background-color: #34412f;
/* Tailwind (arbitrary) */
class="text-[#34412f] bg-[#34412f]"
/* SCSS */
$brand: #34412f;
/* SwiftUI */
Color(red: 0.204, green: 0.255, blue: 0.184)
/* Android */
Color.parseColor("#34412f")Accessibility — WCAG contrast
Aa
#34412f on white: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#34412f on black: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green25.5%
Blue18.4%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow27.7%
Key (black)74.5%
Color previews
#34412f text on a black background
contrast 1.94:1
Card sample
#34412f text on a white background
contrast 10.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #34412f;
Background color
Panel with #34412f background
background-color: #34412f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #34412f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 65, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 65, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #34412f; background: linear-gradient(135deg, #34412f, #2F4136);