#342f2f
a deep, muted gray · warm · closest name: darkslategray
RGB
52, 47, 47
HSL
0°, 5%, 19%
CMYK
0, 10, 10, 80
Luminance
0.0297
Every format
| HEX | #342f2f |
| RGB | rgb(52, 47, 47) |
| HSL | hsl(0, 5%, 19%) |
| CMYK | cmyk(0%, 10%, 10%, 80%) |
| LAB | lab(19.9 2.2 0.8) |
| LCH | lch(19.9 2.4 19.9) |
| OKLCH | oklch(0.310 0.007 17.5) |
Copy-ready code
/* CSS */
color: #342f2f;
background-color: #342f2f;
/* Tailwind (arbitrary) */
class="text-[#342f2f] bg-[#342f2f]"
/* SCSS */
$brand: #342f2f;
/* SwiftUI */
Color(red: 0.204, green: 0.184, blue: 0.184)
/* Android */
Color.parseColor("#342f2f")Accessibility — WCAG contrast
Aa
#342f2f on white: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#342f2f on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green18.4%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta9.6%
Yellow9.6%
Key (black)79.6%
Color previews
#342f2f text on a black background
contrast 1.59:1
Card sample
#342f2f text on a white background
contrast 13.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #342f2f;
Background color
Panel with #342f2f background
background-color: #342f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #342f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 47, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 47, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #342f2f; background: linear-gradient(135deg, #342f2f, #34322F);