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