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