#8218be
a dark, electric violet · warm · closest name: indigo
RGB
130, 24, 190
HSL
278°, 78%, 42%
CMYK
32, 87, 0, 26
Luminance
0.0912
Every format
| HEX | #8218be |
| RGB | rgb(130, 24, 190) |
| HSL | hsl(278, 78%, 42%) |
| CMYK | cmyk(32%, 87%, 0%, 26%) |
| LAB | lab(36.2 66.4 -63.7) |
| LCH | lch(36.2 92.0 316.2) |
| OKLCH | oklch(0.481 0.230 308.0) |
Copy-ready code
/* CSS */
color: #8218be;
background-color: #8218be;
/* Tailwind (arbitrary) */
class="text-[#8218be] bg-[#8218be]"
/* SCSS */
$brand: #8218be;
/* SwiftUI */
Color(red: 0.510, green: 0.094, blue: 0.745)
/* Android */
Color.parseColor("#8218be")Accessibility — WCAG contrast
Aa
#8218be on white: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8218be on black: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green9.4%
Blue74.5%
CMYK percentages
Cyan31.6%
Magenta87.4%
Yellow0.0%
Key (black)25.5%
Color previews
#8218be text on a black background
contrast 2.82:1
Card sample
#8218be text on a white background
contrast 7.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8218be;
Background color
Panel with #8218be background
background-color: #8218be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8218be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 24, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 24, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8218be; background: linear-gradient(135deg, #8218be, #BE188C);