#8918ce
a balanced, electric violet · warm · closest name: indigo
RGB
137, 24, 206
HSL
277°, 79%, 45%
CMYK
34, 88, 0, 19
Luminance
0.1043
Every format
| HEX | #8918ce |
| RGB | rgb(137, 24, 206) |
| HSL | hsl(277, 79%, 45%) |
| CMYK | cmyk(34%, 88%, 0%, 19%) |
| LAB | lab(38.6 70.6 -69.1) |
| LCH | lch(38.6 98.8 315.6) |
| OKLCH | oklch(0.503 0.245 306.6) |
Copy-ready code
/* CSS */
color: #8918ce;
background-color: #8918ce;
/* Tailwind (arbitrary) */
class="text-[#8918ce] bg-[#8918ce]"
/* SCSS */
$brand: #8918ce;
/* SwiftUI */
Color(red: 0.537, green: 0.094, blue: 0.808)
/* Android */
Color.parseColor("#8918ce")Accessibility — WCAG contrast
Aa
#8918ce on white: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8918ce on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green9.4%
Blue80.8%
CMYK percentages
Cyan33.5%
Magenta88.3%
Yellow0.0%
Key (black)19.2%
Color previews
#8918ce text on a black background
contrast 3.09:1
Card sample
#8918ce text on a white background
contrast 6.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8918ce;
Background color
Panel with #8918ce background
background-color: #8918ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8918ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 24, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 24, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8918ce; background: linear-gradient(135deg, #8918ce, #CE189A);