#5f004d
a deep, electric magenta / pink · warm · closest name: purple
RGB
95, 0, 77
HSL
311°, 100%, 19%
CMYK
0, 100, 19, 63
Luminance
0.0297
Every format
| HEX | #5f004d |
| RGB | rgb(95, 0, 77) |
| HSL | hsl(311, 100%, 19%) |
| CMYK | cmyk(0%, 100%, 19%, 63%) |
| LAB | lab(19.9 44.9 -19.2) |
| LCH | lch(19.9 48.9 336.8) |
| OKLCH | oklch(0.329 0.144 338.7) |
Copy-ready code
/* CSS */
color: #5f004d;
background-color: #5f004d;
/* Tailwind (arbitrary) */
class="text-[#5f004d] bg-[#5f004d]"
/* SCSS */
$brand: #5f004d;
/* SwiftUI */
Color(red: 0.373, green: 0.000, blue: 0.302)
/* Android */
Color.parseColor("#5f004d")Accessibility — WCAG contrast
Aa
#5f004d on white: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f004d on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green0.0%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow18.9%
Key (black)62.7%
Color previews
#5f004d text on a black background
contrast 1.59:1
Card sample
#5f004d text on a white background
contrast 13.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f004d;
Background color
Panel with #5f004d background
background-color: #5f004d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f004d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 0, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 0, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f004d; background: linear-gradient(135deg, #5f004d, #5F000E);