#ac007f
a dark, electric magenta / pink · warm · closest name: purple
RGB
172, 0, 127
HSL
316°, 100%, 34%
CMYK
0, 100, 26, 33
Luminance
0.1030
Every format
| HEX | #ac007f |
| RGB | rgb(172, 0, 127) |
| HSL | hsl(316, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 26%, 33%) |
| LAB | lab(38.4 67.1 -21.7) |
| LCH | lch(38.4 70.5 342.1) |
| OKLCH | oklch(0.497 0.212 344.1) |
Copy-ready code
/* CSS */
color: #ac007f;
background-color: #ac007f;
/* Tailwind (arbitrary) */
class="text-[#ac007f] bg-[#ac007f]"
/* SCSS */
$brand: #ac007f;
/* SwiftUI */
Color(red: 0.675, green: 0.000, blue: 0.498)
/* Android */
Color.parseColor("#ac007f")Accessibility — WCAG contrast
Aa
#ac007f on white: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac007f on black: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green0.0%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow26.2%
Key (black)32.5%
Color previews
#ac007f text on a black background
contrast 3.06:1
Card sample
#ac007f text on a white background
contrast 6.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac007f;
Background color
Panel with #ac007f background
background-color: #ac007f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac007f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 0, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 0, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac007f; background: linear-gradient(135deg, #ac007f, #AC000C);