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