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