#8d18be
a dark, electric violet · warm · closest name: indigo
RGB
141, 24, 190
HSL
282°, 78%, 42%
CMYK
26, 87, 0, 26
Luminance
0.1003
Every format
| HEX | #8d18be |
| RGB | rgb(141, 24, 190) |
| HSL | hsl(282, 78%, 42%) |
| CMYK | cmyk(26%, 87%, 0%, 26%) |
| LAB | lab(37.9 68.0 -60.9) |
| LCH | lch(37.9 91.3 318.2) |
| OKLCH | oklch(0.496 0.233 312.2) |
Copy-ready code
/* CSS */
color: #8d18be;
background-color: #8d18be;
/* Tailwind (arbitrary) */
class="text-[#8d18be] bg-[#8d18be]"
/* SCSS */
$brand: #8d18be;
/* SwiftUI */
Color(red: 0.553, green: 0.094, blue: 0.745)
/* Android */
Color.parseColor("#8d18be")Accessibility — WCAG contrast
Aa
#8d18be on white: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8d18be on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green9.4%
Blue74.5%
CMYK percentages
Cyan25.8%
Magenta87.4%
Yellow0.0%
Key (black)25.5%
Color previews
#8d18be text on a black background
contrast 3.01:1
Card sample
#8d18be text on a white background
contrast 6.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8d18be;
Background color
Panel with #8d18be background
background-color: #8d18be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8d18be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 24, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 24, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8d18be; background: linear-gradient(135deg, #8d18be, #BE1880);