#352c2f
a deep, muted magenta / pink · warm · closest name: black
RGB
53, 44, 47
HSL
340°, 9%, 19%
CMYK
0, 17, 11, 79
Luminance
0.0276
Every format
| HEX | #352c2f |
| RGB | rgb(53, 44, 47) |
| HSL | hsl(340, 9%, 19%) |
| CMYK | cmyk(0%, 17%, 11%, 79%) |
| LAB | lab(19.1 4.8 -0.4) |
| LCH | lch(19.1 4.8 355.1) |
| OKLCH | oklch(0.304 0.014 355.9) |
Copy-ready code
/* CSS */
color: #352c2f;
background-color: #352c2f;
/* Tailwind (arbitrary) */
class="text-[#352c2f] bg-[#352c2f]"
/* SCSS */
$brand: #352c2f;
/* SwiftUI */
Color(red: 0.208, green: 0.173, blue: 0.184)
/* Android */
Color.parseColor("#352c2f")Accessibility — WCAG contrast
Aa
#352c2f on white: 13.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#352c2f on black: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green17.3%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta17.0%
Yellow11.3%
Key (black)79.2%
Color previews
#352c2f text on a black background
contrast 1.55:1
Card sample
#352c2f text on a white background
contrast 13.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #352c2f;
Background color
Panel with #352c2f background
background-color: #352c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #352c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 44, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 44, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #352c2f; background: linear-gradient(135deg, #352c2f, #352F2C);