#5f2f4d
a dark, soft magenta / pink · warm · closest name: black
RGB
95, 47, 77
HSL
323°, 34%, 28%
CMYK
0, 51, 19, 63
Luminance
0.0500
Every format
| HEX | #5f2f4d |
| RGB | rgb(95, 47, 77) |
| HSL | hsl(323, 34%, 28%) |
| CMYK | cmyk(0%, 51%, 19%, 63%) |
| LAB | lab(26.7 26.1 -8.7) |
| LCH | lch(26.7 27.5 341.6) |
| OKLCH | oklch(0.379 0.081 343.4) |
Copy-ready code
/* CSS */
color: #5f2f4d;
background-color: #5f2f4d;
/* Tailwind (arbitrary) */
class="text-[#5f2f4d] bg-[#5f2f4d]"
/* SCSS */
$brand: #5f2f4d;
/* SwiftUI */
Color(red: 0.373, green: 0.184, blue: 0.302)
/* Android */
Color.parseColor("#5f2f4d")Accessibility — WCAG contrast
Aa
#5f2f4d on white: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f2f4d on black: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green18.4%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta50.5%
Yellow18.9%
Key (black)62.7%
Color previews
#5f2f4d text on a black background
contrast 2.00:1
Card sample
#5f2f4d text on a white background
contrast 10.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f2f4d;
Background color
Panel with #5f2f4d background
background-color: #5f2f4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f2f4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 47, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 47, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f2f4d; background: linear-gradient(135deg, #5f2f4d, #5F312F);