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