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