#ac00ad
a dark, electric magenta / pink · warm · closest name: purple
RGB
172, 0, 173
HSL
300°, 100%, 34%
CMYK
1, 100, 0, 32
Luminance
0.1179
Every format
| HEX | #ac00ad |
| RGB | rgb(172, 0, 173) |
| HSL | hsl(300, 100%, 34%) |
| CMYK | cmyk(1%, 100%, 0%, 32%) |
| LAB | lab(40.9 73.3 -45.8) |
| LCH | lch(40.9 86.4 328.0) |
| OKLCH | oklch(0.523 0.241 328.1) |
Copy-ready code
/* CSS */
color: #ac00ad;
background-color: #ac00ad;
/* Tailwind (arbitrary) */
class="text-[#ac00ad] bg-[#ac00ad]"
/* SCSS */
$brand: #ac00ad;
/* SwiftUI */
Color(red: 0.675, green: 0.000, blue: 0.678)
/* Android */
Color.parseColor("#ac00ad")Accessibility — WCAG contrast
Aa
#ac00ad on white: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac00ad on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green0.0%
Blue67.8%
CMYK percentages
Cyan0.6%
Magenta100.0%
Yellow0.0%
Key (black)32.2%
Color previews
#ac00ad text on a black background
contrast 3.36:1
Card sample
#ac00ad text on a white background
contrast 6.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac00ad;
Background color
Panel with #ac00ad background
background-color: #ac00ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac00ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 0, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 0, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac00ad; background: linear-gradient(135deg, #ac00ad, #AD003A);