#cdadbb
a light, soft magenta / pink · warm · closest name: silver
RGB
205, 173, 187
HSL
334°, 24%, 74%
CMYK
0, 16, 9, 20
Luminance
0.4645
Every format
| HEX | #cdadbb |
| RGB | rgb(205, 173, 187) |
| HSL | hsl(334, 24%, 74%) |
| CMYK | cmyk(0%, 16%, 9%, 20%) |
| LAB | lab(73.8 13.9 -2.8) |
| LCH | lch(73.8 14.2 348.6) |
| OKLCH | oklch(0.780 0.042 349.9) |
Copy-ready code
/* CSS */
color: #cdadbb;
background-color: #cdadbb;
/* Tailwind (arbitrary) */
class="text-[#cdadbb] bg-[#cdadbb]"
/* SCSS */
$brand: #cdadbb;
/* SwiftUI */
Color(red: 0.804, green: 0.678, blue: 0.733)
/* Android */
Color.parseColor("#cdadbb")Accessibility — WCAG contrast
Aa
#cdadbb on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdadbb on black: 10.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green67.8%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta15.6%
Yellow8.8%
Key (black)19.6%
Color previews
#cdadbb text on a black background
contrast 10.29:1
Card sample
#cdadbb text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdadbb;
Background color
Panel with #cdadbb background
background-color: #cdadbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdadbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 173, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 173, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdadbb; background: linear-gradient(135deg, #cdadbb, #CDB4AD);