#cdbace
a light, soft magenta / pink · warm · closest name: silver
RGB
205, 186, 206
HSL
297°, 17%, 77%
CMYK
1, 10, 0, 19
Luminance
0.5255
Every format
| HEX | #cdbace |
| RGB | rgb(205, 186, 206) |
| HSL | hsl(297, 17%, 77%) |
| CMYK | cmyk(1%, 10%, 0%, 19%) |
| LAB | lab(77.6 10.3 -7.6) |
| LCH | lch(77.6 12.8 323.6) |
| OKLCH | oklch(0.811 0.035 324.4) |
Copy-ready code
/* CSS */
color: #cdbace;
background-color: #cdbace;
/* Tailwind (arbitrary) */
class="text-[#cdbace] bg-[#cdbace]"
/* SCSS */
$brand: #cdbace;
/* SwiftUI */
Color(red: 0.804, green: 0.729, blue: 0.808)
/* Android */
Color.parseColor("#cdbace")Accessibility — WCAG contrast
Aa
#cdbace on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbace on black: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green72.9%
Blue80.8%
CMYK percentages
Cyan0.5%
Magenta9.7%
Yellow0.0%
Key (black)19.2%
Color previews
#cdbace text on a black background
contrast 11.51:1
Card sample
#cdbace text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbace;
Background color
Panel with #cdbace background
background-color: #cdbace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 186, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 186, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbace; background: linear-gradient(135deg, #cdbace, #CEBAC2);