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