#ac0084
a dark, electric magenta / pink · warm · closest name: purple
RGB
172, 0, 132
HSL
314°, 100%, 34%
CMYK
0, 100, 23, 33
Luminance
0.1044
Every format
| HEX | #ac0084 |
| RGB | rgb(172, 0, 132) |
| HSL | hsl(314, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 23%, 33%) |
| LAB | lab(38.6 67.7 -24.5) |
| LCH | lch(38.6 72.0 340.1) |
| OKLCH | oklch(0.500 0.215 342.2) |
Copy-ready code
/* CSS */
color: #ac0084;
background-color: #ac0084;
/* Tailwind (arbitrary) */
class="text-[#ac0084] bg-[#ac0084]"
/* SCSS */
$brand: #ac0084;
/* SwiftUI */
Color(red: 0.675, green: 0.000, blue: 0.518)
/* Android */
Color.parseColor("#ac0084")Accessibility — WCAG contrast
Aa
#ac0084 on white: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac0084 on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green0.0%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow23.3%
Key (black)32.5%
Color previews
#ac0084 text on a black background
contrast 3.09:1
Card sample
#ac0084 text on a white background
contrast 6.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac0084;
Background color
Panel with #ac0084 background
background-color: #ac0084;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac0084;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 0, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 0, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac0084; background: linear-gradient(135deg, #ac0084, #AC0011);