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