#9b71fd
a light, electric violet · warm · closest name: slateblue
RGB
155, 113, 253
HSL
258°, 97%, 72%
CMYK
39, 55, 0, 1
Luminance
0.2587
Every format
| HEX | #9b71fd |
| RGB | rgb(155, 113, 253) |
| HSL | hsl(258, 97%, 72%) |
| CMYK | cmyk(39%, 55%, 0%, 1%) |
| LAB | lab(57.9 47.0 -64.3) |
| LCH | lch(57.9 79.6 306.1) |
| OKLCH | oklch(0.657 0.200 294.0) |
Copy-ready code
/* CSS */
color: #9b71fd;
background-color: #9b71fd;
/* Tailwind (arbitrary) */
class="text-[#9b71fd] bg-[#9b71fd]"
/* SCSS */
$brand: #9b71fd;
/* SwiftUI */
Color(red: 0.608, green: 0.443, blue: 0.992)
/* Android */
Color.parseColor("#9b71fd")Accessibility — WCAG contrast
Aa
#9b71fd on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9b71fd on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green44.3%
Blue99.2%
CMYK percentages
Cyan38.7%
Magenta55.3%
Yellow0.0%
Key (black)0.8%
Color previews
#9b71fd text on a black background
contrast 6.17:1
Card sample
#9b71fd text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b71fd;
Background color
Panel with #9b71fd background
background-color: #9b71fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b71fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 113, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 113, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b71fd; background: linear-gradient(135deg, #9b71fd, #F871FD);