#dcccbd
a light, soft orange · warm · closest name: silver
RGB
220, 204, 189
HSL
29°, 31%, 80%
CMYK
0, 7, 14, 14
Luminance
0.6208
Every format
| HEX | #dcccbd |
| RGB | rgb(220, 204, 189) |
| HSL | hsl(29, 31%, 80%) |
| CMYK | cmyk(0%, 7%, 14%, 14%) |
| LAB | lab(83.0 3.1 9.5) |
| LCH | lch(83.0 10.0 71.9) |
| OKLCH | oklch(0.854 0.027 65.6) |
Copy-ready code
/* CSS */
color: #dcccbd;
background-color: #dcccbd;
/* Tailwind (arbitrary) */
class="text-[#dcccbd] bg-[#dcccbd]"
/* SCSS */
$brand: #dcccbd;
/* SwiftUI */
Color(red: 0.863, green: 0.800, blue: 0.741)
/* Android */
Color.parseColor("#dcccbd")Accessibility — WCAG contrast
Aa
#dcccbd on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcccbd on black: 13.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green80.0%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta7.3%
Yellow14.1%
Key (black)13.7%
Color previews
#dcccbd text on a black background
contrast 13.42:1
Card sample
#dcccbd text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcccbd;
Background color
Panel with #dcccbd background
background-color: #dcccbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcccbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 204, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 204, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcccbd; background: linear-gradient(135deg, #dcccbd, #D7DCBD);