#9b5afb
a light, electric violet · warm · closest name: slateblue
RGB
155, 90, 251
HSL
264°, 95%, 67%
CMYK
38, 64, 0, 2
Luminance
0.2125
Every format
| HEX | #9b5afb |
| RGB | rgb(155, 90, 251) |
| HSL | hsl(264, 95%, 67%) |
| CMYK | cmyk(38%, 64%, 0%, 2%) |
| LAB | lab(53.2 58.6 -70.8) |
| LCH | lch(53.2 91.9 309.6) |
| OKLCH | oklch(0.622 0.228 298.0) |
Copy-ready code
/* CSS */
color: #9b5afb;
background-color: #9b5afb;
/* Tailwind (arbitrary) */
class="text-[#9b5afb] bg-[#9b5afb]"
/* SCSS */
$brand: #9b5afb;
/* SwiftUI */
Color(red: 0.608, green: 0.353, blue: 0.984)
/* Android */
Color.parseColor("#9b5afb")Accessibility — WCAG contrast
Aa
#9b5afb on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9b5afb on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green35.3%
Blue98.4%
CMYK percentages
Cyan38.2%
Magenta64.1%
Yellow0.0%
Key (black)1.6%
Color previews
#9b5afb text on a black background
contrast 5.25:1
Card sample
#9b5afb text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b5afb;
Background color
Panel with #9b5afb background
background-color: #9b5afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b5afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 90, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 90, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b5afb; background: linear-gradient(135deg, #9b5afb, #FB5AF0);