#c9afad
a light, soft red · warm · closest name: silver
RGB
201, 175, 173
HSL
4°, 21%, 73%
CMYK
0, 13, 14, 21
Luminance
0.4609
Every format
| HEX | #c9afad |
| RGB | rgb(201, 175, 173) |
| HSL | hsl(4, 21%, 73%) |
| CMYK | cmyk(0%, 13%, 14%, 21%) |
| LAB | lab(73.6 9.0 4.5) |
| LCH | lch(73.6 10.1 26.4) |
| OKLCH | oklch(0.776 0.030 23.1) |
Copy-ready code
/* CSS */
color: #c9afad;
background-color: #c9afad;
/* Tailwind (arbitrary) */
class="text-[#c9afad] bg-[#c9afad]"
/* SCSS */
$brand: #c9afad;
/* SwiftUI */
Color(red: 0.788, green: 0.686, blue: 0.678)
/* Android */
Color.parseColor("#c9afad")Accessibility — WCAG contrast
Aa
#c9afad on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9afad on black: 10.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green68.6%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta12.9%
Yellow13.9%
Key (black)21.2%
Color previews
#c9afad text on a black background
contrast 10.22:1
Card sample
#c9afad text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9afad;
Background color
Panel with #c9afad background
background-color: #c9afad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9afad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 175, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 175, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9afad; background: linear-gradient(135deg, #c9afad, #C9C2AD);