#d8cdcb
a light, muted red · warm · closest name: silver
RGB
216, 205, 203
HSL
9°, 14%, 82%
CMYK
0, 5, 6, 15
Luminance
0.6257
Every format
| HEX | #d8cdcb |
| RGB | rgb(216, 205, 203) |
| HSL | hsl(9, 14%, 82%) |
| CMYK | cmyk(0%, 5%, 6%, 15%) |
| LAB | lab(83.2 3.5 2.4) |
| LCH | lch(83.2 4.2 34.3) |
| OKLCH | oklch(0.857 0.013 29.9) |
Copy-ready code
/* CSS */
color: #d8cdcb;
background-color: #d8cdcb;
/* Tailwind (arbitrary) */
class="text-[#d8cdcb] bg-[#d8cdcb]"
/* SCSS */
$brand: #d8cdcb;
/* SwiftUI */
Color(red: 0.847, green: 0.804, blue: 0.796)
/* Android */
Color.parseColor("#d8cdcb")Accessibility — WCAG contrast
Aa
#d8cdcb on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8cdcb on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green80.4%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow6.0%
Key (black)15.3%
Color previews
#d8cdcb text on a black background
contrast 13.51:1
Card sample
#d8cdcb text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8cdcb;
Background color
Panel with #d8cdcb background
background-color: #d8cdcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8cdcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 205, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 205, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8cdcb; background: linear-gradient(135deg, #d8cdcb, #D8D6CB);