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