#ac17af
a dark, electric magenta / pink · warm · closest name: purple
RGB
172, 23, 175
HSL
299°, 77%, 39%
CMYK
2, 87, 0, 31
Luminance
0.1248
Every format
| HEX | #ac17af |
| RGB | rgb(172, 23, 175) |
| HSL | hsl(299, 77%, 39%) |
| CMYK | cmyk(2%, 87%, 0%, 31%) |
| LAB | lab(42.0 70.7 -45.2) |
| LCH | lch(42.0 84.0 327.4) |
| OKLCH | oklch(0.531 0.233 327.3) |
Copy-ready code
/* CSS */
color: #ac17af;
background-color: #ac17af;
/* Tailwind (arbitrary) */
class="text-[#ac17af] bg-[#ac17af]"
/* SCSS */
$brand: #ac17af;
/* SwiftUI */
Color(red: 0.675, green: 0.090, blue: 0.686)
/* Android */
Color.parseColor("#ac17af")Accessibility — WCAG contrast
Aa
#ac17af on white: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac17af on black: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green9.0%
Blue68.6%
CMYK percentages
Cyan1.7%
Magenta86.9%
Yellow0.0%
Key (black)31.4%
Color previews
#ac17af text on a black background
contrast 3.50:1
Card sample
#ac17af text on a white background
contrast 6.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac17af;
Background color
Panel with #ac17af background
background-color: #ac17af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac17af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 23, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 23, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac17af; background: linear-gradient(135deg, #ac17af, #AF174D);