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