#dcccad
a light, soft orange · warm · closest name: tan
RGB
220, 204, 173
HSL
40°, 40%, 77%
CMYK
0, 7, 21, 14
Luminance
0.6142
Every format
| HEX | #dcccad |
| RGB | rgb(220, 204, 173) |
| HSL | hsl(40, 40%, 77%) |
| CMYK | cmyk(0%, 7%, 21%, 14%) |
| LAB | lab(82.6 0.7 17.5) |
| LCH | lch(82.6 17.5 87.8) |
| OKLCH | oklch(0.850 0.045 83.9) |
Copy-ready code
/* CSS */
color: #dcccad;
background-color: #dcccad;
/* Tailwind (arbitrary) */
class="text-[#dcccad] bg-[#dcccad]"
/* SCSS */
$brand: #dcccad;
/* SwiftUI */
Color(red: 0.863, green: 0.800, blue: 0.678)
/* Android */
Color.parseColor("#dcccad")Accessibility — WCAG contrast
Aa
#dcccad on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcccad on black: 13.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green80.0%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta7.3%
Yellow21.4%
Key (black)13.7%
Color previews
#dcccad text on a black background
contrast 13.28:1
Card sample
#dcccad text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcccad;
Background color
Panel with #dcccad background
background-color: #dcccad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcccad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 204, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 204, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcccad; background: linear-gradient(135deg, #dcccad, #CDDCAD);