#a720d9
a balanced, vivid violet · warm · closest name: magenta
RGB
167, 32, 217
HSL
284°, 74%, 49%
CMYK
23, 85, 0, 15
Luminance
0.1426
Every format
| HEX | #a720d9 |
| RGB | rgb(167, 32, 217) |
| HSL | hsl(284, 74%, 49%) |
| CMYK | cmyk(23%, 85%, 0%, 15%) |
| LAB | lab(44.6 75.3 -65.5) |
| LCH | lch(44.6 99.8 319.0) |
| OKLCH | oklch(0.557 0.257 313.9) |
Copy-ready code
/* CSS */
color: #a720d9;
background-color: #a720d9;
/* Tailwind (arbitrary) */
class="text-[#a720d9] bg-[#a720d9]"
/* SCSS */
$brand: #a720d9;
/* SwiftUI */
Color(red: 0.655, green: 0.125, blue: 0.851)
/* Android */
Color.parseColor("#a720d9")Accessibility — WCAG contrast
Aa
#a720d9 on white: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a720d9 on black: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green12.5%
Blue85.1%
CMYK percentages
Cyan23.0%
Magenta85.3%
Yellow0.0%
Key (black)14.9%
Color previews
#a720d9 text on a black background
contrast 3.85:1
Card sample
#a720d9 text on a white background
contrast 5.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a720d9;
Background color
Panel with #a720d9 background
background-color: #a720d9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a720d9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 32, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 32, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a720d9; background: linear-gradient(135deg, #a720d9, #D92090);