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