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