#5e1ade
a balanced, electric violet · warm · closest name: blue
RGB
94, 26, 222
HSL
261°, 79%, 49%
CMYK
58, 88, 0, 13
Luminance
0.0839
Every format
| HEX | #5e1ade |
| RGB | rgb(94, 26, 222) |
| HSL | hsl(261, 79%, 49%) |
| CMYK | cmyk(58%, 88%, 0%, 13%) |
| LAB | lab(34.8 69.1 -84.8) |
| LCH | lch(34.8 109.4 309.2) |
| OKLCH | oklch(0.470 0.255 286.9) |
Copy-ready code
/* CSS */
color: #5e1ade;
background-color: #5e1ade;
/* Tailwind (arbitrary) */
class="text-[#5e1ade] bg-[#5e1ade]"
/* SCSS */
$brand: #5e1ade;
/* SwiftUI */
Color(red: 0.369, green: 0.102, blue: 0.871)
/* Android */
Color.parseColor("#5e1ade")Accessibility — WCAG contrast
Aa
#5e1ade on white: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5e1ade on black: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green10.2%
Blue87.1%
CMYK percentages
Cyan57.7%
Magenta88.3%
Yellow0.0%
Key (black)12.9%
Color previews
#5e1ade text on a black background
contrast 2.68:1
Card sample
#5e1ade text on a white background
contrast 7.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5e1ade;
Background color
Panel with #5e1ade background
background-color: #5e1ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5e1ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 26, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 26, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5e1ade; background: linear-gradient(135deg, #5e1ade, #DE1ADB);