#a720ba
a dark, vivid magenta / pink · warm · closest name: purple
RGB
167, 32, 186
HSL
293°, 71%, 43%
CMYK
10, 83, 0, 27
Luminance
0.1279
Every format
| HEX | #a720ba |
| RGB | rgb(167, 32, 186) |
| HSL | hsl(293, 71%, 43%) |
| CMYK | cmyk(10%, 83%, 0%, 27%) |
| LAB | lab(42.5 69.8 -51.0) |
| LCH | lch(42.5 86.4 323.8) |
| OKLCH | oklch(0.535 0.233 322.2) |
Copy-ready code
/* CSS */
color: #a720ba;
background-color: #a720ba;
/* Tailwind (arbitrary) */
class="text-[#a720ba] bg-[#a720ba]"
/* SCSS */
$brand: #a720ba;
/* SwiftUI */
Color(red: 0.655, green: 0.125, blue: 0.729)
/* Android */
Color.parseColor("#a720ba")Accessibility — WCAG contrast
Aa
#a720ba on white: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a720ba on black: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green12.5%
Blue72.9%
CMYK percentages
Cyan10.2%
Magenta82.8%
Yellow0.0%
Key (black)27.1%
Color previews
#a720ba text on a black background
contrast 3.56:1
Card sample
#a720ba text on a white background
contrast 5.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a720ba;
Background color
Panel with #a720ba background
background-color: #a720ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a720ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 32, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 32, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a720ba; background: linear-gradient(135deg, #a720ba, #BA2066);