#ac005b
a dark, electric magenta / pink · warm · closest name: purple
RGB
172, 0, 91
HSL
328°, 100%, 34%
CMYK
0, 100, 47, 33
Luminance
0.0953
Every format
| HEX | #ac005b |
| RGB | rgb(172, 0, 91) |
| HSL | hsl(328, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 47%, 33%) |
| LAB | lab(37.0 63.5 -1.1) |
| LCH | lch(37.0 63.5 359.0) |
| OKLCH | oklch(0.483 0.196 359.4) |
Copy-ready code
/* CSS */
color: #ac005b;
background-color: #ac005b;
/* Tailwind (arbitrary) */
class="text-[#ac005b] bg-[#ac005b]"
/* SCSS */
$brand: #ac005b;
/* SwiftUI */
Color(red: 0.675, green: 0.000, blue: 0.357)
/* Android */
Color.parseColor("#ac005b")Accessibility — WCAG contrast
Aa
#ac005b on white: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ac005b on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green0.0%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow47.1%
Key (black)32.5%
Color previews
#ac005b text on a black background
contrast 2.91:1
Card sample
#ac005b text on a white background
contrast 7.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac005b;
Background color
Panel with #ac005b background
background-color: #ac005b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac005b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 0, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 0, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac005b; background: linear-gradient(135deg, #ac005b, #AC1800);