#ac0096
a dark, electric magenta / pink · warm · closest name: purple
RGB
172, 0, 150
HSL
308°, 100%, 34%
CMYK
0, 100, 13, 33
Luminance
0.1097
Every format
| HEX | #ac0096 |
| RGB | rgb(172, 0, 150) |
| HSL | hsl(308, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 13%, 33%) |
| LAB | lab(39.5 70.0 -34.1) |
| LCH | lch(39.5 77.8 334.0) |
| OKLCH | oklch(0.509 0.226 335.6) |
Copy-ready code
/* CSS */
color: #ac0096;
background-color: #ac0096;
/* Tailwind (arbitrary) */
class="text-[#ac0096] bg-[#ac0096]"
/* SCSS */
$brand: #ac0096;
/* SwiftUI */
Color(red: 0.675, green: 0.000, blue: 0.588)
/* Android */
Color.parseColor("#ac0096")Accessibility — WCAG contrast
Aa
#ac0096 on white: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac0096 on black: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green0.0%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow12.8%
Key (black)32.5%
Color previews
#ac0096 text on a black background
contrast 3.19:1
Card sample
#ac0096 text on a white background
contrast 6.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac0096;
Background color
Panel with #ac0096 background
background-color: #ac0096;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac0096;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 0, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 0, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac0096; background: linear-gradient(135deg, #ac0096, #AC0023);