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