#af99a3
a balanced, muted magenta / pink · warm · closest name: gray
RGB
175, 153, 163
HSL
333°, 12%, 64%
CMYK
0, 13, 7, 31
Luminance
0.3454
Every format
| HEX | #af99a3 |
| RGB | rgb(175, 153, 163) |
| HSL | hsl(333, 12%, 64%) |
| CMYK | cmyk(0%, 13%, 7%, 31%) |
| LAB | lab(65.4 9.9 -2.2) |
| LCH | lch(65.4 10.1 347.3) |
| OKLCH | oklch(0.705 0.029 348.7) |
Copy-ready code
/* CSS */
color: #af99a3;
background-color: #af99a3;
/* Tailwind (arbitrary) */
class="text-[#af99a3] bg-[#af99a3]"
/* SCSS */
$brand: #af99a3;
/* SwiftUI */
Color(red: 0.686, green: 0.600, blue: 0.639)
/* Android */
Color.parseColor("#af99a3")Accessibility — WCAG contrast
Aa
#af99a3 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af99a3 on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.0%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow6.9%
Key (black)31.4%
Color previews
#af99a3 text on a black background
contrast 7.91:1
Card sample
#af99a3 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af99a3;
Background color
Panel with #af99a3 background
background-color: #af99a3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af99a3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 153, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 153, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af99a3; background: linear-gradient(135deg, #af99a3, #AF9E99);