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