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