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