#5c3d5c
a dark, soft magenta / pink · warm · closest name: darkslategray
RGB
92, 61, 92
HSL
300°, 20%, 30%
CMYK
0, 34, 0, 64
Luminance
0.0639
Every format
| HEX | #5c3d5c |
| RGB | rgb(92, 61, 92) |
| HSL | hsl(300, 20%, 30%) |
| CMYK | cmyk(0%, 34%, 0%, 64%) |
| LAB | lab(30.4 19.4 -13.0) |
| LCH | lch(30.4 23.4 326.1) |
| OKLCH | oklch(0.407 0.064 326.7) |
Copy-ready code
/* CSS */
color: #5c3d5c;
background-color: #5c3d5c;
/* Tailwind (arbitrary) */
class="text-[#5c3d5c] bg-[#5c3d5c]"
/* SCSS */
$brand: #5c3d5c;
/* SwiftUI */
Color(red: 0.361, green: 0.239, blue: 0.361)
/* Android */
Color.parseColor("#5c3d5c")Accessibility — WCAG contrast
Aa
#5c3d5c on white: 9.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5c3d5c on black: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green23.9%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta33.7%
Yellow0.0%
Key (black)63.9%
Color previews
#5c3d5c text on a black background
contrast 2.28:1
Card sample
#5c3d5c text on a white background
contrast 9.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c3d5c;
Background color
Panel with #5c3d5c background
background-color: #5c3d5c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c3d5c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 61, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 61, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c3d5c; background: linear-gradient(135deg, #5c3d5c, #5C3D47);