#a720e5
a balanced, electric violet · warm · closest name: magenta
RGB
167, 32, 229
HSL
281°, 79%, 51%
CMYK
27, 86, 0, 10
Luminance
0.1491
Every format
| HEX | #a720e5 |
| RGB | rgb(167, 32, 229) |
| HSL | hsl(281, 79%, 51%) |
| CMYK | cmyk(27%, 86%, 0%, 10%) |
| LAB | lab(45.5 77.5 -70.9) |
| LCH | lch(45.5 105.1 317.6) |
| OKLCH | oklch(0.566 0.267 311.0) |
Copy-ready code
/* CSS */
color: #a720e5;
background-color: #a720e5;
/* Tailwind (arbitrary) */
class="text-[#a720e5] bg-[#a720e5]"
/* SCSS */
$brand: #a720e5;
/* SwiftUI */
Color(red: 0.655, green: 0.125, blue: 0.898)
/* Android */
Color.parseColor("#a720e5")Accessibility — WCAG contrast
Aa
#a720e5 on white: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a720e5 on black: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green12.5%
Blue89.8%
CMYK percentages
Cyan27.1%
Magenta86.0%
Yellow0.0%
Key (black)10.2%
Color previews
#a720e5 text on a black background
contrast 3.98:1
Card sample
#a720e5 text on a white background
contrast 5.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a720e5;
Background color
Panel with #a720e5 background
background-color: #a720e5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a720e5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 32, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 32, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a720e5; background: linear-gradient(135deg, #a720e5, #E520A0);