#dcccbf
a light, soft orange · warm · closest name: silver
RGB
220, 204, 191
HSL
27°, 29%, 81%
CMYK
0, 7, 13, 14
Luminance
0.6216
Every format
| HEX | #dcccbf |
| RGB | rgb(220, 204, 191) |
| HSL | hsl(27, 29%, 81%) |
| CMYK | cmyk(0%, 7%, 13%, 14%) |
| LAB | lab(83.0 3.4 8.5) |
| LCH | lch(83.0 9.1 68.1) |
| OKLCH | oklch(0.855 0.025 61.6) |
Copy-ready code
/* CSS */
color: #dcccbf;
background-color: #dcccbf;
/* Tailwind (arbitrary) */
class="text-[#dcccbf] bg-[#dcccbf]"
/* SCSS */
$brand: #dcccbf;
/* SwiftUI */
Color(red: 0.863, green: 0.800, blue: 0.749)
/* Android */
Color.parseColor("#dcccbf")Accessibility — WCAG contrast
Aa
#dcccbf on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcccbf on black: 13.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green80.0%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta7.3%
Yellow13.2%
Key (black)13.7%
Color previews
#dcccbf text on a black background
contrast 13.43:1
Card sample
#dcccbf text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcccbf;
Background color
Panel with #dcccbf background
background-color: #dcccbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcccbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 204, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 204, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcccbf; background: linear-gradient(135deg, #dcccbf, #D9DCBF);