#a219e6
a balanced, electric violet · warm · closest name: magenta
RGB
162, 25, 230
HSL
280°, 80%, 50%
CMYK
30, 89, 0, 10
Luminance
0.1409
Every format
| HEX | #a219e6 |
| RGB | rgb(162, 25, 230) |
| HSL | hsl(280, 80%, 50%) |
| CMYK | cmyk(30%, 89%, 0%, 10%) |
| LAB | lab(44.4 78.5 -73.3) |
| LCH | lch(44.4 107.4 316.9) |
| OKLCH | oklch(0.557 0.270 309.4) |
Copy-ready code
/* CSS */
color: #a219e6;
background-color: #a219e6;
/* Tailwind (arbitrary) */
class="text-[#a219e6] bg-[#a219e6]"
/* SCSS */
$brand: #a219e6;
/* SwiftUI */
Color(red: 0.635, green: 0.098, blue: 0.902)
/* Android */
Color.parseColor("#a219e6")Accessibility — WCAG contrast
Aa
#a219e6 on white: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a219e6 on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green9.8%
Blue90.2%
CMYK percentages
Cyan29.6%
Magenta89.1%
Yellow0.0%
Key (black)9.8%
Color previews
#a219e6 text on a black background
contrast 3.82:1
Card sample
#a219e6 text on a white background
contrast 5.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a219e6;
Background color
Panel with #a219e6 background
background-color: #a219e6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a219e6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 25, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 25, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a219e6; background: linear-gradient(135deg, #a219e6, #E619A1);