#ac00af
a dark, electric magenta / pink · warm · closest name: purple
RGB
172, 0, 175
HSL
299°, 100%, 34%
CMYK
2, 100, 0, 31
Luminance
0.1187
Every format
| HEX | #ac00af |
| RGB | rgb(172, 0, 175) |
| HSL | hsl(299, 100%, 34%) |
| CMYK | cmyk(2%, 100%, 0%, 31%) |
| LAB | lab(41.0 73.6 -46.8) |
| LCH | lch(41.0 87.2 327.6) |
| OKLCH | oklch(0.524 0.242 327.4) |
Copy-ready code
/* CSS */
color: #ac00af;
background-color: #ac00af;
/* Tailwind (arbitrary) */
class="text-[#ac00af] bg-[#ac00af]"
/* SCSS */
$brand: #ac00af;
/* SwiftUI */
Color(red: 0.675, green: 0.000, blue: 0.686)
/* Android */
Color.parseColor("#ac00af")Accessibility — WCAG contrast
Aa
#ac00af on white: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac00af on black: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green0.0%
Blue68.6%
CMYK percentages
Cyan1.7%
Magenta100.0%
Yellow0.0%
Key (black)31.4%
Color previews
#ac00af text on a black background
contrast 3.37:1
Card sample
#ac00af text on a white background
contrast 6.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac00af;
Background color
Panel with #ac00af background
background-color: #ac00af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac00af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 0, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 0, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac00af; background: linear-gradient(135deg, #ac00af, #AF003D);