#5b0366
a deep, electric magenta / pink · warm · closest name: purple
RGB
91, 3, 102
HSL
293°, 94%, 21%
CMYK
11, 97, 0, 60
Luminance
0.0325
Every format
| HEX | #5b0366 |
| RGB | rgb(91, 3, 102) |
| HSL | hsl(293, 94%, 21%) |
| CMYK | cmyk(11%, 97%, 0%, 60%) |
| LAB | lab(21.0 47.5 -34.3) |
| LCH | lch(21.0 58.5 324.2) |
| OKLCH | oklch(0.341 0.158 322.6) |
Copy-ready code
/* CSS */
color: #5b0366;
background-color: #5b0366;
/* Tailwind (arbitrary) */
class="text-[#5b0366] bg-[#5b0366]"
/* SCSS */
$brand: #5b0366;
/* SwiftUI */
Color(red: 0.357, green: 0.012, blue: 0.400)
/* Android */
Color.parseColor("#5b0366")Accessibility — WCAG contrast
Aa
#5b0366 on white: 12.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5b0366 on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green1.2%
Blue40.0%
CMYK percentages
Cyan10.8%
Magenta97.1%
Yellow0.0%
Key (black)60.0%
Color previews
#5b0366 text on a black background
contrast 1.65:1
Card sample
#5b0366 text on a white background
contrast 12.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5b0366;
Background color
Panel with #5b0366 background
background-color: #5b0366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5b0366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 3, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 3, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5b0366; background: linear-gradient(135deg, #5b0366, #66032F);