#ac0071
a dark, electric magenta / pink · warm · closest name: purple
RGB
172, 0, 113
HSL
321°, 100%, 34%
CMYK
0, 100, 34, 33
Luminance
0.0996
Every format
| HEX | #ac0071 |
| RGB | rgb(172, 0, 113) |
| HSL | hsl(321, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 34%, 33%) |
| LAB | lab(37.8 65.6 -13.9) |
| LCH | lch(37.8 67.0 348.0) |
| OKLCH | oklch(0.491 0.205 349.8) |
Copy-ready code
/* CSS */
color: #ac0071;
background-color: #ac0071;
/* Tailwind (arbitrary) */
class="text-[#ac0071] bg-[#ac0071]"
/* SCSS */
$brand: #ac0071;
/* SwiftUI */
Color(red: 0.675, green: 0.000, blue: 0.443)
/* Android */
Color.parseColor("#ac0071")Accessibility — WCAG contrast
Aa
#ac0071 on white: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ac0071 on black: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green0.0%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow34.3%
Key (black)32.5%
Color previews
#ac0071 text on a black background
contrast 2.99:1
Card sample
#ac0071 text on a white background
contrast 7.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac0071;
Background color
Panel with #ac0071 background
background-color: #ac0071;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac0071;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 0, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 0, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac0071; background: linear-gradient(135deg, #ac0071, #AC0200);