#352f3b
a deep, muted violet · warm · closest name: darkslategray
RGB
53, 47, 59
HSL
270°, 11%, 21%
CMYK
10, 20, 0, 77
Luminance
0.0311
Every format
| HEX | #352f3b |
| RGB | rgb(53, 47, 59) |
| HSL | hsl(270, 11%, 21%) |
| CMYK | cmyk(10%, 20%, 0%, 77%) |
| LAB | lab(20.5 5.5 -6.6) |
| LCH | lch(20.5 8.6 309.9) |
| OKLCH | oklch(0.316 0.023 307.7) |
Copy-ready code
/* CSS */
color: #352f3b;
background-color: #352f3b;
/* Tailwind (arbitrary) */
class="text-[#352f3b] bg-[#352f3b]"
/* SCSS */
$brand: #352f3b;
/* SwiftUI */
Color(red: 0.208, green: 0.184, blue: 0.231)
/* Android */
Color.parseColor("#352f3b")Accessibility — WCAG contrast
Aa
#352f3b on white: 12.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#352f3b on black: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green18.4%
Blue23.1%
CMYK percentages
Cyan10.2%
Magenta20.3%
Yellow0.0%
Key (black)76.9%
Color previews
#352f3b text on a black background
contrast 1.62:1
Card sample
#352f3b text on a white background
contrast 12.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #352f3b;
Background color
Panel with #352f3b background
background-color: #352f3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #352f3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 47, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 47, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #352f3b; background: linear-gradient(135deg, #352f3b, #3B2F39);