#9864df
a balanced, vivid violet · warm · closest name: slateblue
RGB
152, 100, 223
HSL
265°, 66%, 63%
CMYK
32, 55, 0, 13
Luminance
0.2112
Every format
| HEX | #9864df |
| RGB | rgb(152, 100, 223) |
| HSL | hsl(265, 66%, 63%) |
| CMYK | cmyk(32%, 55%, 0%, 13%) |
| LAB | lab(53.1 45.8 -55.3) |
| LCH | lch(53.1 71.8 309.6) |
| OKLCH | oklch(0.615 0.182 300.7) |
Copy-ready code
/* CSS */
color: #9864df;
background-color: #9864df;
/* Tailwind (arbitrary) */
class="text-[#9864df] bg-[#9864df]"
/* SCSS */
$brand: #9864df;
/* SwiftUI */
Color(red: 0.596, green: 0.392, blue: 0.875)
/* Android */
Color.parseColor("#9864df")Accessibility — WCAG contrast
Aa
#9864df on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9864df on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green39.2%
Blue87.5%
CMYK percentages
Cyan31.8%
Magenta55.2%
Yellow0.0%
Key (black)12.5%
Color previews
#9864df text on a black background
contrast 5.22:1
Card sample
#9864df text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9864df;
Background color
Panel with #9864df background
background-color: #9864df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9864df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 100, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 100, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9864df; background: linear-gradient(135deg, #9864df, #DF64D4);