#ac0da2
a dark, electric magenta / pink · warm · closest name: purple
RGB
172, 13, 162
HSL
304°, 86%, 36%
CMYK
0, 92, 6, 33
Luminance
0.1167
Every format
| HEX | #ac0da2 |
| RGB | rgb(172, 13, 162) |
| HSL | hsl(304, 86%, 36%) |
| CMYK | cmyk(0%, 92%, 6%, 33%) |
| LAB | lab(40.7 70.3 -39.5) |
| LCH | lch(40.7 80.6 330.7) |
| OKLCH | oklch(0.519 0.229 331.5) |
Copy-ready code
/* CSS */
color: #ac0da2;
background-color: #ac0da2;
/* Tailwind (arbitrary) */
class="text-[#ac0da2] bg-[#ac0da2]"
/* SCSS */
$brand: #ac0da2;
/* SwiftUI */
Color(red: 0.675, green: 0.051, blue: 0.635)
/* Android */
Color.parseColor("#ac0da2")Accessibility — WCAG contrast
Aa
#ac0da2 on white: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac0da2 on black: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green5.1%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta92.4%
Yellow5.8%
Key (black)32.5%
Color previews
#ac0da2 text on a black background
contrast 3.33:1
Card sample
#ac0da2 text on a white background
contrast 6.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac0da2;
Background color
Panel with #ac0da2 background
background-color: #ac0da2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac0da2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 13, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 13, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac0da2; background: linear-gradient(135deg, #ac0da2, #AC0D38);