#ab16af
a dark, electric magenta / pink · warm · closest name: purple
RGB
171, 22, 175
HSL
298°, 78%, 39%
CMYK
2, 87, 0, 31
Luminance
0.1233
Every format
| HEX | #ab16af |
| RGB | rgb(171, 22, 175) |
| HSL | hsl(298, 78%, 39%) |
| CMYK | cmyk(2%, 87%, 0%, 31%) |
| LAB | lab(41.7 70.7 -45.6) |
| LCH | lch(41.7 84.2 327.2) |
| OKLCH | oklch(0.529 0.233 327.0) |
Copy-ready code
/* CSS */
color: #ab16af;
background-color: #ab16af;
/* Tailwind (arbitrary) */
class="text-[#ab16af] bg-[#ab16af]"
/* SCSS */
$brand: #ab16af;
/* SwiftUI */
Color(red: 0.671, green: 0.086, blue: 0.686)
/* Android */
Color.parseColor("#ab16af")Accessibility — WCAG contrast
Aa
#ab16af on white: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab16af on black: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green8.6%
Blue68.6%
CMYK percentages
Cyan2.3%
Magenta87.4%
Yellow0.0%
Key (black)31.4%
Color previews
#ab16af text on a black background
contrast 3.47:1
Card sample
#ab16af text on a white background
contrast 6.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab16af;
Background color
Panel with #ab16af background
background-color: #ab16af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab16af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 22, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 22, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab16af; background: linear-gradient(135deg, #ab16af, #AF164D);