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