#cdbacb
a light, soft magenta / pink · warm · closest name: silver
RGB
205, 186, 203
HSL
306°, 16%, 77%
CMYK
0, 9, 1, 20
Luminance
0.5241
Every format
| HEX | #cdbacb |
| RGB | rgb(205, 186, 203) |
| HSL | hsl(306, 16%, 77%) |
| CMYK | cmyk(0%, 9%, 1%, 20%) |
| LAB | lab(77.5 9.7 -6.1) |
| LCH | lch(77.5 11.5 327.9) |
| OKLCH | oklch(0.810 0.032 329.2) |
Copy-ready code
/* CSS */
color: #cdbacb;
background-color: #cdbacb;
/* Tailwind (arbitrary) */
class="text-[#cdbacb] bg-[#cdbacb]"
/* SCSS */
$brand: #cdbacb;
/* SwiftUI */
Color(red: 0.804, green: 0.729, blue: 0.796)
/* Android */
Color.parseColor("#cdbacb")Accessibility — WCAG contrast
Aa
#cdbacb on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbacb on black: 11.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green72.9%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta9.3%
Yellow1.0%
Key (black)19.6%
Color previews
#cdbacb text on a black background
contrast 11.48:1
Card sample
#cdbacb text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbacb;
Background color
Panel with #cdbacb background
background-color: #cdbacb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbacb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 186, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 186, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbacb; background: linear-gradient(135deg, #cdbacb, #CDBABE);