#ac0086
a dark, electric magenta / pink · warm · closest name: purple
RGB
172, 0, 134
HSL
313°, 100%, 34%
CMYK
0, 100, 22, 33
Luminance
0.1049
Every format
| HEX | #ac0086 |
| RGB | rgb(172, 0, 134) |
| HSL | hsl(313, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 22%, 33%) |
| LAB | lab(38.7 67.9 -25.6) |
| LCH | lch(38.7 72.6 339.4) |
| OKLCH | oklch(0.501 0.216 341.4) |
Copy-ready code
/* CSS */
color: #ac0086;
background-color: #ac0086;
/* Tailwind (arbitrary) */
class="text-[#ac0086] bg-[#ac0086]"
/* SCSS */
$brand: #ac0086;
/* SwiftUI */
Color(red: 0.675, green: 0.000, blue: 0.525)
/* Android */
Color.parseColor("#ac0086")Accessibility — WCAG contrast
Aa
#ac0086 on white: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac0086 on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green0.0%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow22.1%
Key (black)32.5%
Color previews
#ac0086 text on a black background
contrast 3.10:1
Card sample
#ac0086 text on a white background
contrast 6.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac0086;
Background color
Panel with #ac0086 background
background-color: #ac0086;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac0086;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 0, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 0, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac0086; background: linear-gradient(135deg, #ac0086, #AC0013);