#af71ba
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 113, 186
HSL
291°, 35%, 59%
CMYK
6, 39, 0, 27
Luminance
0.2447
Every format
| HEX | #af71ba |
| RGB | rgb(175, 113, 186) |
| HSL | hsl(291, 35%, 59%) |
| CMYK | cmyk(6%, 39%, 0%, 27%) |
| LAB | lab(56.6 36.7 -28.6) |
| LCH | lch(56.6 46.6 322.0) |
| OKLCH | oklch(0.640 0.126 321.4) |
Copy-ready code
/* CSS */
color: #af71ba;
background-color: #af71ba;
/* Tailwind (arbitrary) */
class="text-[#af71ba] bg-[#af71ba]"
/* SCSS */
$brand: #af71ba;
/* SwiftUI */
Color(red: 0.686, green: 0.443, blue: 0.729)
/* Android */
Color.parseColor("#af71ba")Accessibility — WCAG contrast
Aa
#af71ba on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af71ba on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green44.3%
Blue72.9%
CMYK percentages
Cyan5.9%
Magenta39.2%
Yellow0.0%
Key (black)27.1%
Color previews
#af71ba text on a black background
contrast 5.89:1
Card sample
#af71ba text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af71ba;
Background color
Panel with #af71ba background
background-color: #af71ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af71ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 113, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 113, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af71ba; background: linear-gradient(135deg, #af71ba, #BA7194);