#ac166b
a dark, electric magenta / pink · warm · closest name: purple
RGB
172, 22, 107
HSL
326°, 77%, 38%
CMYK
0, 87, 38, 33
Luminance
0.1041
Every format
| HEX | #ac166b |
| RGB | rgb(172, 22, 107) |
| HSL | hsl(326, 77%, 38%) |
| CMYK | cmyk(0%, 87%, 38%, 33%) |
| LAB | lab(38.6 62.0 -8.9) |
| LCH | lch(38.6 62.6 351.8) |
| OKLCH | oklch(0.496 0.192 353.2) |
Copy-ready code
/* CSS */
color: #ac166b;
background-color: #ac166b;
/* Tailwind (arbitrary) */
class="text-[#ac166b] bg-[#ac166b]"
/* SCSS */
$brand: #ac166b;
/* SwiftUI */
Color(red: 0.675, green: 0.086, blue: 0.420)
/* Android */
Color.parseColor("#ac166b")Accessibility — WCAG contrast
Aa
#ac166b on white: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac166b on black: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green8.6%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta87.2%
Yellow37.8%
Key (black)32.5%
Color previews
#ac166b text on a black background
contrast 3.08:1
Card sample
#ac166b text on a white background
contrast 6.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac166b;
Background color
Panel with #ac166b background
background-color: #ac166b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac166b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 22, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 22, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac166b; background: linear-gradient(135deg, #ac166b, #AC2516);