#ac0076
a dark, electric magenta / pink · warm · closest name: purple
RGB
172, 0, 118
HSL
319°, 100%, 34%
CMYK
0, 100, 31, 33
Luminance
0.1008
Every format
| HEX | #ac0076 |
| RGB | rgb(172, 0, 118) |
| HSL | hsl(319, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 31%, 33%) |
| LAB | lab(38.0 66.1 -16.7) |
| LCH | lch(38.0 68.2 345.8) |
| OKLCH | oklch(0.493 0.207 347.7) |
Copy-ready code
/* CSS */
color: #ac0076;
background-color: #ac0076;
/* Tailwind (arbitrary) */
class="text-[#ac0076] bg-[#ac0076]"
/* SCSS */
$brand: #ac0076;
/* SwiftUI */
Color(red: 0.675, green: 0.000, blue: 0.463)
/* Android */
Color.parseColor("#ac0076")Accessibility — WCAG contrast
Aa
#ac0076 on white: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac0076 on black: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green0.0%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow31.4%
Key (black)32.5%
Color previews
#ac0076 text on a black background
contrast 3.02:1
Card sample
#ac0076 text on a white background
contrast 6.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac0076;
Background color
Panel with #ac0076 background
background-color: #ac0076;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac0076;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 0, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 0, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac0076; background: linear-gradient(135deg, #ac0076, #AC0003);