#af3c71
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
175, 60, 113
HSL
332°, 49%, 46%
CMYK
0, 66, 35, 31
Luminance
0.1354
Every format
| HEX | #af3c71 |
| RGB | rgb(175, 60, 113) |
| HSL | hsl(332, 49%, 46%) |
| CMYK | cmyk(0%, 66%, 35%, 31%) |
| LAB | lab(43.6 51.5 -5.1) |
| LCH | lch(43.6 51.8 354.3) |
| OKLCH | oklch(0.534 0.158 355.3) |
Copy-ready code
/* CSS */
color: #af3c71;
background-color: #af3c71;
/* Tailwind (arbitrary) */
class="text-[#af3c71] bg-[#af3c71]"
/* SCSS */
$brand: #af3c71;
/* SwiftUI */
Color(red: 0.686, green: 0.235, blue: 0.443)
/* Android */
Color.parseColor("#af3c71")Accessibility — WCAG contrast
Aa
#af3c71 on white: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3c71 on black: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green23.5%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta65.7%
Yellow35.4%
Key (black)31.4%
Color previews
#af3c71 text on a black background
contrast 3.71:1
Card sample
#af3c71 text on a white background
contrast 5.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3c71;
Background color
Panel with #af3c71 background
background-color: #af3c71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3c71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 60, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 60, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3c71; background: linear-gradient(135deg, #af3c71, #AF543C);