#9750df
a balanced, vivid violet · warm · closest name: slateblue
RGB
151, 80, 223
HSL
270°, 69%, 59%
CMYK
32, 64, 0, 13
Luminance
0.1764
Every format
| HEX | #9750df |
| RGB | rgb(151, 80, 223) |
| HSL | hsl(270, 69%, 59%) |
| CMYK | cmyk(32%, 64%, 0%, 13%) |
| LAB | lab(49.1 56.0 -61.8) |
| LCH | lch(49.1 83.4 312.2) |
| OKLCH | oklch(0.585 0.210 303.3) |
Copy-ready code
/* CSS */
color: #9750df;
background-color: #9750df;
/* Tailwind (arbitrary) */
class="text-[#9750df] bg-[#9750df]"
/* SCSS */
$brand: #9750df;
/* SwiftUI */
Color(red: 0.592, green: 0.314, blue: 0.875)
/* Android */
Color.parseColor("#9750df")Accessibility — WCAG contrast
Aa
#9750df on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9750df on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green31.4%
Blue87.5%
CMYK percentages
Cyan32.3%
Magenta64.1%
Yellow0.0%
Key (black)12.5%
Color previews
#9750df text on a black background
contrast 4.53:1
Card sample
#9750df text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9750df;
Background color
Panel with #9750df background
background-color: #9750df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9750df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 80, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 80, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9750df; background: linear-gradient(135deg, #9750df, #DF50C8);