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