#8218ce
a balanced, electric violet · warm · closest name: indigo
RGB
130, 24, 206
HSL
275°, 79%, 45%
CMYK
37, 88, 0, 19
Luminance
0.0986
Every format
| HEX | #8218ce |
| RGB | rgb(130, 24, 206) |
| HSL | hsl(275, 79%, 45%) |
| CMYK | cmyk(37%, 88%, 0%, 19%) |
| LAB | lab(37.6 69.7 -70.8) |
| LCH | lch(37.6 99.4 314.5) |
| OKLCH | oklch(0.494 0.244 304.0) |
Copy-ready code
/* CSS */
color: #8218ce;
background-color: #8218ce;
/* Tailwind (arbitrary) */
class="text-[#8218ce] bg-[#8218ce]"
/* SCSS */
$brand: #8218ce;
/* SwiftUI */
Color(red: 0.510, green: 0.094, blue: 0.808)
/* Android */
Color.parseColor("#8218ce")Accessibility — WCAG contrast
Aa
#8218ce on white: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8218ce on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green9.4%
Blue80.8%
CMYK percentages
Cyan36.9%
Magenta88.3%
Yellow0.0%
Key (black)19.2%
Color previews
#8218ce text on a black background
contrast 2.97:1
Card sample
#8218ce text on a white background
contrast 7.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8218ce;
Background color
Panel with #8218ce background
background-color: #8218ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8218ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 24, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 24, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8218ce; background: linear-gradient(135deg, #8218ce, #CE18A1);