#a720d4
a balanced, vivid violet · warm · closest name: magenta
RGB
167, 32, 212
HSL
285°, 74%, 48%
CMYK
21, 85, 0, 17
Luminance
0.1400
Every format
| HEX | #a720d4 |
| RGB | rgb(167, 32, 212) |
| HSL | hsl(285, 74%, 48%) |
| CMYK | cmyk(21%, 85%, 0%, 17%) |
| LAB | lab(44.2 74.4 -63.2) |
| LCH | lch(44.2 97.6 319.6) |
| OKLCH | oklch(0.553 0.253 315.1) |
Copy-ready code
/* CSS */
color: #a720d4;
background-color: #a720d4;
/* Tailwind (arbitrary) */
class="text-[#a720d4] bg-[#a720d4]"
/* SCSS */
$brand: #a720d4;
/* SwiftUI */
Color(red: 0.655, green: 0.125, blue: 0.831)
/* Android */
Color.parseColor("#a720d4")Accessibility — WCAG contrast
Aa
#a720d4 on white: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a720d4 on black: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green12.5%
Blue83.1%
CMYK percentages
Cyan21.2%
Magenta84.9%
Yellow0.0%
Key (black)16.9%
Color previews
#a720d4 text on a black background
contrast 3.80:1
Card sample
#a720d4 text on a white background
contrast 5.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a720d4;
Background color
Panel with #a720d4 background
background-color: #a720d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a720d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 32, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 32, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a720d4; background: linear-gradient(135deg, #a720d4, #D42089);