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