#af1d84
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 29, 132
HSL
318°, 72%, 40%
CMYK
0, 83, 25, 31
Luminance
0.1166
Every format
| HEX | #af1d84 |
| RGB | rgb(175, 29, 132) |
| HSL | hsl(318, 72%, 40%) |
| CMYK | cmyk(0%, 83%, 25%, 31%) |
| LAB | lab(40.7 64.0 -21.2) |
| LCH | lch(40.7 67.5 341.7) |
| OKLCH | oklch(0.515 0.202 343.7) |
Copy-ready code
/* CSS */
color: #af1d84;
background-color: #af1d84;
/* Tailwind (arbitrary) */
class="text-[#af1d84] bg-[#af1d84]"
/* SCSS */
$brand: #af1d84;
/* SwiftUI */
Color(red: 0.686, green: 0.114, blue: 0.518)
/* Android */
Color.parseColor("#af1d84")Accessibility — WCAG contrast
Aa
#af1d84 on white: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1d84 on black: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green11.4%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta83.4%
Yellow24.6%
Key (black)31.4%
Color previews
#af1d84 text on a black background
contrast 3.33:1
Card sample
#af1d84 text on a white background
contrast 6.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1d84;
Background color
Panel with #af1d84 background
background-color: #af1d84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1d84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 29, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 29, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1d84; background: linear-gradient(135deg, #af1d84, #AF1D23);