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