#dcc5af
a light, soft orange · warm · closest name: tan
RGB
220, 197, 175
HSL
29°, 39%, 78%
CMYK
0, 11, 21, 14
Luminance
0.5824
Every format
| HEX | #dcc5af |
| RGB | rgb(220, 197, 175) |
| HSL | hsl(29, 39%, 78%) |
| CMYK | cmyk(0%, 11%, 21%, 14%) |
| LAB | lab(80.9 4.6 14.0) |
| LCH | lch(80.9 14.7 71.7) |
| OKLCH | oklch(0.837 0.040 66.0) |
Copy-ready code
/* CSS */
color: #dcc5af;
background-color: #dcc5af;
/* Tailwind (arbitrary) */
class="text-[#dcc5af] bg-[#dcc5af]"
/* SCSS */
$brand: #dcc5af;
/* SwiftUI */
Color(red: 0.863, green: 0.773, blue: 0.686)
/* Android */
Color.parseColor("#dcc5af")Accessibility — WCAG contrast
Aa
#dcc5af on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcc5af on black: 12.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green77.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta10.5%
Yellow20.5%
Key (black)13.7%
Color previews
#dcc5af text on a black background
contrast 12.65:1
Card sample
#dcc5af text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcc5af;
Background color
Panel with #dcc5af background
background-color: #dcc5af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcc5af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 197, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 197, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcc5af; background: linear-gradient(135deg, #dcc5af, #D5DCAF);