#c9afbc
a light, soft magenta / pink · warm · closest name: silver
RGB
201, 175, 188
HSL
330°, 19%, 74%
CMYK
0, 13, 7, 21
Luminance
0.4671
Every format
| HEX | #c9afbc |
| RGB | rgb(201, 175, 188) |
| HSL | hsl(330, 19%, 74%) |
| CMYK | cmyk(0%, 13%, 7%, 21%) |
| LAB | lab(74.0 11.6 -3.2) |
| LCH | lch(74.0 12.0 344.7) |
| OKLCH | oklch(0.780 0.035 346.3) |
Copy-ready code
/* CSS */
color: #c9afbc;
background-color: #c9afbc;
/* Tailwind (arbitrary) */
class="text-[#c9afbc] bg-[#c9afbc]"
/* SCSS */
$brand: #c9afbc;
/* SwiftUI */
Color(red: 0.788, green: 0.686, blue: 0.737)
/* Android */
Color.parseColor("#c9afbc")Accessibility — WCAG contrast
Aa
#c9afbc on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9afbc on black: 10.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green68.6%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta12.9%
Yellow6.5%
Key (black)21.2%
Color previews
#c9afbc text on a black background
contrast 10.34:1
Card sample
#c9afbc text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9afbc;
Background color
Panel with #c9afbc background
background-color: #c9afbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9afbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 175, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 175, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9afbc; background: linear-gradient(135deg, #c9afbc, #C9B3AF);