#dcccba
a light, soft orange · warm · closest name: silver
RGB
220, 204, 186
HSL
32°, 33%, 80%
CMYK
0, 7, 16, 14
Luminance
0.6195
Every format
| HEX | #dcccba |
| RGB | rgb(220, 204, 186) |
| HSL | hsl(32, 33%, 80%) |
| CMYK | cmyk(0%, 7%, 16%, 14%) |
| LAB | lab(82.9 2.6 11.0) |
| LCH | lch(82.9 11.3 76.6) |
| OKLCH | oklch(0.854 0.030 70.7) |
Copy-ready code
/* CSS */
color: #dcccba;
background-color: #dcccba;
/* Tailwind (arbitrary) */
class="text-[#dcccba] bg-[#dcccba]"
/* SCSS */
$brand: #dcccba;
/* SwiftUI */
Color(red: 0.863, green: 0.800, blue: 0.729)
/* Android */
Color.parseColor("#dcccba")Accessibility — WCAG contrast
Aa
#dcccba on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcccba on black: 13.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green80.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta7.3%
Yellow15.5%
Key (black)13.7%
Color previews
#dcccba text on a black background
contrast 13.39:1
Card sample
#dcccba text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcccba;
Background color
Panel with #dcccba background
background-color: #dcccba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcccba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 204, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 204, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcccba; background: linear-gradient(135deg, #dcccba, #D5DCBA);