#8917af
a dark, electric violet · warm · closest name: indigo
RGB
137, 23, 175
HSL
285°, 77%, 39%
CMYK
22, 87, 0, 31
Luminance
0.0903
Every format
| HEX | #8917af |
| RGB | rgb(137, 23, 175) |
| HSL | hsl(285, 77%, 39%) |
| CMYK | cmyk(22%, 87%, 0%, 31%) |
| LAB | lab(36.0 64.7 -55.1) |
| LCH | lch(36.0 85.0 319.6) |
| OKLCH | oklch(0.478 0.220 315.0) |
Copy-ready code
/* CSS */
color: #8917af;
background-color: #8917af;
/* Tailwind (arbitrary) */
class="text-[#8917af] bg-[#8917af]"
/* SCSS */
$brand: #8917af;
/* SwiftUI */
Color(red: 0.537, green: 0.090, blue: 0.686)
/* Android */
Color.parseColor("#8917af")Accessibility — WCAG contrast
Aa
#8917af on white: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8917af on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green9.0%
Blue68.6%
CMYK percentages
Cyan21.7%
Magenta86.9%
Yellow0.0%
Key (black)31.4%
Color previews
#8917af text on a black background
contrast 2.81:1
Card sample
#8917af text on a white background
contrast 7.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8917af;
Background color
Panel with #8917af background
background-color: #8917af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8917af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 23, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 23, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8917af; background: linear-gradient(135deg, #8917af, #AF1770);