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