#a720e7
a balanced, electric violet · warm · closest name: magenta
RGB
167, 32, 231
HSL
281°, 81%, 52%
CMYK
28, 86, 0, 9
Luminance
0.1502
Every format
| HEX | #a720e7 |
| RGB | rgb(167, 32, 231) |
| HSL | hsl(281, 81%, 52%) |
| CMYK | cmyk(28%, 86%, 0%, 9%) |
| LAB | lab(45.7 77.9 -71.8) |
| LCH | lch(45.7 105.9 317.4) |
| OKLCH | oklch(0.567 0.268 310.6) |
Copy-ready code
/* CSS */
color: #a720e7;
background-color: #a720e7;
/* Tailwind (arbitrary) */
class="text-[#a720e7] bg-[#a720e7]"
/* SCSS */
$brand: #a720e7;
/* SwiftUI */
Color(red: 0.655, green: 0.125, blue: 0.906)
/* Android */
Color.parseColor("#a720e7")Accessibility — WCAG contrast
Aa
#a720e7 on white: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a720e7 on black: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green12.5%
Blue90.6%
CMYK percentages
Cyan27.7%
Magenta86.1%
Yellow0.0%
Key (black)9.4%
Color previews
#a720e7 text on a black background
contrast 4.00:1
Card sample
#a720e7 text on a white background
contrast 5.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a720e7;
Background color
Panel with #a720e7 background
background-color: #a720e7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a720e7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 32, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 32, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a720e7; background: linear-gradient(135deg, #a720e7, #E720A2);