#5e005f
a deep, electric magenta / pink · warm · closest name: purple
RGB
94, 0, 95
HSL
299°, 100%, 19%
CMYK
1, 100, 0, 63
Luminance
0.0321
Every format
| HEX | #5e005f |
| RGB | rgb(94, 0, 95) |
| HSL | hsl(299, 100%, 19%) |
| CMYK | cmyk(1%, 100%, 0%, 63%) |
| LAB | lab(20.9 47.5 -29.9) |
| LCH | lch(20.9 56.1 327.8) |
| OKLCH | oklch(0.339 0.156 327.8) |
Copy-ready code
/* CSS */
color: #5e005f;
background-color: #5e005f;
/* Tailwind (arbitrary) */
class="text-[#5e005f] bg-[#5e005f]"
/* SCSS */
$brand: #5e005f;
/* SwiftUI */
Color(red: 0.369, green: 0.000, blue: 0.373)
/* Android */
Color.parseColor("#5e005f")Accessibility — WCAG contrast
Aa
#5e005f on white: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5e005f on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green0.0%
Blue37.3%
CMYK percentages
Cyan1.1%
Magenta100.0%
Yellow0.0%
Key (black)62.7%
Color previews
#5e005f text on a black background
contrast 1.64:1
Card sample
#5e005f text on a white background
contrast 12.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5e005f;
Background color
Panel with #5e005f background
background-color: #5e005f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5e005f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 0, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 0, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5e005f; background: linear-gradient(135deg, #5e005f, #5F0021);