#af1d7f
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 29, 127
HSL
320°, 72%, 40%
CMYK
0, 83, 27, 31
Luminance
0.1152
Every format
| HEX | #af1d7f |
| RGB | rgb(175, 29, 127) |
| HSL | hsl(320, 72%, 40%) |
| CMYK | cmyk(0%, 83%, 27%, 31%) |
| LAB | lab(40.5 63.4 -18.5) |
| LCH | lch(40.5 66.1 343.8) |
| OKLCH | oklch(0.513 0.199 345.7) |
Copy-ready code
/* CSS */
color: #af1d7f;
background-color: #af1d7f;
/* Tailwind (arbitrary) */
class="text-[#af1d7f] bg-[#af1d7f]"
/* SCSS */
$brand: #af1d7f;
/* SwiftUI */
Color(red: 0.686, green: 0.114, blue: 0.498)
/* Android */
Color.parseColor("#af1d7f")Accessibility — WCAG contrast
Aa
#af1d7f on white: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1d7f on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green11.4%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta83.4%
Yellow27.4%
Key (black)31.4%
Color previews
#af1d7f text on a black background
contrast 3.30:1
Card sample
#af1d7f text on a white background
contrast 6.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1d7f;
Background color
Panel with #af1d7f background
background-color: #af1d7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1d7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 29, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 29, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1d7f; background: linear-gradient(135deg, #af1d7f, #AF1D1E);