#af9da3
a light, muted magenta / pink · warm · closest name: silver
RGB
175, 157, 163
HSL
340°, 10%, 65%
CMYK
0, 10, 7, 31
Luminance
0.3587
Every format
| HEX | #af9da3 |
| RGB | rgb(175, 157, 163) |
| HSL | hsl(340, 10%, 65%) |
| CMYK | cmyk(0%, 10%, 7%, 31%) |
| LAB | lab(66.4 7.7 -0.7) |
| LCH | lch(66.4 7.7 354.6) |
| OKLCH | oklch(0.713 0.023 355.5) |
Copy-ready code
/* CSS */
color: #af9da3;
background-color: #af9da3;
/* Tailwind (arbitrary) */
class="text-[#af9da3] bg-[#af9da3]"
/* SCSS */
$brand: #af9da3;
/* SwiftUI */
Color(red: 0.686, green: 0.616, blue: 0.639)
/* Android */
Color.parseColor("#af9da3")Accessibility — WCAG contrast
Aa
#af9da3 on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9da3 on black: 8.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green61.6%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta10.3%
Yellow6.9%
Key (black)31.4%
Color previews
#af9da3 text on a black background
contrast 8.17:1
Card sample
#af9da3 text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9da3;
Background color
Panel with #af9da3 background
background-color: #af9da3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9da3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 157, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 157, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9da3; background: linear-gradient(135deg, #af9da3, #AFA39D);