#ac0065
a dark, electric magenta / pink · warm · closest name: purple
RGB
172, 0, 101
HSL
325°, 100%, 34%
CMYK
0, 100, 41, 33
Luminance
0.0971
Every format
| HEX | #ac0065 |
| RGB | rgb(172, 0, 101) |
| HSL | hsl(325, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 41%, 33%) |
| LAB | lab(37.3 64.4 -7.0) |
| LCH | lch(37.3 64.8 353.8) |
| OKLCH | oklch(0.486 0.200 355.0) |
Copy-ready code
/* CSS */
color: #ac0065;
background-color: #ac0065;
/* Tailwind (arbitrary) */
class="text-[#ac0065] bg-[#ac0065]"
/* SCSS */
$brand: #ac0065;
/* SwiftUI */
Color(red: 0.675, green: 0.000, blue: 0.396)
/* Android */
Color.parseColor("#ac0065")Accessibility — WCAG contrast
Aa
#ac0065 on white: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ac0065 on black: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green0.0%
Blue39.6%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow41.3%
Key (black)32.5%
Color previews
#ac0065 text on a black background
contrast 2.94:1
Card sample
#ac0065 text on a white background
contrast 7.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac0065;
Background color
Panel with #ac0065 background
background-color: #ac0065;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac0065;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 0, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 0, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac0065; background: linear-gradient(135deg, #ac0065, #AC0E00);