#ac0060
a dark, electric magenta / pink · warm · closest name: purple
RGB
172, 0, 96
HSL
327°, 100%, 34%
CMYK
0, 100, 44, 33
Luminance
0.0962
Every format
| HEX | #ac0060 |
| RGB | rgb(172, 0, 96) |
| HSL | hsl(327, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 44%, 33%) |
| LAB | lab(37.1 63.9 -4.0) |
| LCH | lch(37.1 64.0 356.4) |
| OKLCH | oklch(0.484 0.198 357.2) |
Copy-ready code
/* CSS */
color: #ac0060;
background-color: #ac0060;
/* Tailwind (arbitrary) */
class="text-[#ac0060] bg-[#ac0060]"
/* SCSS */
$brand: #ac0060;
/* SwiftUI */
Color(red: 0.675, green: 0.000, blue: 0.376)
/* Android */
Color.parseColor("#ac0060")Accessibility — WCAG contrast
Aa
#ac0060 on white: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ac0060 on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green0.0%
Blue37.6%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow44.2%
Key (black)32.5%
Color previews
#ac0060 text on a black background
contrast 2.92:1
Card sample
#ac0060 text on a white background
contrast 7.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac0060;
Background color
Panel with #ac0060 background
background-color: #ac0060;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac0060;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 0, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 0, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac0060; background: linear-gradient(135deg, #ac0060, #AC1300);