#8918be
a dark, electric violet · warm · closest name: indigo
RGB
137, 24, 190
HSL
281°, 78%, 42%
CMYK
28, 87, 0, 26
Luminance
0.0969
Every format
| HEX | #8918be |
| RGB | rgb(137, 24, 190) |
| HSL | hsl(281, 78%, 42%) |
| CMYK | cmyk(28%, 87%, 0%, 26%) |
| LAB | lab(37.3 67.4 -62.0) |
| LCH | lch(37.3 91.6 317.4) |
| OKLCH | oklch(0.490 0.232 310.7) |
Copy-ready code
/* CSS */
color: #8918be;
background-color: #8918be;
/* Tailwind (arbitrary) */
class="text-[#8918be] bg-[#8918be]"
/* SCSS */
$brand: #8918be;
/* SwiftUI */
Color(red: 0.537, green: 0.094, blue: 0.745)
/* Android */
Color.parseColor("#8918be")Accessibility — WCAG contrast
Aa
#8918be on white: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8918be on black: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green9.4%
Blue74.5%
CMYK percentages
Cyan27.9%
Magenta87.4%
Yellow0.0%
Key (black)25.5%
Color previews
#8918be text on a black background
contrast 2.94:1
Card sample
#8918be text on a white background
contrast 7.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8918be;
Background color
Panel with #8918be background
background-color: #8918be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8918be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 24, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 24, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8918be; background: linear-gradient(135deg, #8918be, #BE1885);