#a720eb
a balanced, electric violet · warm · closest name: magenta
RGB
167, 32, 235
HSL
280°, 84%, 52%
CMYK
29, 86, 0, 8
Luminance
0.1525
Every format
| HEX | #a720eb |
| RGB | rgb(167, 32, 235) |
| HSL | hsl(280, 84%, 52%) |
| CMYK | cmyk(29%, 86%, 0%, 8%) |
| LAB | lab(46.0 78.7 -73.5) |
| LCH | lch(46.0 107.7 316.9) |
| OKLCH | oklch(0.571 0.272 309.7) |
Copy-ready code
/* CSS */
color: #a720eb;
background-color: #a720eb;
/* Tailwind (arbitrary) */
class="text-[#a720eb] bg-[#a720eb]"
/* SCSS */
$brand: #a720eb;
/* SwiftUI */
Color(red: 0.655, green: 0.125, blue: 0.922)
/* Android */
Color.parseColor("#a720eb")Accessibility — WCAG contrast
Aa
#a720eb on white: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a720eb on black: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green12.5%
Blue92.2%
CMYK percentages
Cyan28.9%
Magenta86.4%
Yellow0.0%
Key (black)7.8%
Color previews
#a720eb text on a black background
contrast 4.05:1
Card sample
#a720eb text on a white background
contrast 5.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a720eb;
Background color
Panel with #a720eb background
background-color: #a720eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a720eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 32, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 32, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a720eb; background: linear-gradient(135deg, #a720eb, #EB20A8);