#a720f0
a balanced, electric violet · warm · closest name: magenta
RGB
167, 32, 240
HSL
279°, 87%, 53%
CMYK
30, 87, 0, 6
Luminance
0.1554
Every format
| HEX | #a720f0 |
| RGB | rgb(167, 32, 240) |
| HSL | hsl(279, 87%, 53%) |
| CMYK | cmyk(30%, 87%, 0%, 6%) |
| LAB | lab(46.4 79.7 -75.7) |
| LCH | lch(46.4 109.9 316.5) |
| OKLCH | oklch(0.575 0.276 308.6) |
Copy-ready code
/* CSS */
color: #a720f0;
background-color: #a720f0;
/* Tailwind (arbitrary) */
class="text-[#a720f0] bg-[#a720f0]"
/* SCSS */
$brand: #a720f0;
/* SwiftUI */
Color(red: 0.655, green: 0.125, blue: 0.941)
/* Android */
Color.parseColor("#a720f0")Accessibility — WCAG contrast
Aa
#a720f0 on white: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a720f0 on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green12.5%
Blue94.1%
CMYK percentages
Cyan30.4%
Magenta86.7%
Yellow0.0%
Key (black)5.9%
Color previews
#a720f0 text on a black background
contrast 4.11:1
Card sample
#a720f0 text on a white background
contrast 5.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a720f0;
Background color
Panel with #a720f0 background
background-color: #a720f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a720f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 32, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 32, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a720f0; background: linear-gradient(135deg, #a720f0, #F020AE);