#ab96af
a balanced, muted magenta / pink · warm · closest name: gray
RGB
171, 150, 175
HSL
290°, 14%, 64%
CMYK
2, 14, 0, 31
Luminance
0.3357
Every format
| HEX | #ab96af |
| RGB | rgb(171, 150, 175) |
| HSL | hsl(290, 14%, 64%) |
| CMYK | cmyk(2%, 14%, 0%, 31%) |
| LAB | lab(64.6 12.4 -10.2) |
| LCH | lch(64.6 16.0 320.6) |
| OKLCH | oklch(0.700 0.043 320.9) |
Copy-ready code
/* CSS */
color: #ab96af;
background-color: #ab96af;
/* Tailwind (arbitrary) */
class="text-[#ab96af] bg-[#ab96af]"
/* SCSS */
$brand: #ab96af;
/* SwiftUI */
Color(red: 0.671, green: 0.588, blue: 0.686)
/* Android */
Color.parseColor("#ab96af")Accessibility — WCAG contrast
Aa
#ab96af on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab96af on black: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green58.8%
Blue68.6%
CMYK percentages
Cyan2.3%
Magenta14.3%
Yellow0.0%
Key (black)31.4%
Color previews
#ab96af text on a black background
contrast 7.71:1
Card sample
#ab96af text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab96af;
Background color
Panel with #ab96af background
background-color: #ab96af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab96af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 150, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 150, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab96af; background: linear-gradient(135deg, #ab96af, #AF96A2);