#ac0f8f
a dark, electric magenta / pink · warm · closest name: purple
RGB
172, 15, 143
HSL
311°, 84%, 37%
CMYK
0, 91, 17, 33
Luminance
0.1110
Every format
| HEX | #ac0f8f |
| RGB | rgb(172, 15, 143) |
| HSL | hsl(311, 84%, 37%) |
| CMYK | cmyk(0%, 91%, 17%, 33%) |
| LAB | lab(39.7 67.4 -29.5) |
| LCH | lch(39.7 73.5 336.4) |
| OKLCH | oklch(0.509 0.216 338.2) |
Copy-ready code
/* CSS */
color: #ac0f8f;
background-color: #ac0f8f;
/* Tailwind (arbitrary) */
class="text-[#ac0f8f] bg-[#ac0f8f]"
/* SCSS */
$brand: #ac0f8f;
/* SwiftUI */
Color(red: 0.675, green: 0.059, blue: 0.561)
/* Android */
Color.parseColor("#ac0f8f")Accessibility — WCAG contrast
Aa
#ac0f8f on white: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac0f8f on black: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green5.9%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta91.3%
Yellow16.9%
Key (black)32.5%
Color previews
#ac0f8f text on a black background
contrast 3.22:1
Card sample
#ac0f8f text on a white background
contrast 6.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac0f8f;
Background color
Panel with #ac0f8f background
background-color: #ac0f8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac0f8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 15, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 15, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac0f8f; background: linear-gradient(135deg, #ac0f8f, #AC0F26);