#9b6dfd
a light, electric violet · warm · closest name: slateblue
RGB
155, 109, 253
HSL
259°, 97%, 71%
CMYK
39, 57, 0, 1
Luminance
0.2500
Every format
| HEX | #9b6dfd |
| RGB | rgb(155, 109, 253) |
| HSL | hsl(259, 97%, 71%) |
| CMYK | cmyk(39%, 57%, 0%, 1%) |
| LAB | lab(57.1 49.2 -65.7) |
| LCH | lch(57.1 82.0 306.8) |
| OKLCH | oklch(0.651 0.206 294.8) |
Copy-ready code
/* CSS */
color: #9b6dfd;
background-color: #9b6dfd;
/* Tailwind (arbitrary) */
class="text-[#9b6dfd] bg-[#9b6dfd]"
/* SCSS */
$brand: #9b6dfd;
/* SwiftUI */
Color(red: 0.608, green: 0.427, blue: 0.992)
/* Android */
Color.parseColor("#9b6dfd")Accessibility — WCAG contrast
Aa
#9b6dfd on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9b6dfd on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green42.7%
Blue99.2%
CMYK percentages
Cyan38.7%
Magenta56.9%
Yellow0.0%
Key (black)0.8%
Color previews
#9b6dfd text on a black background
contrast 6.00:1
Card sample
#9b6dfd text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b6dfd;
Background color
Panel with #9b6dfd background
background-color: #9b6dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b6dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 109, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 109, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b6dfd; background: linear-gradient(135deg, #9b6dfd, #FB6DFD);