#8941ea
a balanced, electric violet · warm · closest name: slateblue
RGB
137, 65, 234
HSL
266°, 80%, 59%
CMYK
42, 72, 0, 8
Luminance
0.1504
Every format
| HEX | #8941ea |
| RGB | rgb(137, 65, 234) |
| HSL | hsl(266, 80%, 59%) |
| CMYK | cmyk(42%, 72%, 0%, 8%) |
| LAB | lab(45.7 63.0 -73.6) |
| LCH | lch(45.7 96.9 310.6) |
| OKLCH | oklch(0.560 0.237 297.5) |
Copy-ready code
/* CSS */
color: #8941ea;
background-color: #8941ea;
/* Tailwind (arbitrary) */
class="text-[#8941ea] bg-[#8941ea]"
/* SCSS */
$brand: #8941ea;
/* SwiftUI */
Color(red: 0.537, green: 0.255, blue: 0.918)
/* Android */
Color.parseColor("#8941ea")Accessibility — WCAG contrast
Aa
#8941ea on white: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8941ea on black: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green25.5%
Blue91.8%
CMYK percentages
Cyan41.5%
Magenta72.2%
Yellow0.0%
Key (black)8.2%
Color previews
#8941ea text on a black background
contrast 4.01:1
Card sample
#8941ea text on a white background
contrast 5.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8941ea;
Background color
Panel with #8941ea background
background-color: #8941ea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8941ea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 65, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 65, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8941ea; background: linear-gradient(135deg, #8941ea, #EA41DA);