#af89ad
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 137, 173
HSL
303°, 19%, 61%
CMYK
0, 22, 1, 31
Luminance
0.3002
Every format
| HEX | #af89ad |
| RGB | rgb(175, 137, 173) |
| HSL | hsl(303, 19%, 61%) |
| CMYK | cmyk(0%, 22%, 1%, 31%) |
| LAB | lab(61.7 20.7 -13.4) |
| LCH | lch(61.7 24.7 327.1) |
| OKLCH | oklch(0.678 0.068 328.0) |
Copy-ready code
/* CSS */
color: #af89ad;
background-color: #af89ad;
/* Tailwind (arbitrary) */
class="text-[#af89ad] bg-[#af89ad]"
/* SCSS */
$brand: #af89ad;
/* SwiftUI */
Color(red: 0.686, green: 0.537, blue: 0.678)
/* Android */
Color.parseColor("#af89ad")Accessibility — WCAG contrast
Aa
#af89ad on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af89ad on black: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green53.7%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta21.7%
Yellow1.1%
Key (black)31.4%
Color previews
#af89ad text on a black background
contrast 7.00:1
Card sample
#af89ad text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af89ad;
Background color
Panel with #af89ad background
background-color: #af89ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af89ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 137, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 137, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af89ad; background: linear-gradient(135deg, #af89ad, #AF8994);