#cdadbf
a light, soft magenta / pink · warm · closest name: pink
RGB
205, 173, 191
HSL
326°, 24%, 74%
CMYK
0, 16, 7, 20
Luminance
0.4663
Every format
| HEX | #cdadbf |
| RGB | rgb(205, 173, 191) |
| HSL | hsl(326, 24%, 74%) |
| CMYK | cmyk(0%, 16%, 7%, 20%) |
| LAB | lab(74.0 14.6 -4.8) |
| LCH | lch(74.0 15.4 341.7) |
| OKLCH | oklch(0.781 0.044 343.3) |
Copy-ready code
/* CSS */
color: #cdadbf;
background-color: #cdadbf;
/* Tailwind (arbitrary) */
class="text-[#cdadbf] bg-[#cdadbf]"
/* SCSS */
$brand: #cdadbf;
/* SwiftUI */
Color(red: 0.804, green: 0.678, blue: 0.749)
/* Android */
Color.parseColor("#cdadbf")Accessibility — WCAG contrast
Aa
#cdadbf on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdadbf on black: 10.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green67.8%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta15.6%
Yellow6.8%
Key (black)19.6%
Color previews
#cdadbf text on a black background
contrast 10.33:1
Card sample
#cdadbf text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdadbf;
Background color
Panel with #cdadbf background
background-color: #cdadbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdadbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 173, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 173, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdadbf; background: linear-gradient(135deg, #cdadbf, #CDB0AD);