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