#cdadae
a light, soft red · warm · closest name: silver
RGB
205, 173, 174
HSL
358°, 24%, 74%
CMYK
0, 16, 15, 20
Luminance
0.4592
Every format
| HEX | #cdadae |
| RGB | rgb(205, 173, 174) |
| HSL | hsl(358, 24%, 74%) |
| CMYK | cmyk(0%, 16%, 15%, 20%) |
| LAB | lab(73.5 11.8 3.8) |
| LCH | lch(73.5 12.4 18.0) |
| OKLCH | oklch(0.776 0.037 15.9) |
Copy-ready code
/* CSS */
color: #cdadae;
background-color: #cdadae;
/* Tailwind (arbitrary) */
class="text-[#cdadae] bg-[#cdadae]"
/* SCSS */
$brand: #cdadae;
/* SwiftUI */
Color(red: 0.804, green: 0.678, blue: 0.682)
/* Android */
Color.parseColor("#cdadae")Accessibility — WCAG contrast
Aa
#cdadae on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdadae on black: 10.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green67.8%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta15.6%
Yellow15.1%
Key (black)19.6%
Color previews
#cdadae text on a black background
contrast 10.18:1
Card sample
#cdadae text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdadae;
Background color
Panel with #cdadae background
background-color: #cdadae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdadae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 173, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 173, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdadae; background: linear-gradient(135deg, #cdadae, #CDC1AD);