#8959df
a balanced, vivid violet · warm · closest name: slateblue
RGB
137, 89, 223
HSL
262°, 68%, 61%
CMYK
39, 60, 0, 13
Luminance
0.1779
Every format
| HEX | #8959df |
| RGB | rgb(137, 89, 223) |
| HSL | hsl(262, 68%, 61%) |
| CMYK | cmyk(39%, 60%, 0%, 13%) |
| LAB | lab(49.2 48.3 -61.6) |
| LCH | lch(49.2 78.3 308.1) |
| OKLCH | oklch(0.583 0.196 296.3) |
Copy-ready code
/* CSS */
color: #8959df;
background-color: #8959df;
/* Tailwind (arbitrary) */
class="text-[#8959df] bg-[#8959df]"
/* SCSS */
$brand: #8959df;
/* SwiftUI */
Color(red: 0.537, green: 0.349, blue: 0.875)
/* Android */
Color.parseColor("#8959df")Accessibility — WCAG contrast
Aa
#8959df on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8959df on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green34.9%
Blue87.5%
CMYK percentages
Cyan38.6%
Magenta60.1%
Yellow0.0%
Key (black)12.5%
Color previews
#8959df text on a black background
contrast 4.56:1
Card sample
#8959df text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8959df;
Background color
Panel with #8959df background
background-color: #8959df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8959df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 89, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 89, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8959df; background: linear-gradient(135deg, #8959df, #DF59DC);