#8960df
a balanced, vivid violet · warm · closest name: slateblue
RGB
137, 96, 223
HSL
259°, 67%, 63%
CMYK
39, 57, 0, 13
Luminance
0.1901
Every format
| HEX | #8960df |
| RGB | rgb(137, 96, 223) |
| HSL | hsl(259, 67%, 63%) |
| CMYK | cmyk(39%, 57%, 0%, 13%) |
| LAB | lab(50.7 44.5 -59.2) |
| LCH | lch(50.7 74.1 306.9) |
| OKLCH | oklch(0.594 0.186 295.0) |
Copy-ready code
/* CSS */
color: #8960df;
background-color: #8960df;
/* Tailwind (arbitrary) */
class="text-[#8960df] bg-[#8960df]"
/* SCSS */
$brand: #8960df;
/* SwiftUI */
Color(red: 0.537, green: 0.376, blue: 0.875)
/* Android */
Color.parseColor("#8960df")Accessibility — WCAG contrast
Aa
#8960df on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8960df on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green37.6%
Blue87.5%
CMYK percentages
Cyan38.6%
Magenta57.0%
Yellow0.0%
Key (black)12.5%
Color previews
#8960df text on a black background
contrast 4.80:1
Card sample
#8960df text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8960df;
Background color
Panel with #8960df background
background-color: #8960df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8960df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 96, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 96, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8960df; background: linear-gradient(135deg, #8960df, #DE60DF);