#8213b9
a dark, electric violet · warm · closest name: indigo
RGB
130, 19, 185
HSL
280°, 81%, 40%
CMYK
30, 90, 0, 28
Luminance
0.0871
Every format
| HEX | #8213b9 |
| RGB | rgb(130, 19, 185) |
| HSL | hsl(280, 81%, 40%) |
| CMYK | cmyk(30%, 90%, 0%, 28%) |
| LAB | lab(35.4 66.5 -62.1) |
| LCH | lch(35.4 91.0 317.0) |
| OKLCH | oklch(0.474 0.229 309.6) |
Copy-ready code
/* CSS */
color: #8213b9;
background-color: #8213b9;
/* Tailwind (arbitrary) */
class="text-[#8213b9] bg-[#8213b9]"
/* SCSS */
$brand: #8213b9;
/* SwiftUI */
Color(red: 0.510, green: 0.075, blue: 0.725)
/* Android */
Color.parseColor("#8213b9")Accessibility — WCAG contrast
Aa
#8213b9 on white: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8213b9 on black: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green7.5%
Blue72.5%
CMYK percentages
Cyan29.7%
Magenta89.7%
Yellow0.0%
Key (black)27.5%
Color previews
#8213b9 text on a black background
contrast 2.74:1
Card sample
#8213b9 text on a white background
contrast 7.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8213b9;
Background color
Panel with #8213b9 background
background-color: #8213b9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8213b9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 19, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 19, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8213b9; background: linear-gradient(135deg, #8213b9, #B91381);