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