#a720ff
a balanced, electric violet · warm · closest name: magenta
RGB
167, 32, 255
HSL
276°, 100%, 56%
CMYK
35, 88, 0, 0
Luminance
0.1647
Every format
| HEX | #a720ff |
| RGB | rgb(167, 32, 255) |
| HSL | hsl(276, 100%, 56%) |
| CMYK | cmyk(35%, 88%, 0%, 0%) |
| LAB | lab(47.6 82.6 -82.1) |
| LCH | lch(47.6 116.5 315.2) |
| OKLCH | oklch(0.587 0.288 305.5) |
Copy-ready code
/* CSS */
color: #a720ff;
background-color: #a720ff;
/* Tailwind (arbitrary) */
class="text-[#a720ff] bg-[#a720ff]"
/* SCSS */
$brand: #a720ff;
/* SwiftUI */
Color(red: 0.655, green: 0.125, blue: 1.000)
/* Android */
Color.parseColor("#a720ff")Accessibility — WCAG contrast
Aa
#a720ff on white: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a720ff on black: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green12.5%
Blue100.0%
CMYK percentages
Cyan34.5%
Magenta87.5%
Yellow0.0%
Key (black)0.0%
Color previews
#a720ff text on a black background
contrast 4.29:1
Card sample
#a720ff text on a white background
contrast 4.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a720ff;
Background color
Panel with #a720ff background
background-color: #a720ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a720ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 32, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 32, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a720ff; background: linear-gradient(135deg, #a720ff, #FF20C2);