#5f005a
a deep, electric magenta / pink · warm · closest name: purple
RGB
95, 0, 90
HSL
303°, 100%, 19%
CMYK
0, 100, 5, 63
Luminance
0.0317
Every format
| HEX | #5f005a |
| RGB | rgb(95, 0, 90) |
| HSL | hsl(303, 100%, 19%) |
| CMYK | cmyk(0%, 100%, 5%, 63%) |
| LAB | lab(20.7 46.9 -26.7) |
| LCH | lch(20.7 54.0 330.3) |
| OKLCH | oklch(0.337 0.153 331.1) |
Copy-ready code
/* CSS */
color: #5f005a;
background-color: #5f005a;
/* Tailwind (arbitrary) */
class="text-[#5f005a] bg-[#5f005a]"
/* SCSS */
$brand: #5f005a;
/* SwiftUI */
Color(red: 0.373, green: 0.000, blue: 0.353)
/* Android */
Color.parseColor("#5f005a")Accessibility — WCAG contrast
Aa
#5f005a on white: 12.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f005a on black: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green0.0%
Blue35.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow5.3%
Key (black)62.7%
Color previews
#5f005a text on a black background
contrast 1.63:1
Card sample
#5f005a text on a white background
contrast 12.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f005a;
Background color
Panel with #5f005a background
background-color: #5f005a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f005a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 0, 90, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 0, 90, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f005a; background: linear-gradient(135deg, #5f005a, #5F001B);