#dcd8cb
a light, soft yellow · cool · closest name: silver
RGB
220, 216, 203
HSL
46°, 20%, 83%
CMYK
0, 2, 8, 14
Luminance
0.6864
Every format
| HEX | #dcd8cb |
| RGB | rgb(220, 216, 203) |
| HSL | hsl(46, 20%, 83%) |
| CMYK | cmyk(0%, 2%, 8%, 14%) |
| LAB | lab(86.3 -0.9 6.9) |
| LCH | lch(86.3 7.0 97.3) |
| OKLCH | oklch(0.882 0.018 92.7) |
Copy-ready code
/* CSS */
color: #dcd8cb;
background-color: #dcd8cb;
/* Tailwind (arbitrary) */
class="text-[#dcd8cb] bg-[#dcd8cb]"
/* SCSS */
$brand: #dcd8cb;
/* SwiftUI */
Color(red: 0.863, green: 0.847, blue: 0.796)
/* Android */
Color.parseColor("#dcd8cb")Accessibility — WCAG contrast
Aa
#dcd8cb on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcd8cb on black: 14.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green84.7%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta1.8%
Yellow7.7%
Key (black)13.7%
Color previews
#dcd8cb text on a black background
contrast 14.73:1
Card sample
#dcd8cb text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcd8cb;
Background color
Panel with #dcd8cb background
background-color: #dcd8cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcd8cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 216, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 216, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcd8cb; background: linear-gradient(135deg, #dcd8cb, #D5DCCB);