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