#cdadab
a light, soft red · warm · closest name: silver
RGB
205, 173, 171
HSL
4°, 25%, 74%
CMYK
0, 16, 17, 20
Luminance
0.4581
Every format
| HEX | #cdadab |
| RGB | rgb(205, 173, 171) |
| HSL | hsl(4, 25%, 74%) |
| CMYK | cmyk(0%, 16%, 17%, 20%) |
| LAB | lab(73.4 11.3 5.3) |
| LCH | lch(73.4 12.5 25.4) |
| OKLCH | oklch(0.775 0.037 22.2) |
Copy-ready code
/* CSS */
color: #cdadab;
background-color: #cdadab;
/* Tailwind (arbitrary) */
class="text-[#cdadab] bg-[#cdadab]"
/* SCSS */
$brand: #cdadab;
/* SwiftUI */
Color(red: 0.804, green: 0.678, blue: 0.671)
/* Android */
Color.parseColor("#cdadab")Accessibility — WCAG contrast
Aa
#cdadab on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdadab on black: 10.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green67.8%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta15.6%
Yellow16.6%
Key (black)19.6%
Color previews
#cdadab text on a black background
contrast 10.16:1
Card sample
#cdadab text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdadab;
Background color
Panel with #cdadab background
background-color: #cdadab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdadab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 173, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 173, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdadab; background: linear-gradient(135deg, #cdadab, #CDC4AB);