#af1d97
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 29, 151
HSL
310°, 72%, 40%
CMYK
0, 83, 14, 31
Luminance
0.1223
Every format
| HEX | #af1d97 |
| RGB | rgb(175, 29, 151) |
| HSL | hsl(310, 72%, 40%) |
| CMYK | cmyk(0%, 83%, 14%, 31%) |
| LAB | lab(41.6 66.5 -31.4) |
| LCH | lch(41.6 73.6 334.7) |
| OKLCH | oklch(0.525 0.214 336.3) |
Copy-ready code
/* CSS */
color: #af1d97;
background-color: #af1d97;
/* Tailwind (arbitrary) */
class="text-[#af1d97] bg-[#af1d97]"
/* SCSS */
$brand: #af1d97;
/* SwiftUI */
Color(red: 0.686, green: 0.114, blue: 0.592)
/* Android */
Color.parseColor("#af1d97")Accessibility — WCAG contrast
Aa
#af1d97 on white: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1d97 on black: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green11.4%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta83.4%
Yellow13.7%
Key (black)31.4%
Color previews
#af1d97 text on a black background
contrast 3.45:1
Card sample
#af1d97 text on a white background
contrast 6.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1d97;
Background color
Panel with #af1d97 background
background-color: #af1d97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1d97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 29, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 29, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1d97; background: linear-gradient(135deg, #af1d97, #AF1D36);