#8917b2
a dark, electric violet · warm · closest name: indigo
RGB
137, 23, 178
HSL
284°, 77%, 39%
CMYK
23, 87, 0, 30
Luminance
0.0915
Every format
| HEX | #8917b2 |
| RGB | rgb(137, 23, 178) |
| HSL | hsl(284, 77%, 39%) |
| CMYK | cmyk(23%, 87%, 0%, 30%) |
| LAB | lab(36.3 65.3 -56.5) |
| LCH | lch(36.3 86.4 319.1) |
| OKLCH | oklch(0.480 0.223 314.1) |
Copy-ready code
/* CSS */
color: #8917b2;
background-color: #8917b2;
/* Tailwind (arbitrary) */
class="text-[#8917b2] bg-[#8917b2]"
/* SCSS */
$brand: #8917b2;
/* SwiftUI */
Color(red: 0.537, green: 0.090, blue: 0.698)
/* Android */
Color.parseColor("#8917b2")Accessibility — WCAG contrast
Aa
#8917b2 on white: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8917b2 on black: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green9.0%
Blue69.8%
CMYK percentages
Cyan23.0%
Magenta87.1%
Yellow0.0%
Key (black)30.2%
Color previews
#8917b2 text on a black background
contrast 2.83:1
Card sample
#8917b2 text on a white background
contrast 7.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8917b2;
Background color
Panel with #8917b2 background
background-color: #8917b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8917b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 23, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 23, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8917b2; background: linear-gradient(135deg, #8917b2, #B21774);