#9464df
a balanced, vivid violet · warm · closest name: slateblue
RGB
148, 100, 223
HSL
263°, 66%, 63%
CMYK
34, 55, 0, 13
Luminance
0.2074
Every format
| HEX | #9464df |
| RGB | rgb(148, 100, 223) |
| HSL | hsl(263, 66%, 63%) |
| CMYK | cmyk(34%, 55%, 0%, 13%) |
| LAB | lab(52.7 44.8 -56.0) |
| LCH | lch(52.7 71.7 308.6) |
| OKLCH | oklch(0.611 0.181 298.9) |
Copy-ready code
/* CSS */
color: #9464df;
background-color: #9464df;
/* Tailwind (arbitrary) */
class="text-[#9464df] bg-[#9464df]"
/* SCSS */
$brand: #9464df;
/* SwiftUI */
Color(red: 0.580, green: 0.392, blue: 0.875)
/* Android */
Color.parseColor("#9464df")Accessibility — WCAG contrast
Aa
#9464df on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9464df on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green39.2%
Blue87.5%
CMYK percentages
Cyan33.6%
Magenta55.2%
Yellow0.0%
Key (black)12.5%
Color previews
#9464df text on a black background
contrast 5.15:1
Card sample
#9464df text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9464df;
Background color
Panel with #9464df background
background-color: #9464df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9464df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 100, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 100, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9464df; background: linear-gradient(135deg, #9464df, #DF64D8);