#a720b2
a dark, vivid magenta / pink · warm · closest name: purple
RGB
167, 32, 178
HSL
296°, 70%, 41%
CMYK
6, 82, 0, 30
Luminance
0.1246
Every format
| HEX | #a720b2 |
| RGB | rgb(167, 32, 178) |
| HSL | hsl(296, 70%, 41%) |
| CMYK | cmyk(6%, 82%, 0%, 30%) |
| LAB | lab(42.0 68.4 -47.1) |
| LCH | lch(42.0 83.0 325.5) |
| OKLCH | oklch(0.530 0.227 324.6) |
Copy-ready code
/* CSS */
color: #a720b2;
background-color: #a720b2;
/* Tailwind (arbitrary) */
class="text-[#a720b2] bg-[#a720b2]"
/* SCSS */
$brand: #a720b2;
/* SwiftUI */
Color(red: 0.655, green: 0.125, blue: 0.698)
/* Android */
Color.parseColor("#a720b2")Accessibility — WCAG contrast
Aa
#a720b2 on white: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a720b2 on black: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green12.5%
Blue69.8%
CMYK percentages
Cyan6.2%
Magenta82.0%
Yellow0.0%
Key (black)30.2%
Color previews
#a720b2 text on a black background
contrast 3.49:1
Card sample
#a720b2 text on a white background
contrast 6.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a720b2;
Background color
Panel with #a720b2 background
background-color: #a720b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a720b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 32, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 32, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a720b2; background: linear-gradient(135deg, #a720b2, #B2205C);