#9b6afd
a light, electric violet · warm · closest name: slateblue
RGB
155, 106, 253
HSL
260°, 97%, 70%
CMYK
39, 58, 0, 1
Luminance
0.2437
Every format
| HEX | #9b6afd |
| RGB | rgb(155, 106, 253) |
| HSL | hsl(260, 97%, 70%) |
| CMYK | cmyk(39%, 58%, 0%, 1%) |
| LAB | lab(56.5 50.8 -66.7) |
| LCH | lch(56.5 83.8 307.3) |
| OKLCH | oklch(0.646 0.210 295.3) |
Copy-ready code
/* CSS */
color: #9b6afd;
background-color: #9b6afd;
/* Tailwind (arbitrary) */
class="text-[#9b6afd] bg-[#9b6afd]"
/* SCSS */
$brand: #9b6afd;
/* SwiftUI */
Color(red: 0.608, green: 0.416, blue: 0.992)
/* Android */
Color.parseColor("#9b6afd")Accessibility — WCAG contrast
Aa
#9b6afd on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9b6afd on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green41.6%
Blue99.2%
CMYK percentages
Cyan38.7%
Magenta58.1%
Yellow0.0%
Key (black)0.8%
Color previews
#9b6afd text on a black background
contrast 5.87:1
Card sample
#9b6afd text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b6afd;
Background color
Panel with #9b6afd background
background-color: #9b6afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b6afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 106, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 106, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b6afd; background: linear-gradient(135deg, #9b6afd, #FD6AFD);