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