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