#dcc8af
a light, soft orange · warm · closest name: tan
RGB
220, 200, 175
HSL
33°, 39%, 78%
CMYK
0, 9, 21, 14
Luminance
0.5962
Every format
| HEX | #dcc8af |
| RGB | rgb(220, 200, 175) |
| HSL | hsl(33, 39%, 78%) |
| CMYK | cmyk(0%, 9%, 21%, 14%) |
| LAB | lab(81.6 3.0 15.1) |
| LCH | lch(81.6 15.4 78.6) |
| OKLCH | oklch(0.843 0.041 73.4) |
Copy-ready code
/* CSS */
color: #dcc8af;
background-color: #dcc8af;
/* Tailwind (arbitrary) */
class="text-[#dcc8af] bg-[#dcc8af]"
/* SCSS */
$brand: #dcc8af;
/* SwiftUI */
Color(red: 0.863, green: 0.784, blue: 0.686)
/* Android */
Color.parseColor("#dcc8af")Accessibility — WCAG contrast
Aa
#dcc8af on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcc8af on black: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green78.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta9.1%
Yellow20.5%
Key (black)13.7%
Color previews
#dcc8af text on a black background
contrast 12.92:1
Card sample
#dcc8af text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcc8af;
Background color
Panel with #dcc8af background
background-color: #dcc8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcc8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 200, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 200, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcc8af; background: linear-gradient(135deg, #dcc8af, #D2DCAF);