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