#5f3b4d
a dark, soft magenta / pink · warm · closest name: darkslategray
RGB
95, 59, 77
HSL
330°, 23%, 30%
CMYK
0, 38, 19, 63
Luminance
0.0610
Every format
| HEX | #5f3b4d |
| RGB | rgb(95, 59, 77) |
| HSL | hsl(330, 23%, 30%) |
| CMYK | cmyk(0%, 38%, 19%, 63%) |
| LAB | lab(29.7 18.8 -4.3) |
| LCH | lch(29.7 19.3 347.0) |
| OKLCH | oklch(0.401 0.057 348.6) |
Copy-ready code
/* CSS */
color: #5f3b4d;
background-color: #5f3b4d;
/* Tailwind (arbitrary) */
class="text-[#5f3b4d] bg-[#5f3b4d]"
/* SCSS */
$brand: #5f3b4d;
/* SwiftUI */
Color(red: 0.373, green: 0.231, blue: 0.302)
/* Android */
Color.parseColor("#5f3b4d")Accessibility — WCAG contrast
Aa
#5f3b4d on white: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f3b4d on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green23.1%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta37.9%
Yellow18.9%
Key (black)62.7%
Color previews
#5f3b4d text on a black background
contrast 2.22:1
Card sample
#5f3b4d text on a white background
contrast 9.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f3b4d;
Background color
Panel with #5f3b4d background
background-color: #5f3b4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f3b4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 59, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 59, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f3b4d; background: linear-gradient(135deg, #5f3b4d, #5F413B);