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