#8941df
a balanced, vivid violet · warm · closest name: slateblue
RGB
137, 65, 223
HSL
267°, 71%, 57%
CMYK
39, 71, 0, 13
Luminance
0.1443
Every format
| HEX | #8941df |
| RGB | rgb(137, 65, 223) |
| HSL | hsl(267, 71%, 57%) |
| CMYK | cmyk(39%, 71%, 0%, 13%) |
| LAB | lab(44.8 60.3 -68.7) |
| LCH | lch(44.8 91.5 311.3) |
| OKLCH | oklch(0.551 0.226 299.7) |
Copy-ready code
/* CSS */
color: #8941df;
background-color: #8941df;
/* Tailwind (arbitrary) */
class="text-[#8941df] bg-[#8941df]"
/* SCSS */
$brand: #8941df;
/* SwiftUI */
Color(red: 0.537, green: 0.255, blue: 0.875)
/* Android */
Color.parseColor("#8941df")Accessibility — WCAG contrast
Aa
#8941df on white: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8941df on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green25.5%
Blue87.5%
CMYK percentages
Cyan38.6%
Magenta70.9%
Yellow0.0%
Key (black)12.5%
Color previews
#8941df text on a black background
contrast 3.89:1
Card sample
#8941df text on a white background
contrast 5.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8941df;
Background color
Panel with #8941df background
background-color: #8941df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8941df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 65, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 65, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8941df; background: linear-gradient(135deg, #8941df, #DF41CC);