#dccbab
a light, soft orange · warm · closest name: tan
RGB
220, 203, 171
HSL
39°, 41%, 77%
CMYK
0, 8, 22, 14
Luminance
0.6087
Every format
| HEX | #dccbab |
| RGB | rgb(220, 203, 171) |
| HSL | hsl(39, 41%, 77%) |
| CMYK | cmyk(0%, 8%, 22%, 14%) |
| LAB | lab(82.3 0.9 18.1) |
| LCH | lch(82.3 18.1 87.2) |
| OKLCH | oklch(0.848 0.047 83.3) |
Copy-ready code
/* CSS */
color: #dccbab;
background-color: #dccbab;
/* Tailwind (arbitrary) */
class="text-[#dccbab] bg-[#dccbab]"
/* SCSS */
$brand: #dccbab;
/* SwiftUI */
Color(red: 0.863, green: 0.796, blue: 0.671)
/* Android */
Color.parseColor("#dccbab")Accessibility — WCAG contrast
Aa
#dccbab on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dccbab on black: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green79.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta7.7%
Yellow22.3%
Key (black)13.7%
Color previews
#dccbab text on a black background
contrast 13.17:1
Card sample
#dccbab text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dccbab;
Background color
Panel with #dccbab background
background-color: #dccbab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dccbab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 203, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 203, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dccbab; background: linear-gradient(135deg, #dccbab, #CCDCAB);