#ab99af
a balanced, muted violet · warm · closest name: gray
RGB
171, 153, 175
HSL
289°, 12%, 64%
CMYK
2, 13, 0, 31
Luminance
0.3454
Every format
| HEX | #ab99af |
| RGB | rgb(171, 153, 175) |
| HSL | hsl(289, 12%, 64%) |
| CMYK | cmyk(2%, 13%, 0%, 31%) |
| LAB | lab(65.4 10.7 -9.0) |
| LCH | lch(65.4 14.0 319.9) |
| OKLCH | oklch(0.706 0.037 320.1) |
Copy-ready code
/* CSS */
color: #ab99af;
background-color: #ab99af;
/* Tailwind (arbitrary) */
class="text-[#ab99af] bg-[#ab99af]"
/* SCSS */
$brand: #ab99af;
/* SwiftUI */
Color(red: 0.671, green: 0.600, blue: 0.686)
/* Android */
Color.parseColor("#ab99af")Accessibility — WCAG contrast
Aa
#ab99af on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab99af on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green60.0%
Blue68.6%
CMYK percentages
Cyan2.3%
Magenta12.6%
Yellow0.0%
Key (black)31.4%
Color previews
#ab99af text on a black background
contrast 7.91:1
Card sample
#ab99af text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab99af;
Background color
Panel with #ab99af background
background-color: #ab99af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab99af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 153, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 153, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab99af; background: linear-gradient(135deg, #ab99af, #AF99A4);