#dcd5cb
a light, soft orange · warm · closest name: silver
RGB
220, 213, 203
HSL
35°, 20%, 83%
CMYK
0, 3, 8, 14
Luminance
0.6712
Every format
| HEX | #dcd5cb |
| RGB | rgb(220, 213, 203) |
| HSL | hsl(35, 20%, 83%) |
| CMYK | cmyk(0%, 3%, 8%, 14%) |
| LAB | lab(85.6 0.7 5.8) |
| LCH | lch(85.6 5.8 83.4) |
| OKLCH | oklch(0.876 0.016 77.1) |
Copy-ready code
/* CSS */
color: #dcd5cb;
background-color: #dcd5cb;
/* Tailwind (arbitrary) */
class="text-[#dcd5cb] bg-[#dcd5cb]"
/* SCSS */
$brand: #dcd5cb;
/* SwiftUI */
Color(red: 0.863, green: 0.835, blue: 0.796)
/* Android */
Color.parseColor("#dcd5cb")Accessibility — WCAG contrast
Aa
#dcd5cb on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcd5cb on black: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green83.5%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta3.2%
Yellow7.7%
Key (black)13.7%
Color previews
#dcd5cb text on a black background
contrast 14.42:1
Card sample
#dcd5cb text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcd5cb;
Background color
Panel with #dcd5cb background
background-color: #dcd5cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcd5cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 213, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 213, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcd5cb; background: linear-gradient(135deg, #dcd5cb, #D8DCCB);