#ac0066
a dark, electric magenta / pink · warm · closest name: purple
RGB
172, 0, 102
HSL
324°, 100%, 34%
CMYK
0, 100, 41, 33
Luminance
0.0973
Every format
| HEX | #ac0066 |
| RGB | rgb(172, 0, 102) |
| HSL | hsl(324, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 41%, 33%) |
| LAB | lab(37.4 64.5 -7.5) |
| LCH | lch(37.4 64.9 353.3) |
| OKLCH | oklch(0.487 0.200 354.5) |
Copy-ready code
/* CSS */
color: #ac0066;
background-color: #ac0066;
/* Tailwind (arbitrary) */
class="text-[#ac0066] bg-[#ac0066]"
/* SCSS */
$brand: #ac0066;
/* SwiftUI */
Color(red: 0.675, green: 0.000, blue: 0.400)
/* Android */
Color.parseColor("#ac0066")Accessibility — WCAG contrast
Aa
#ac0066 on white: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ac0066 on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green0.0%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow40.7%
Key (black)32.5%
Color previews
#ac0066 text on a black background
contrast 2.95:1
Card sample
#ac0066 text on a white background
contrast 7.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac0066;
Background color
Panel with #ac0066 background
background-color: #ac0066;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac0066;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 0, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 0, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac0066; background: linear-gradient(135deg, #ac0066, #AC0D00);