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