#9b71af
a balanced, soft violet · warm · closest name: plum
RGB
155, 113, 175
HSL
281°, 28%, 57%
CMYK
11, 35, 0, 31
Luminance
0.2187
Every format
| HEX | #9b71af |
| RGB | rgb(155, 113, 175) |
| HSL | hsl(281, 28%, 57%) |
| CMYK | cmyk(11%, 35%, 0%, 31%) |
| LAB | lab(53.9 28.1 -26.6) |
| LCH | lch(53.9 38.7 316.5) |
| OKLCH | oklch(0.614 0.102 314.4) |
Copy-ready code
/* CSS */
color: #9b71af;
background-color: #9b71af;
/* Tailwind (arbitrary) */
class="text-[#9b71af] bg-[#9b71af]"
/* SCSS */
$brand: #9b71af;
/* SwiftUI */
Color(red: 0.608, green: 0.443, blue: 0.686)
/* Android */
Color.parseColor("#9b71af")Accessibility — WCAG contrast
Aa
#9b71af on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9b71af on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green44.3%
Blue68.6%
CMYK percentages
Cyan11.4%
Magenta35.4%
Yellow0.0%
Key (black)31.4%
Color previews
#9b71af text on a black background
contrast 5.37:1
Card sample
#9b71af text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b71af;
Background color
Panel with #9b71af background
background-color: #9b71af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b71af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 113, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 113, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b71af; background: linear-gradient(135deg, #9b71af, #AF719A);