#af2e72
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 46, 114
HSL
328°, 58%, 43%
CMYK
0, 74, 35, 31
Luminance
0.1228
Every format
| HEX | #af2e72 |
| RGB | rgb(175, 46, 114) |
| HSL | hsl(328, 58%, 43%) |
| CMYK | cmyk(0%, 74%, 35%, 31%) |
| LAB | lab(41.7 57.0 -8.6) |
| LCH | lch(41.7 57.6 351.4) |
| OKLCH | oklch(0.520 0.176 352.8) |
Copy-ready code
/* CSS */
color: #af2e72;
background-color: #af2e72;
/* Tailwind (arbitrary) */
class="text-[#af2e72] bg-[#af2e72]"
/* SCSS */
$brand: #af2e72;
/* SwiftUI */
Color(red: 0.686, green: 0.180, blue: 0.447)
/* Android */
Color.parseColor("#af2e72")Accessibility — WCAG contrast
Aa
#af2e72 on white: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2e72 on black: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green18.0%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta73.7%
Yellow34.9%
Key (black)31.4%
Color previews
#af2e72 text on a black background
contrast 3.46:1
Card sample
#af2e72 text on a white background
contrast 6.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2e72;
Background color
Panel with #af2e72 background
background-color: #af2e72;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2e72;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 46, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 46, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2e72; background: linear-gradient(135deg, #af2e72, #AF402E);