#af0171
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 1, 113
HSL
321°, 99%, 35%
CMYK
0, 99, 35, 31
Luminance
0.1033
Every format
| HEX | #af0171 |
| RGB | rgb(175, 1, 113) |
| HSL | hsl(321, 99%, 35%) |
| CMYK | cmyk(0%, 99%, 35%, 31%) |
| LAB | lab(38.4 66.1 -12.8) |
| LCH | lch(38.4 67.3 349.0) |
| OKLCH | oklch(0.497 0.206 350.7) |
Copy-ready code
/* CSS */
color: #af0171;
background-color: #af0171;
/* Tailwind (arbitrary) */
class="text-[#af0171] bg-[#af0171]"
/* SCSS */
$brand: #af0171;
/* SwiftUI */
Color(red: 0.686, green: 0.004, blue: 0.443)
/* Android */
Color.parseColor("#af0171")Accessibility — WCAG contrast
Aa
#af0171 on white: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0171 on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.4%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta99.4%
Yellow35.4%
Key (black)31.4%
Color previews
#af0171 text on a black background
contrast 3.07:1
Card sample
#af0171 text on a white background
contrast 6.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0171;
Background color
Panel with #af0171 background
background-color: #af0171;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0171;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 1, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 1, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0171; background: linear-gradient(135deg, #af0171, #AF0501);