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