#ab84af
a balanced, soft magenta / pink · warm · closest name: plum
RGB
171, 132, 175
HSL
294°, 21%, 60%
CMYK
2, 25, 0, 31
Luminance
0.2826
Every format
| HEX | #ab84af |
| RGB | rgb(171, 132, 175) |
| HSL | hsl(294, 21%, 60%) |
| CMYK | cmyk(2%, 25%, 0%, 31%) |
| LAB | lab(60.1 22.6 -16.9) |
| LCH | lch(60.1 28.2 323.1) |
| OKLCH | oklch(0.665 0.076 323.3) |
Copy-ready code
/* CSS */
color: #ab84af;
background-color: #ab84af;
/* Tailwind (arbitrary) */
class="text-[#ab84af] bg-[#ab84af]"
/* SCSS */
$brand: #ab84af;
/* SwiftUI */
Color(red: 0.671, green: 0.518, blue: 0.686)
/* Android */
Color.parseColor("#ab84af")Accessibility — WCAG contrast
Aa
#ab84af on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab84af on black: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green51.8%
Blue68.6%
CMYK percentages
Cyan2.3%
Magenta24.6%
Yellow0.0%
Key (black)31.4%
Color previews
#ab84af text on a black background
contrast 6.65:1
Card sample
#ab84af text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab84af;
Background color
Panel with #ab84af background
background-color: #ab84af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab84af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 132, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 132, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab84af; background: linear-gradient(135deg, #ab84af, #AF8496);