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