#af9da6
a light, muted magenta / pink · warm · closest name: silver
RGB
175, 157, 166
HSL
330°, 10%, 65%
CMYK
0, 10, 5, 31
Luminance
0.3598
Every format
| HEX | #af9da6 |
| RGB | rgb(175, 157, 166) |
| HSL | hsl(330, 10%, 65%) |
| CMYK | cmyk(0%, 10%, 5%, 31%) |
| LAB | lab(66.5 8.2 -2.3) |
| LCH | lch(66.5 8.5 344.5) |
| OKLCH | oklch(0.714 0.025 346.0) |
Copy-ready code
/* CSS */
color: #af9da6;
background-color: #af9da6;
/* Tailwind (arbitrary) */
class="text-[#af9da6] bg-[#af9da6]"
/* SCSS */
$brand: #af9da6;
/* SwiftUI */
Color(red: 0.686, green: 0.616, blue: 0.651)
/* Android */
Color.parseColor("#af9da6")Accessibility — WCAG contrast
Aa
#af9da6 on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9da6 on black: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green61.6%
Blue65.1%
CMYK percentages
Cyan0.0%
Magenta10.3%
Yellow5.1%
Key (black)31.4%
Color previews
#af9da6 text on a black background
contrast 8.20:1
Card sample
#af9da6 text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9da6;
Background color
Panel with #af9da6 background
background-color: #af9da6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9da6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 157, 166, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 157, 166, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9da6; background: linear-gradient(135deg, #af9da6, #AFA09D);