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