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