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