#ac0f86
a dark, electric magenta / pink · warm · closest name: purple
RGB
172, 15, 134
HSL
315°, 84%, 37%
CMYK
0, 91, 22, 33
Luminance
0.1083
Every format
| HEX | #ac0f86 |
| RGB | rgb(172, 15, 134) |
| HSL | hsl(315, 84%, 37%) |
| CMYK | cmyk(0%, 91%, 22%, 33%) |
| LAB | lab(39.3 66.2 -24.6) |
| LCH | lch(39.3 70.7 339.6) |
| OKLCH | oklch(0.505 0.210 341.6) |
Copy-ready code
/* CSS */
color: #ac0f86;
background-color: #ac0f86;
/* Tailwind (arbitrary) */
class="text-[#ac0f86] bg-[#ac0f86]"
/* SCSS */
$brand: #ac0f86;
/* SwiftUI */
Color(red: 0.675, green: 0.059, blue: 0.525)
/* Android */
Color.parseColor("#ac0f86")Accessibility — WCAG contrast
Aa
#ac0f86 on white: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac0f86 on black: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green5.9%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta91.3%
Yellow22.1%
Key (black)32.5%
Color previews
#ac0f86 text on a black background
contrast 3.17:1
Card sample
#ac0f86 text on a white background
contrast 6.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac0f86;
Background color
Panel with #ac0f86 background
background-color: #ac0f86;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac0f86;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 15, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 15, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac0f86; background: linear-gradient(135deg, #ac0f86, #AC0F1D);