#5f3b53
a dark, soft magenta / pink · warm · closest name: darkslategray
RGB
95, 59, 83
HSL
320°, 23%, 30%
CMYK
0, 38, 13, 63
Luminance
0.0619
Every format
| HEX | #5f3b53 |
| RGB | rgb(95, 59, 83) |
| HSL | hsl(320, 23%, 30%) |
| CMYK | cmyk(0%, 38%, 13%, 63%) |
| LAB | lab(29.9 19.9 -7.9) |
| LCH | lch(29.9 21.5 338.4) |
| OKLCH | oklch(0.403 0.062 340.1) |
Copy-ready code
/* CSS */
color: #5f3b53;
background-color: #5f3b53;
/* Tailwind (arbitrary) */
class="text-[#5f3b53] bg-[#5f3b53]"
/* SCSS */
$brand: #5f3b53;
/* SwiftUI */
Color(red: 0.373, green: 0.231, blue: 0.325)
/* Android */
Color.parseColor("#5f3b53")Accessibility — WCAG contrast
Aa
#5f3b53 on white: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f3b53 on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green23.1%
Blue32.5%
CMYK percentages
Cyan0.0%
Magenta37.9%
Yellow12.6%
Key (black)62.7%
Color previews
#5f3b53 text on a black background
contrast 2.24:1
Card sample
#5f3b53 text on a white background
contrast 9.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f3b53;
Background color
Panel with #5f3b53 background
background-color: #5f3b53;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f3b53;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 59, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 59, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f3b53; background: linear-gradient(135deg, #5f3b53, #5F3B3B);