#8917c7
a dark, electric violet · warm · closest name: indigo
RGB
137, 23, 199
HSL
279°, 79%, 44%
CMYK
31, 88, 0, 22
Luminance
0.1005
Every format
| HEX | #8917c7 |
| RGB | rgb(137, 23, 199) |
| HSL | hsl(279, 79%, 44%) |
| CMYK | cmyk(31%, 88%, 0%, 22%) |
| LAB | lab(37.9 69.4 -66.1) |
| LCH | lch(37.9 95.9 316.4) |
| OKLCH | oklch(0.497 0.240 308.4) |
Copy-ready code
/* CSS */
color: #8917c7;
background-color: #8917c7;
/* Tailwind (arbitrary) */
class="text-[#8917c7] bg-[#8917c7]"
/* SCSS */
$brand: #8917c7;
/* SwiftUI */
Color(red: 0.537, green: 0.090, blue: 0.780)
/* Android */
Color.parseColor("#8917c7")Accessibility — WCAG contrast
Aa
#8917c7 on white: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8917c7 on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green9.0%
Blue78.0%
CMYK percentages
Cyan31.2%
Magenta88.4%
Yellow0.0%
Key (black)22.0%
Color previews
#8917c7 text on a black background
contrast 3.01:1
Card sample
#8917c7 text on a white background
contrast 6.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8917c7;
Background color
Panel with #8917c7 background
background-color: #8917c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8917c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 23, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 23, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8917c7; background: linear-gradient(135deg, #8917c7, #C7178F);