#a720fd
a balanced, electric violet · warm · closest name: magenta
RGB
167, 32, 253
HSL
277°, 98%, 56%
CMYK
34, 87, 0, 1
Luminance
0.1634
Every format
| HEX | #a720fd |
| RGB | rgb(167, 32, 253) |
| HSL | hsl(277, 98%, 56%) |
| CMYK | cmyk(34%, 87%, 0%, 1%) |
| LAB | lab(47.4 82.2 -81.3) |
| LCH | lch(47.4 115.6 315.3) |
| OKLCH | oklch(0.585 0.286 305.9) |
Copy-ready code
/* CSS */
color: #a720fd;
background-color: #a720fd;
/* Tailwind (arbitrary) */
class="text-[#a720fd] bg-[#a720fd]"
/* SCSS */
$brand: #a720fd;
/* SwiftUI */
Color(red: 0.655, green: 0.125, blue: 0.992)
/* Android */
Color.parseColor("#a720fd")Accessibility — WCAG contrast
Aa
#a720fd on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a720fd on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green12.5%
Blue99.2%
CMYK percentages
Cyan34.0%
Magenta87.4%
Yellow0.0%
Key (black)0.8%
Color previews
#a720fd text on a black background
contrast 4.27:1
Card sample
#a720fd text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a720fd;
Background color
Panel with #a720fd background
background-color: #a720fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a720fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 32, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 32, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a720fd; background: linear-gradient(135deg, #a720fd, #FD20C0);