#9758df
a balanced, vivid violet · warm · closest name: slateblue
RGB
151, 88, 223
HSL
268°, 68%, 61%
CMYK
32, 61, 0, 13
Luminance
0.1889
Every format
| HEX | #9758df |
| RGB | rgb(151, 88, 223) |
| HSL | hsl(268, 68%, 61%) |
| CMYK | cmyk(32%, 61%, 0%, 13%) |
| LAB | lab(50.5 51.9 -59.4) |
| LCH | lch(50.5 78.9 311.2) |
| OKLCH | oklch(0.596 0.199 302.2) |
Copy-ready code
/* CSS */
color: #9758df;
background-color: #9758df;
/* Tailwind (arbitrary) */
class="text-[#9758df] bg-[#9758df]"
/* SCSS */
$brand: #9758df;
/* SwiftUI */
Color(red: 0.592, green: 0.345, blue: 0.875)
/* Android */
Color.parseColor("#9758df")Accessibility — WCAG contrast
Aa
#9758df on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9758df on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green34.5%
Blue87.5%
CMYK percentages
Cyan32.3%
Magenta60.5%
Yellow0.0%
Key (black)12.5%
Color previews
#9758df text on a black background
contrast 4.78:1
Card sample
#9758df text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9758df;
Background color
Panel with #9758df background
background-color: #9758df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9758df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 88, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 88, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9758df; background: linear-gradient(135deg, #9758df, #DF58CD);