#dcc0af
a light, soft orange · warm · closest name: tan
RGB
220, 192, 175
HSL
23°, 39%, 78%
CMYK
0, 13, 21, 14
Luminance
0.5601
Every format
| HEX | #dcc0af |
| RGB | rgb(220, 192, 175) |
| HSL | hsl(23, 39%, 78%) |
| CMYK | cmyk(0%, 13%, 21%, 14%) |
| LAB | lab(79.6 7.3 12.2) |
| LCH | lch(79.6 14.2 59.3) |
| OKLCH | oklch(0.827 0.040 53.2) |
Copy-ready code
/* CSS */
color: #dcc0af;
background-color: #dcc0af;
/* Tailwind (arbitrary) */
class="text-[#dcc0af] bg-[#dcc0af]"
/* SCSS */
$brand: #dcc0af;
/* SwiftUI */
Color(red: 0.863, green: 0.753, blue: 0.686)
/* Android */
Color.parseColor("#dcc0af")Accessibility — WCAG contrast
Aa
#dcc0af on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcc0af on black: 12.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green75.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow20.5%
Key (black)13.7%
Color previews
#dcc0af text on a black background
contrast 12.20:1
Card sample
#dcc0af text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcc0af;
Background color
Panel with #dcc0af background
background-color: #dcc0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcc0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 192, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 192, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcc0af; background: linear-gradient(135deg, #dcc0af, #DADCAF);