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