#a720c2
a dark, vivid magenta / pink · warm · closest name: purple
RGB
167, 32, 194
HSL
290°, 72%, 44%
CMYK
14, 84, 0, 24
Luminance
0.1314
Every format
| HEX | #a720c2 |
| RGB | rgb(167, 32, 194) |
| HSL | hsl(290, 72%, 44%) |
| CMYK | cmyk(14%, 84%, 0%, 24%) |
| LAB | lab(43.0 71.1 -54.8) |
| LCH | lch(43.0 89.8 322.4) |
| OKLCH | oklch(0.540 0.239 319.9) |
Copy-ready code
/* CSS */
color: #a720c2;
background-color: #a720c2;
/* Tailwind (arbitrary) */
class="text-[#a720c2] bg-[#a720c2]"
/* SCSS */
$brand: #a720c2;
/* SwiftUI */
Color(red: 0.655, green: 0.125, blue: 0.761)
/* Android */
Color.parseColor("#a720c2")Accessibility — WCAG contrast
Aa
#a720c2 on white: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a720c2 on black: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green12.5%
Blue76.1%
CMYK percentages
Cyan13.9%
Magenta83.5%
Yellow0.0%
Key (black)23.9%
Color previews
#a720c2 text on a black background
contrast 3.63:1
Card sample
#a720c2 text on a white background
contrast 5.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a720c2;
Background color
Panel with #a720c2 background
background-color: #a720c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a720c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 32, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 32, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a720c2; background: linear-gradient(135deg, #a720c2, #C22071);