#ac0089
a dark, electric magenta / pink · warm · closest name: purple
RGB
172, 0, 137
HSL
312°, 100%, 34%
CMYK
0, 100, 20, 33
Luminance
0.1058
Every format
| HEX | #ac0089 |
| RGB | rgb(172, 0, 137) |
| HSL | hsl(312, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 20%, 33%) |
| LAB | lab(38.9 68.3 -27.2) |
| LCH | lch(38.9 73.5 338.3) |
| OKLCH | oklch(0.502 0.218 340.3) |
Copy-ready code
/* CSS */
color: #ac0089;
background-color: #ac0089;
/* Tailwind (arbitrary) */
class="text-[#ac0089] bg-[#ac0089]"
/* SCSS */
$brand: #ac0089;
/* SwiftUI */
Color(red: 0.675, green: 0.000, blue: 0.537)
/* Android */
Color.parseColor("#ac0089")Accessibility — WCAG contrast
Aa
#ac0089 on white: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac0089 on black: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green0.0%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow20.3%
Key (black)32.5%
Color previews
#ac0089 text on a black background
contrast 3.12:1
Card sample
#ac0089 text on a white background
contrast 6.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac0089;
Background color
Panel with #ac0089 background
background-color: #ac0089;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac0089;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 0, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 0, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac0089; background: linear-gradient(135deg, #ac0089, #AC0016);