#5b005f
a deep, electric magenta / pink · warm · closest name: purple
RGB
91, 0, 95
HSL
298°, 100%, 19%
CMYK
4, 100, 0, 63
Luminance
0.0305
Every format
| HEX | #5b005f |
| RGB | rgb(91, 0, 95) |
| HSL | hsl(298, 100%, 19%) |
| CMYK | cmyk(4%, 100%, 0%, 63%) |
| LAB | lab(20.3 47.0 -30.9) |
| LCH | lch(20.3 56.2 326.7) |
| OKLCH | oklch(0.334 0.155 326.2) |
Copy-ready code
/* CSS */
color: #5b005f;
background-color: #5b005f;
/* Tailwind (arbitrary) */
class="text-[#5b005f] bg-[#5b005f]"
/* SCSS */
$brand: #5b005f;
/* SwiftUI */
Color(red: 0.357, green: 0.000, blue: 0.373)
/* Android */
Color.parseColor("#5b005f")Accessibility — WCAG contrast
Aa
#5b005f on white: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5b005f on black: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green0.0%
Blue37.3%
CMYK percentages
Cyan4.2%
Magenta100.0%
Yellow0.0%
Key (black)62.7%
Color previews
#5b005f text on a black background
contrast 1.61:1
Card sample
#5b005f text on a white background
contrast 13.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5b005f;
Background color
Panel with #5b005f background
background-color: #5b005f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5b005f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 0, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 0, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5b005f; background: linear-gradient(135deg, #5b005f, #5F0024);