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