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