#af3571
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 53, 113
HSL
331°, 54%, 45%
CMYK
0, 70, 35, 31
Luminance
0.1285
Every format
| HEX | #af3571 |
| RGB | rgb(175, 53, 113) |
| HSL | hsl(331, 54%, 45%) |
| CMYK | cmyk(0%, 70%, 35%, 31%) |
| LAB | lab(42.5 54.3 -6.6) |
| LCH | lch(42.5 54.7 353.0) |
| OKLCH | oklch(0.527 0.167 354.2) |
Copy-ready code
/* CSS */
color: #af3571;
background-color: #af3571;
/* Tailwind (arbitrary) */
class="text-[#af3571] bg-[#af3571]"
/* SCSS */
$brand: #af3571;
/* SwiftUI */
Color(red: 0.686, green: 0.208, blue: 0.443)
/* Android */
Color.parseColor("#af3571")Accessibility — WCAG contrast
Aa
#af3571 on white: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3571 on black: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green20.8%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta69.7%
Yellow35.4%
Key (black)31.4%
Color previews
#af3571 text on a black background
contrast 3.57:1
Card sample
#af3571 text on a white background
contrast 5.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3571;
Background color
Panel with #af3571 background
background-color: #af3571;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3571;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 53, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 53, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3571; background: linear-gradient(135deg, #af3571, #AF4A35);