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