#ac0075
a dark, electric magenta / pink · warm · closest name: purple
RGB
172, 0, 117
HSL
319°, 100%, 34%
CMYK
0, 100, 32, 33
Luminance
0.1006
Every format
| HEX | #ac0075 |
| RGB | rgb(172, 0, 117) |
| HSL | hsl(319, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 32%, 33%) |
| LAB | lab(38.0 66.0 -16.1) |
| LCH | lch(38.0 67.9 346.2) |
| OKLCH | oklch(0.493 0.207 348.1) |
Copy-ready code
/* CSS */
color: #ac0075;
background-color: #ac0075;
/* Tailwind (arbitrary) */
class="text-[#ac0075] bg-[#ac0075]"
/* SCSS */
$brand: #ac0075;
/* SwiftUI */
Color(red: 0.675, green: 0.000, blue: 0.459)
/* Android */
Color.parseColor("#ac0075")Accessibility — WCAG contrast
Aa
#ac0075 on white: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac0075 on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green0.0%
Blue45.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow32.0%
Key (black)32.5%
Color previews
#ac0075 text on a black background
contrast 3.01:1
Card sample
#ac0075 text on a white background
contrast 6.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac0075;
Background color
Panel with #ac0075 background
background-color: #ac0075;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac0075;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 0, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 0, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac0075; background: linear-gradient(135deg, #ac0075, #AC0002);