#cdada7
a light, soft red · warm · closest name: silver
RGB
205, 173, 167
HSL
10°, 28%, 73%
CMYK
0, 16, 19, 20
Luminance
0.4566
Every format
| HEX | #cdada7 |
| RGB | rgb(205, 173, 167) |
| HSL | hsl(10, 28%, 73%) |
| CMYK | cmyk(0%, 16%, 19%, 20%) |
| LAB | lab(73.3 10.6 7.4) |
| LCH | lch(73.3 13.0 34.8) |
| OKLCH | oklch(0.774 0.038 30.4) |
Copy-ready code
/* CSS */
color: #cdada7;
background-color: #cdada7;
/* Tailwind (arbitrary) */
class="text-[#cdada7] bg-[#cdada7]"
/* SCSS */
$brand: #cdada7;
/* SwiftUI */
Color(red: 0.804, green: 0.678, blue: 0.655)
/* Android */
Color.parseColor("#cdada7")Accessibility — WCAG contrast
Aa
#cdada7 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdada7 on black: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green67.8%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta15.6%
Yellow18.5%
Key (black)19.6%
Color previews
#cdada7 text on a black background
contrast 10.13:1
Card sample
#cdada7 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdada7;
Background color
Panel with #cdada7 background
background-color: #cdada7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdada7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 173, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 173, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdada7; background: linear-gradient(135deg, #cdada7, #CDC6A7);