#5f004b
a deep, electric magenta / pink · warm · closest name: purple
RGB
95, 0, 75
HSL
313°, 100%, 19%
CMYK
0, 100, 21, 63
Luminance
0.0294
Every format
| HEX | #5f004b |
| RGB | rgb(95, 0, 75) |
| HSL | hsl(313, 100%, 19%) |
| CMYK | cmyk(0%, 100%, 21%, 63%) |
| LAB | lab(19.8 44.6 -18.0) |
| LCH | lch(19.8 48.1 338.0) |
| OKLCH | oklch(0.328 0.142 339.9) |
Copy-ready code
/* CSS */
color: #5f004b;
background-color: #5f004b;
/* Tailwind (arbitrary) */
class="text-[#5f004b] bg-[#5f004b]"
/* SCSS */
$brand: #5f004b;
/* SwiftUI */
Color(red: 0.373, green: 0.000, blue: 0.294)
/* Android */
Color.parseColor("#5f004b")Accessibility — WCAG contrast
Aa
#5f004b on white: 13.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f004b on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green0.0%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow21.1%
Key (black)62.7%
Color previews
#5f004b text on a black background
contrast 1.59:1
Card sample
#5f004b text on a white background
contrast 13.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f004b;
Background color
Panel with #5f004b background
background-color: #5f004b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f004b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 0, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 0, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f004b; background: linear-gradient(135deg, #5f004b, #5F000C);