#820ade
a balanced, electric violet · warm · closest name: blue
RGB
130, 10, 222
HSL
274°, 91%, 46%
CMYK
41, 96, 0, 13
Luminance
0.1024
Every format
| HEX | #820ade |
| RGB | rgb(130, 10, 222) |
| HSL | hsl(274, 91%, 46%) |
| CMYK | cmyk(41%, 96%, 0%, 13%) |
| LAB | lab(38.3 75.4 -79.0) |
| LCH | lch(38.3 109.2 313.7) |
| OKLCH | oklch(0.503 0.263 300.8) |
Copy-ready code
/* CSS */
color: #820ade;
background-color: #820ade;
/* Tailwind (arbitrary) */
class="text-[#820ade] bg-[#820ade]"
/* SCSS */
$brand: #820ade;
/* SwiftUI */
Color(red: 0.510, green: 0.039, blue: 0.871)
/* Android */
Color.parseColor("#820ade")Accessibility — WCAG contrast
Aa
#820ade on white: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#820ade on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green3.9%
Blue87.1%
CMYK percentages
Cyan41.4%
Magenta95.5%
Yellow0.0%
Key (black)12.9%
Color previews
#820ade text on a black background
contrast 3.05:1
Card sample
#820ade text on a white background
contrast 6.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #820ade;
Background color
Panel with #820ade background
background-color: #820ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #820ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 10, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 10, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #820ade; background: linear-gradient(135deg, #820ade, #DE0AAD);