#a720c0
a dark, vivid magenta / pink · warm · closest name: purple
RGB
167, 32, 192
HSL
291°, 71%, 44%
CMYK
13, 83, 0, 25
Luminance
0.1305
Every format
| HEX | #a720c0 |
| RGB | rgb(167, 32, 192) |
| HSL | hsl(291, 71%, 44%) |
| CMYK | cmyk(13%, 83%, 0%, 25%) |
| LAB | lab(42.9 70.8 -53.9) |
| LCH | lch(42.9 89.0 322.7) |
| OKLCH | oklch(0.539 0.238 320.5) |
Copy-ready code
/* CSS */
color: #a720c0;
background-color: #a720c0;
/* Tailwind (arbitrary) */
class="text-[#a720c0] bg-[#a720c0]"
/* SCSS */
$brand: #a720c0;
/* SwiftUI */
Color(red: 0.655, green: 0.125, blue: 0.753)
/* Android */
Color.parseColor("#a720c0")Accessibility — WCAG contrast
Aa
#a720c0 on white: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a720c0 on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green12.5%
Blue75.3%
CMYK percentages
Cyan13.0%
Magenta83.3%
Yellow0.0%
Key (black)24.7%
Color previews
#a720c0 text on a black background
contrast 3.61:1
Card sample
#a720c0 text on a white background
contrast 5.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a720c0;
Background color
Panel with #a720c0 background
background-color: #a720c0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a720c0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 32, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 32, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a720c0; background: linear-gradient(135deg, #a720c0, #C0206E);