#352f3f
a deep, muted violet · warm · closest name: darkslategray
RGB
53, 47, 63
HSL
263°, 15%, 22%
CMYK
16, 25, 0, 75
Luminance
0.0315
Every format
| HEX | #352f3f |
| RGB | rgb(53, 47, 63) |
| HSL | hsl(263, 15%, 22%) |
| CMYK | cmyk(16%, 25%, 0%, 75%) |
| LAB | lab(20.6 6.6 -9.1) |
| LCH | lch(20.6 11.2 305.8) |
| OKLCH | oklch(0.318 0.029 301.9) |
Copy-ready code
/* CSS */
color: #352f3f;
background-color: #352f3f;
/* Tailwind (arbitrary) */
class="text-[#352f3f] bg-[#352f3f]"
/* SCSS */
$brand: #352f3f;
/* SwiftUI */
Color(red: 0.208, green: 0.184, blue: 0.247)
/* Android */
Color.parseColor("#352f3f")Accessibility — WCAG contrast
Aa
#352f3f on white: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#352f3f on black: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green18.4%
Blue24.7%
CMYK percentages
Cyan15.9%
Magenta25.4%
Yellow0.0%
Key (black)75.3%
Color previews
#352f3f text on a black background
contrast 1.63:1
Card sample
#352f3f text on a white background
contrast 12.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #352f3f;
Background color
Panel with #352f3f background
background-color: #352f3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #352f3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 47, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 47, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #352f3f; background: linear-gradient(135deg, #352f3f, #3F2F3E);