#cdbabf
a light, soft magenta / pink · warm · closest name: silver
RGB
205, 186, 191
HSL
344°, 16%, 77%
CMYK
0, 9, 7, 20
Luminance
0.5186
Every format
| HEX | #cdbabf |
| RGB | rgb(205, 186, 191) |
| HSL | hsl(344, 16%, 77%) |
| CMYK | cmyk(0%, 9%, 7%, 20%) |
| LAB | lab(77.2 7.6 -0.1) |
| LCH | lch(77.2 7.6 359.5) |
| OKLCH | oklch(0.806 0.023 359.8) |
Copy-ready code
/* CSS */
color: #cdbabf;
background-color: #cdbabf;
/* Tailwind (arbitrary) */
class="text-[#cdbabf] bg-[#cdbabf]"
/* SCSS */
$brand: #cdbabf;
/* SwiftUI */
Color(red: 0.804, green: 0.729, blue: 0.749)
/* Android */
Color.parseColor("#cdbabf")Accessibility — WCAG contrast
Aa
#cdbabf on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbabf on black: 11.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green72.9%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta9.3%
Yellow6.8%
Key (black)19.6%
Color previews
#cdbabf text on a black background
contrast 11.37:1
Card sample
#cdbabf text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbabf;
Background color
Panel with #cdbabf background
background-color: #cdbabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 186, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 186, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbabf; background: linear-gradient(135deg, #cdbabf, #CDC2BA);