#af99ab
a balanced, muted magenta / pink · warm · closest name: gray
RGB
175, 153, 171
HSL
311°, 12%, 64%
CMYK
0, 13, 2, 31
Luminance
0.3484
Every format
| HEX | #af99ab |
| RGB | rgb(175, 153, 171) |
| HSL | hsl(311, 12%, 64%) |
| CMYK | cmyk(0%, 13%, 2%, 31%) |
| LAB | lab(65.6 11.3 -6.4) |
| LCH | lch(65.6 13.0 330.7) |
| OKLCH | oklch(0.708 0.036 332.1) |
Copy-ready code
/* CSS */
color: #af99ab;
background-color: #af99ab;
/* Tailwind (arbitrary) */
class="text-[#af99ab] bg-[#af99ab]"
/* SCSS */
$brand: #af99ab;
/* SwiftUI */
Color(red: 0.686, green: 0.600, blue: 0.671)
/* Android */
Color.parseColor("#af99ab")Accessibility — WCAG contrast
Aa
#af99ab on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af99ab on black: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.0%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow2.3%
Key (black)31.4%
Color previews
#af99ab text on a black background
contrast 7.97:1
Card sample
#af99ab text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af99ab;
Background color
Panel with #af99ab background
background-color: #af99ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af99ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 153, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 153, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af99ab; background: linear-gradient(135deg, #af99ab, #AF999C);