#5b024f
a deep, electric magenta / pink · warm · closest name: purple
RGB
91, 2, 79
HSL
308°, 96%, 18%
CMYK
0, 98, 13, 64
Luminance
0.0283
Every format
| HEX | #5b024f |
| RGB | rgb(91, 2, 79) |
| HSL | hsl(308, 96%, 18%) |
| CMYK | cmyk(0%, 98%, 13%, 64%) |
| LAB | lab(19.4 43.8 -21.5) |
| LCH | lch(19.4 48.8 333.9) |
| OKLCH | oklch(0.324 0.141 335.3) |
Copy-ready code
/* CSS */
color: #5b024f;
background-color: #5b024f;
/* Tailwind (arbitrary) */
class="text-[#5b024f] bg-[#5b024f]"
/* SCSS */
$brand: #5b024f;
/* SwiftUI */
Color(red: 0.357, green: 0.008, blue: 0.310)
/* Android */
Color.parseColor("#5b024f")Accessibility — WCAG contrast
Aa
#5b024f on white: 13.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5b024f on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green0.8%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta97.8%
Yellow13.2%
Key (black)64.3%
Color previews
#5b024f text on a black background
contrast 1.57:1
Card sample
#5b024f text on a white background
contrast 13.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5b024f;
Background color
Panel with #5b024f background
background-color: #5b024f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5b024f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 2, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 2, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5b024f; background: linear-gradient(135deg, #5b024f, #5B0214);