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