#9550df
a balanced, vivid violet · warm · closest name: slateblue
RGB
149, 80, 223
HSL
269°, 69%, 59%
CMYK
33, 64, 0, 13
Luminance
0.1745
Every format
| HEX | #9550df |
| RGB | rgb(149, 80, 223) |
| HSL | hsl(269, 69%, 59%) |
| CMYK | cmyk(33%, 64%, 0%, 13%) |
| LAB | lab(48.8 55.5 -62.2) |
| LCH | lch(48.8 83.4 311.8) |
| OKLCH | oklch(0.583 0.209 302.5) |
Copy-ready code
/* CSS */
color: #9550df;
background-color: #9550df;
/* Tailwind (arbitrary) */
class="text-[#9550df] bg-[#9550df]"
/* SCSS */
$brand: #9550df;
/* SwiftUI */
Color(red: 0.584, green: 0.314, blue: 0.875)
/* Android */
Color.parseColor("#9550df")Accessibility — WCAG contrast
Aa
#9550df on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9550df on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green31.4%
Blue87.5%
CMYK percentages
Cyan33.2%
Magenta64.1%
Yellow0.0%
Key (black)12.5%
Color previews
#9550df text on a black background
contrast 4.49:1
Card sample
#9550df text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9550df;
Background color
Panel with #9550df background
background-color: #9550df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9550df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 80, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 80, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9550df; background: linear-gradient(135deg, #9550df, #DF50CA);