#af2871
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 40, 113
HSL
328°, 63%, 42%
CMYK
0, 77, 35, 31
Luminance
0.1182
Every format
| HEX | #af2871 |
| RGB | rgb(175, 40, 113) |
| HSL | hsl(328, 63%, 42%) |
| CMYK | cmyk(0%, 77%, 35%, 31%) |
| LAB | lab(40.9 58.9 -9.1) |
| LCH | lch(40.9 59.5 351.3) |
| OKLCH | oklch(0.515 0.182 352.7) |
Copy-ready code
/* CSS */
color: #af2871;
background-color: #af2871;
/* Tailwind (arbitrary) */
class="text-[#af2871] bg-[#af2871]"
/* SCSS */
$brand: #af2871;
/* SwiftUI */
Color(red: 0.686, green: 0.157, blue: 0.443)
/* Android */
Color.parseColor("#af2871")Accessibility — WCAG contrast
Aa
#af2871 on white: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2871 on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green15.7%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta77.1%
Yellow35.4%
Key (black)31.4%
Color previews
#af2871 text on a black background
contrast 3.36:1
Card sample
#af2871 text on a white background
contrast 6.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2871;
Background color
Panel with #af2871 background
background-color: #af2871;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2871;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 40, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 40, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2871; background: linear-gradient(135deg, #af2871, #AF3928);