#8541f1
a balanced, electric violet · warm · closest name: slateblue
RGB
133, 65, 241
HSL
263°, 86%, 60%
CMYK
45, 73, 0, 6
Luminance
0.1512
Every format
| HEX | #8541f1 |
| RGB | rgb(133, 65, 241) |
| HSL | hsl(263, 86%, 60%) |
| CMYK | cmyk(45%, 73%, 0%, 6%) |
| LAB | lab(45.8 64.1 -77.4) |
| LCH | lch(45.8 100.5 309.6) |
| OKLCH | oklch(0.561 0.244 294.8) |
Copy-ready code
/* CSS */
color: #8541f1;
background-color: #8541f1;
/* Tailwind (arbitrary) */
class="text-[#8541f1] bg-[#8541f1]"
/* SCSS */
$brand: #8541f1;
/* SwiftUI */
Color(red: 0.522, green: 0.255, blue: 0.945)
/* Android */
Color.parseColor("#8541f1")Accessibility — WCAG contrast
Aa
#8541f1 on white: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8541f1 on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green25.5%
Blue94.5%
CMYK percentages
Cyan44.8%
Magenta73.0%
Yellow0.0%
Key (black)5.5%
Color previews
#8541f1 text on a black background
contrast 4.02:1
Card sample
#8541f1 text on a white background
contrast 5.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8541f1;
Background color
Panel with #8541f1 background
background-color: #8541f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8541f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 65, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 65, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8541f1; background: linear-gradient(135deg, #8541f1, #F141E8);