#dccc93
a light, vivid yellow · cool · closest name: tan
RGB
220, 204, 147
HSL
47°, 51%, 72%
CMYK
0, 7, 33, 14
Luminance
0.6051
Every format
| HEX | #dccc93 |
| RGB | rgb(220, 204, 147) |
| HSL | hsl(47, 51%, 72%) |
| CMYK | cmyk(0%, 7%, 33%, 14%) |
| LAB | lab(82.1 -2.8 30.5) |
| LCH | lch(82.1 30.6 95.3) |
| OKLCH | oklch(0.845 0.076 94.3) |
Copy-ready code
/* CSS */
color: #dccc93;
background-color: #dccc93;
/* Tailwind (arbitrary) */
class="text-[#dccc93] bg-[#dccc93]"
/* SCSS */
$brand: #dccc93;
/* SwiftUI */
Color(red: 0.863, green: 0.800, blue: 0.576)
/* Android */
Color.parseColor("#dccc93")Accessibility — WCAG contrast
Aa
#dccc93 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dccc93 on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green80.0%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta7.3%
Yellow33.2%
Key (black)13.7%
Color previews
#dccc93 text on a black background
contrast 13.10:1
Card sample
#dccc93 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dccc93;
Background color
Panel with #dccc93 background
background-color: #dccc93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dccc93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 204, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 204, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dccc93; background: linear-gradient(135deg, #dccc93, #BBDC93);