#a720f4
a balanced, electric violet · warm · closest name: magenta
RGB
167, 32, 244
HSL
278°, 91%, 54%
CMYK
32, 87, 0, 4
Luminance
0.1578
Every format
| HEX | #a720f4 |
| RGB | rgb(167, 32, 244) |
| HSL | hsl(278, 91%, 54%) |
| CMYK | cmyk(32%, 87%, 0%, 4%) |
| LAB | lab(46.7 80.4 -77.4) |
| LCH | lch(46.7 111.7 316.1) |
| OKLCH | oklch(0.578 0.279 307.7) |
Copy-ready code
/* CSS */
color: #a720f4;
background-color: #a720f4;
/* Tailwind (arbitrary) */
class="text-[#a720f4] bg-[#a720f4]"
/* SCSS */
$brand: #a720f4;
/* SwiftUI */
Color(red: 0.655, green: 0.125, blue: 0.957)
/* Android */
Color.parseColor("#a720f4")Accessibility — WCAG contrast
Aa
#a720f4 on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a720f4 on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green12.5%
Blue95.7%
CMYK percentages
Cyan31.6%
Magenta86.9%
Yellow0.0%
Key (black)4.3%
Color previews
#a720f4 text on a black background
contrast 4.16:1
Card sample
#a720f4 text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a720f4;
Background color
Panel with #a720f4 background
background-color: #a720f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a720f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 32, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 32, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a720f4; background: linear-gradient(135deg, #a720f4, #F420B4);