#352f2b
a deep, muted orange · warm · closest name: darkslategray
RGB
53, 47, 43
HSL
24°, 10%, 19%
CMYK
0, 11, 19, 79
Luminance
0.0296
Every format
| HEX | #352f2b |
| RGB | rgb(53, 47, 43) |
| HSL | hsl(24, 10%, 19%) |
| CMYK | cmyk(0%, 11%, 19%, 79%) |
| LAB | lab(19.9 1.9 3.5) |
| LCH | lch(19.9 4.0 62.2) |
| OKLCH | oklch(0.310 0.011 55.9) |
Copy-ready code
/* CSS */
color: #352f2b;
background-color: #352f2b;
/* Tailwind (arbitrary) */
class="text-[#352f2b] bg-[#352f2b]"
/* SCSS */
$brand: #352f2b;
/* SwiftUI */
Color(red: 0.208, green: 0.184, blue: 0.169)
/* Android */
Color.parseColor("#352f2b")Accessibility — WCAG contrast
Aa
#352f2b on white: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#352f2b on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green18.4%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta11.3%
Yellow18.9%
Key (black)79.2%
Color previews
#352f2b text on a black background
contrast 1.59:1
Card sample
#352f2b text on a white background
contrast 13.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #352f2b;
Background color
Panel with #352f2b background
background-color: #352f2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #352f2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 47, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 47, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #352f2b; background: linear-gradient(135deg, #352f2b, #34352B);