#d9cecf
a light, muted red · warm · closest name: silver
RGB
217, 206, 207
HSL
355°, 13%, 83%
CMYK
0, 5, 5, 15
Luminance
0.6340
Every format
| HEX | #d9cecf |
| RGB | rgb(217, 206, 207) |
| HSL | hsl(355, 13%, 83%) |
| CMYK | cmyk(0%, 5%, 5%, 15%) |
| LAB | lab(83.7 4.0 0.9) |
| LCH | lch(83.7 4.1 12.4) |
| OKLCH | oklch(0.861 0.012 11.0) |
Copy-ready code
/* CSS */
color: #d9cecf;
background-color: #d9cecf;
/* Tailwind (arbitrary) */
class="text-[#d9cecf] bg-[#d9cecf]"
/* SCSS */
$brand: #d9cecf;
/* SwiftUI */
Color(red: 0.851, green: 0.808, blue: 0.812)
/* Android */
Color.parseColor("#d9cecf")Accessibility — WCAG contrast
Aa
#d9cecf on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d9cecf on black: 13.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green80.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow4.6%
Key (black)14.9%
Color previews
#d9cecf text on a black background
contrast 13.68:1
Card sample
#d9cecf text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d9cecf;
Background color
Panel with #d9cecf background
background-color: #d9cecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d9cecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 206, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 206, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d9cecf; background: linear-gradient(135deg, #d9cecf, #D9D4CE);