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