#af286f
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 40, 111
HSL
328°, 63%, 42%
CMYK
0, 77, 37, 31
Luminance
0.1178
Every format
| HEX | #af286f |
| RGB | rgb(175, 40, 111) |
| HSL | hsl(328, 63%, 42%) |
| CMYK | cmyk(0%, 77%, 37%, 31%) |
| LAB | lab(40.9 58.6 -7.9) |
| LCH | lch(40.9 59.2 352.3) |
| OKLCH | oklch(0.514 0.181 353.6) |
Copy-ready code
/* CSS */
color: #af286f;
background-color: #af286f;
/* Tailwind (arbitrary) */
class="text-[#af286f] bg-[#af286f]"
/* SCSS */
$brand: #af286f;
/* SwiftUI */
Color(red: 0.686, green: 0.157, blue: 0.435)
/* Android */
Color.parseColor("#af286f")Accessibility — WCAG contrast
Aa
#af286f on white: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af286f on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green15.7%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta77.1%
Yellow36.6%
Key (black)31.4%
Color previews
#af286f text on a black background
contrast 3.36:1
Card sample
#af286f text on a white background
contrast 6.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af286f;
Background color
Panel with #af286f background
background-color: #af286f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af286f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 40, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 40, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af286f; background: linear-gradient(135deg, #af286f, #AF3B28);