#af166a
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 22, 106
HSL
327°, 78%, 39%
CMYK
0, 87, 39, 31
Luminance
0.1073
Every format
| HEX | #af166a |
| RGB | rgb(175, 22, 106) |
| HSL | hsl(327, 78%, 39%) |
| CMYK | cmyk(0%, 87%, 39%, 31%) |
| LAB | lab(39.1 62.6 -7.4) |
| LCH | lch(39.1 63.0 353.3) |
| OKLCH | oklch(0.501 0.194 354.5) |
Copy-ready code
/* CSS */
color: #af166a;
background-color: #af166a;
/* Tailwind (arbitrary) */
class="text-[#af166a] bg-[#af166a]"
/* SCSS */
$brand: #af166a;
/* SwiftUI */
Color(red: 0.686, green: 0.086, blue: 0.416)
/* Android */
Color.parseColor("#af166a")Accessibility — WCAG contrast
Aa
#af166a on white: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af166a on black: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green8.6%
Blue41.6%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow39.4%
Key (black)31.4%
Color previews
#af166a text on a black background
contrast 3.15:1
Card sample
#af166a text on a white background
contrast 6.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af166a;
Background color
Panel with #af166a background
background-color: #af166a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af166a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 22, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 22, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af166a; background: linear-gradient(135deg, #af166a, #AF2816);