#ac0062
a dark, electric magenta / pink · warm · closest name: purple
RGB
172, 0, 98
HSL
326°, 100%, 34%
CMYK
0, 100, 43, 33
Luminance
0.0965
Every format
| HEX | #ac0062 |
| RGB | rgb(172, 0, 98) |
| HSL | hsl(326, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 43%, 33%) |
| LAB | lab(37.2 64.1 -5.2) |
| LCH | lch(37.2 64.3 355.4) |
| OKLCH | oklch(0.485 0.198 356.3) |
Copy-ready code
/* CSS */
color: #ac0062;
background-color: #ac0062;
/* Tailwind (arbitrary) */
class="text-[#ac0062] bg-[#ac0062]"
/* SCSS */
$brand: #ac0062;
/* SwiftUI */
Color(red: 0.675, green: 0.000, blue: 0.384)
/* Android */
Color.parseColor("#ac0062")Accessibility — WCAG contrast
Aa
#ac0062 on white: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ac0062 on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green0.0%
Blue38.4%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow43.0%
Key (black)32.5%
Color previews
#ac0062 text on a black background
contrast 2.93:1
Card sample
#ac0062 text on a white background
contrast 7.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac0062;
Background color
Panel with #ac0062 background
background-color: #ac0062;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac0062;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 0, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 0, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac0062; background: linear-gradient(135deg, #ac0062, #AC1100);