#cdbecc
a light, muted magenta / pink · warm · closest name: silver
RGB
205, 190, 204
HSL
304°, 13%, 78%
CMYK
0, 7, 1, 20
Luminance
0.5417
Every format
| HEX | #cdbecc |
| RGB | rgb(205, 190, 204) |
| HSL | hsl(304, 13%, 78%) |
| CMYK | cmyk(0%, 7%, 1%, 20%) |
| LAB | lab(78.6 7.8 -5.1) |
| LCH | lch(78.6 9.3 326.7) |
| OKLCH | oklch(0.818 0.025 327.8) |
Copy-ready code
/* CSS */
color: #cdbecc;
background-color: #cdbecc;
/* Tailwind (arbitrary) */
class="text-[#cdbecc] bg-[#cdbecc]"
/* SCSS */
$brand: #cdbecc;
/* SwiftUI */
Color(red: 0.804, green: 0.745, blue: 0.800)
/* Android */
Color.parseColor("#cdbecc")Accessibility — WCAG contrast
Aa
#cdbecc on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbecc on black: 11.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green74.5%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta7.3%
Yellow0.5%
Key (black)19.6%
Color previews
#cdbecc text on a black background
contrast 11.83:1
Card sample
#cdbecc text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbecc;
Background color
Panel with #cdbecc background
background-color: #cdbecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 190, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 190, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbecc; background: linear-gradient(135deg, #cdbecc, #CDBEC2);