#af2887
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 40, 135
HSL
318°, 63%, 42%
CMYK
0, 77, 23, 31
Luminance
0.1238
Every format
| HEX | #af2887 |
| RGB | rgb(175, 40, 135) |
| HSL | hsl(318, 63%, 42%) |
| CMYK | cmyk(0%, 77%, 23%, 31%) |
| LAB | lab(41.8 61.5 -21.3) |
| LCH | lch(41.8 65.1 340.9) |
| OKLCH | oklch(0.524 0.194 342.9) |
Copy-ready code
/* CSS */
color: #af2887;
background-color: #af2887;
/* Tailwind (arbitrary) */
class="text-[#af2887] bg-[#af2887]"
/* SCSS */
$brand: #af2887;
/* SwiftUI */
Color(red: 0.686, green: 0.157, blue: 0.529)
/* Android */
Color.parseColor("#af2887")Accessibility — WCAG contrast
Aa
#af2887 on white: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2887 on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green15.7%
Blue52.9%
CMYK percentages
Cyan0.0%
Magenta77.1%
Yellow22.9%
Key (black)31.4%
Color previews
#af2887 text on a black background
contrast 3.48:1
Card sample
#af2887 text on a white background
contrast 6.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2887;
Background color
Panel with #af2887 background
background-color: #af2887;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2887;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 40, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 40, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2887; background: linear-gradient(135deg, #af2887, #AF282D);