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