#dccba4
a light, soft yellow · warm · closest name: tan
RGB
220, 203, 164
HSL
42°, 44%, 75%
CMYK
0, 8, 26, 14
Luminance
0.6061
Every format
| HEX | #dccba4 |
| RGB | rgb(220, 203, 164) |
| HSL | hsl(42, 44%, 75%) |
| CMYK | cmyk(0%, 8%, 26%, 14%) |
| LAB | lab(82.2 -0.1 21.6) |
| LCH | lch(82.2 21.6 90.2) |
| OKLCH | oklch(0.846 0.055 87.2) |
Copy-ready code
/* CSS */
color: #dccba4;
background-color: #dccba4;
/* Tailwind (arbitrary) */
class="text-[#dccba4] bg-[#dccba4]"
/* SCSS */
$brand: #dccba4;
/* SwiftUI */
Color(red: 0.863, green: 0.796, blue: 0.643)
/* Android */
Color.parseColor("#dccba4")Accessibility — WCAG contrast
Aa
#dccba4 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dccba4 on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green79.6%
Blue64.3%
CMYK percentages
Cyan0.0%
Magenta7.7%
Yellow25.5%
Key (black)13.7%
Color previews
#dccba4 text on a black background
contrast 13.12:1
Card sample
#dccba4 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dccba4;
Background color
Panel with #dccba4 background
background-color: #dccba4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dccba4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 203, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 203, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dccba4; background: linear-gradient(135deg, #dccba4, #C8DCA4);