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