#dccc99
a light, vivid yellow · cool · closest name: tan
RGB
220, 204, 153
HSL
46°, 49%, 73%
CMYK
0, 7, 31, 14
Luminance
0.6070
Every format
| HEX | #dccc99 |
| RGB | rgb(220, 204, 153) |
| HSL | hsl(46, 49%, 73%) |
| CMYK | cmyk(0%, 7%, 31%, 14%) |
| LAB | lab(82.2 -2.1 27.5) |
| LCH | lch(82.2 27.6 94.3) |
| OKLCH | oklch(0.846 0.069 92.7) |
Copy-ready code
/* CSS */
color: #dccc99;
background-color: #dccc99;
/* Tailwind (arbitrary) */
class="text-[#dccc99] bg-[#dccc99]"
/* SCSS */
$brand: #dccc99;
/* SwiftUI */
Color(red: 0.863, green: 0.800, blue: 0.600)
/* Android */
Color.parseColor("#dccc99")Accessibility — WCAG contrast
Aa
#dccc99 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dccc99 on black: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green80.0%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta7.3%
Yellow30.5%
Key (black)13.7%
Color previews
#dccc99 text on a black background
contrast 13.14:1
Card sample
#dccc99 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dccc99;
Background color
Panel with #dccc99 background
background-color: #dccc99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dccc99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 204, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 204, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dccc99; background: linear-gradient(135deg, #dccc99, #BFDC99);