#a720d1
a balanced, vivid violet · warm · closest name: magenta
RGB
167, 32, 209
HSL
286°, 73%, 47%
CMYK
20, 85, 0, 18
Luminance
0.1385
Every format
| HEX | #a720d1 |
| RGB | rgb(167, 32, 209) |
| HSL | hsl(286, 73%, 47%) |
| CMYK | cmyk(20%, 85%, 0%, 18%) |
| LAB | lab(44.0 73.8 -61.9) |
| LCH | lch(44.0 96.3 320.0) |
| OKLCH | oklch(0.551 0.251 315.9) |
Copy-ready code
/* CSS */
color: #a720d1;
background-color: #a720d1;
/* Tailwind (arbitrary) */
class="text-[#a720d1] bg-[#a720d1]"
/* SCSS */
$brand: #a720d1;
/* SwiftUI */
Color(red: 0.655, green: 0.125, blue: 0.820)
/* Android */
Color.parseColor("#a720d1")Accessibility — WCAG contrast
Aa
#a720d1 on white: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a720d1 on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green12.5%
Blue82.0%
CMYK percentages
Cyan20.1%
Magenta84.7%
Yellow0.0%
Key (black)18.0%
Color previews
#a720d1 text on a black background
contrast 3.77:1
Card sample
#a720d1 text on a white background
contrast 5.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a720d1;
Background color
Panel with #a720d1 background
background-color: #a720d1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a720d1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 32, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 32, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a720d1; background: linear-gradient(135deg, #a720d1, #D12085);