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