#a720fb
a balanced, electric violet · warm · closest name: magenta
RGB
167, 32, 251
HSL
277°, 97%, 56%
CMYK
34, 87, 0, 2
Luminance
0.1621
Every format
| HEX | #a720fb |
| RGB | rgb(167, 32, 251) |
| HSL | hsl(277, 97%, 56%) |
| CMYK | cmyk(34%, 87%, 0%, 2%) |
| LAB | lab(47.3 81.8 -80.4) |
| LCH | lch(47.3 114.7 315.5) |
| OKLCH | oklch(0.583 0.284 306.3) |
Copy-ready code
/* CSS */
color: #a720fb;
background-color: #a720fb;
/* Tailwind (arbitrary) */
class="text-[#a720fb] bg-[#a720fb]"
/* SCSS */
$brand: #a720fb;
/* SwiftUI */
Color(red: 0.655, green: 0.125, blue: 0.984)
/* Android */
Color.parseColor("#a720fb")Accessibility — WCAG contrast
Aa
#a720fb on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a720fb on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green12.5%
Blue98.4%
CMYK percentages
Cyan33.5%
Magenta87.3%
Yellow0.0%
Key (black)1.6%
Color previews
#a720fb text on a black background
contrast 4.24:1
Card sample
#a720fb text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a720fb;
Background color
Panel with #a720fb background
background-color: #a720fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a720fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 32, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 32, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a720fb; background: linear-gradient(135deg, #a720fb, #FB20BD);