#9569df
a balanced, vivid violet · warm · closest name: slateblue
RGB
149, 105, 223
HSL
262°, 65%, 64%
CMYK
33, 53, 0, 13
Luminance
0.2182
Every format
| HEX | #9569df |
| RGB | rgb(149, 105, 223) |
| HSL | hsl(262, 65%, 64%) |
| CMYK | cmyk(33%, 53%, 0%, 13%) |
| LAB | lab(53.8 42.3 -54.1) |
| LCH | lch(53.8 68.7 308.0) |
| OKLCH | oklch(0.620 0.174 298.4) |
Copy-ready code
/* CSS */
color: #9569df;
background-color: #9569df;
/* Tailwind (arbitrary) */
class="text-[#9569df] bg-[#9569df]"
/* SCSS */
$brand: #9569df;
/* SwiftUI */
Color(red: 0.584, green: 0.412, blue: 0.875)
/* Android */
Color.parseColor("#9569df")Accessibility — WCAG contrast
Aa
#9569df on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9569df on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green41.2%
Blue87.5%
CMYK percentages
Cyan33.2%
Magenta52.9%
Yellow0.0%
Key (black)12.5%
Color previews
#9569df text on a black background
contrast 5.36:1
Card sample
#9569df text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9569df;
Background color
Panel with #9569df background
background-color: #9569df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9569df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 105, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 105, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9569df; background: linear-gradient(135deg, #9569df, #DF69DA);