#a720b1
a dark, vivid magenta / pink · warm · closest name: purple
RGB
167, 32, 177
HSL
296°, 69%, 41%
CMYK
6, 82, 0, 31
Luminance
0.1242
Every format
| HEX | #a720b1 |
| RGB | rgb(167, 32, 177) |
| HSL | hsl(296, 69%, 41%) |
| CMYK | cmyk(6%, 82%, 0%, 31%) |
| LAB | lab(41.9 68.2 -46.6) |
| LCH | lch(41.9 82.6 325.7) |
| OKLCH | oklch(0.529 0.226 324.9) |
Copy-ready code
/* CSS */
color: #a720b1;
background-color: #a720b1;
/* Tailwind (arbitrary) */
class="text-[#a720b1] bg-[#a720b1]"
/* SCSS */
$brand: #a720b1;
/* SwiftUI */
Color(red: 0.655, green: 0.125, blue: 0.694)
/* Android */
Color.parseColor("#a720b1")Accessibility — WCAG contrast
Aa
#a720b1 on white: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a720b1 on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green12.5%
Blue69.4%
CMYK percentages
Cyan5.6%
Magenta81.9%
Yellow0.0%
Key (black)30.6%
Color previews
#a720b1 text on a black background
contrast 3.48:1
Card sample
#a720b1 text on a white background
contrast 6.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a720b1;
Background color
Panel with #a720b1 background
background-color: #a720b1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a720b1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 32, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 32, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a720b1; background: linear-gradient(135deg, #a720b1, #B1205A);