#9c71cf
a balanced, vivid violet · warm · closest name: slateblue
RGB
156, 113, 207
HSL
267°, 50%, 63%
CMYK
25, 45, 0, 19
Luminance
0.2338
Every format
| HEX | #9c71cf |
| RGB | rgb(156, 113, 207) |
| HSL | hsl(267, 50%, 63%) |
| CMYK | cmyk(25%, 45%, 0%, 19%) |
| LAB | lab(55.5 35.7 -42.5) |
| LCH | lch(55.5 55.5 310.0) |
| OKLCH | oklch(0.631 0.143 303.7) |
Copy-ready code
/* CSS */
color: #9c71cf;
background-color: #9c71cf;
/* Tailwind (arbitrary) */
class="text-[#9c71cf] bg-[#9c71cf]"
/* SCSS */
$brand: #9c71cf;
/* SwiftUI */
Color(red: 0.612, green: 0.443, blue: 0.812)
/* Android */
Color.parseColor("#9c71cf")Accessibility — WCAG contrast
Aa
#9c71cf on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9c71cf on black: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green44.3%
Blue81.2%
CMYK percentages
Cyan24.6%
Magenta45.4%
Yellow0.0%
Key (black)18.8%
Color previews
#9c71cf text on a black background
contrast 5.68:1
Card sample
#9c71cf text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c71cf;
Background color
Panel with #9c71cf background
background-color: #9c71cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c71cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 113, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 113, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c71cf; background: linear-gradient(135deg, #9c71cf, #CF71C3);