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