#9c71ce
a balanced, vivid violet · warm · closest name: slateblue
RGB
156, 113, 206
HSL
268°, 49%, 63%
CMYK
24, 45, 0, 19
Luminance
0.2333
Every format
| HEX | #9c71ce |
| RGB | rgb(156, 113, 206) |
| HSL | hsl(268, 49%, 63%) |
| CMYK | cmyk(24%, 45%, 0%, 19%) |
| LAB | lab(55.4 35.4 -42.0) |
| LCH | lch(55.4 54.9 310.2) |
| OKLCH | oklch(0.630 0.141 304.0) |
Copy-ready code
/* CSS */
color: #9c71ce;
background-color: #9c71ce;
/* Tailwind (arbitrary) */
class="text-[#9c71ce] bg-[#9c71ce]"
/* SCSS */
$brand: #9c71ce;
/* SwiftUI */
Color(red: 0.612, green: 0.443, blue: 0.808)
/* Android */
Color.parseColor("#9c71ce")Accessibility — WCAG contrast
Aa
#9c71ce on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9c71ce on black: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green44.3%
Blue80.8%
CMYK percentages
Cyan24.3%
Magenta45.1%
Yellow0.0%
Key (black)19.2%
Color previews
#9c71ce text on a black background
contrast 5.67:1
Card sample
#9c71ce text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c71ce;
Background color
Panel with #9c71ce background
background-color: #9c71ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c71ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 113, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 113, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c71ce; background: linear-gradient(135deg, #9c71ce, #CE71C2);