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