#9b5dfe
a light, electric violet · warm · closest name: slateblue
RGB
155, 93, 254
HSL
263°, 99%, 68%
CMYK
39, 63, 0, 0
Luminance
0.2195
Every format
| HEX | #9b5dfe |
| RGB | rgb(155, 93, 254) |
| HSL | hsl(263, 99%, 68%) |
| CMYK | cmyk(39%, 63%, 0%, 0%) |
| LAB | lab(54.0 57.8 -71.2) |
| LCH | lch(54.0 91.7 309.1) |
| OKLCH | oklch(0.628 0.228 297.1) |
Copy-ready code
/* CSS */
color: #9b5dfe;
background-color: #9b5dfe;
/* Tailwind (arbitrary) */
class="text-[#9b5dfe] bg-[#9b5dfe]"
/* SCSS */
$brand: #9b5dfe;
/* SwiftUI */
Color(red: 0.608, green: 0.365, blue: 0.996)
/* Android */
Color.parseColor("#9b5dfe")Accessibility — WCAG contrast
Aa
#9b5dfe on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9b5dfe on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green36.5%
Blue99.6%
CMYK percentages
Cyan39.0%
Magenta63.4%
Yellow0.0%
Key (black)0.4%
Color previews
#9b5dfe text on a black background
contrast 5.39:1
Card sample
#9b5dfe text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b5dfe;
Background color
Panel with #9b5dfe background
background-color: #9b5dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b5dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 93, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 93, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b5dfe; background: linear-gradient(135deg, #9b5dfe, #FE5DF6);