#5f075d
a deep, electric magenta / pink · warm · closest name: purple
RGB
95, 7, 93
HSL
301°, 86%, 20%
CMYK
0, 93, 2, 63
Luminance
0.0338
Every format
| HEX | #5f075d |
| RGB | rgb(95, 7, 93) |
| HSL | hsl(301, 86%, 20%) |
| CMYK | cmyk(0%, 93%, 2%, 63%) |
| LAB | lab(21.5 45.7 -27.5) |
| LCH | lch(21.5 53.3 328.9) |
| OKLCH | oklch(0.343 0.150 329.4) |
Copy-ready code
/* CSS */
color: #5f075d;
background-color: #5f075d;
/* Tailwind (arbitrary) */
class="text-[#5f075d] bg-[#5f075d]"
/* SCSS */
$brand: #5f075d;
/* SwiftUI */
Color(red: 0.373, green: 0.027, blue: 0.365)
/* Android */
Color.parseColor("#5f075d")Accessibility — WCAG contrast
Aa
#5f075d on white: 12.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f075d on black: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green2.7%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta92.6%
Yellow2.1%
Key (black)62.7%
Color previews
#5f075d text on a black background
contrast 1.68:1
Card sample
#5f075d text on a white background
contrast 12.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f075d;
Background color
Panel with #5f075d background
background-color: #5f075d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f075d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 7, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 7, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f075d; background: linear-gradient(135deg, #5f075d, #5F0722);