#dccc9f
a light, vivid yellow · warm · closest name: tan
RGB
220, 204, 159
HSL
44°, 47%, 74%
CMYK
0, 7, 28, 14
Luminance
0.6090
Every format
| HEX | #dccc9f |
| RGB | rgb(220, 204, 159) |
| HSL | hsl(44, 47%, 74%) |
| CMYK | cmyk(0%, 7%, 28%, 14%) |
| LAB | lab(82.3 -1.3 24.5) |
| LCH | lch(82.3 24.5 93.0) |
| OKLCH | oklch(0.847 0.062 90.8) |
Copy-ready code
/* CSS */
color: #dccc9f;
background-color: #dccc9f;
/* Tailwind (arbitrary) */
class="text-[#dccc9f] bg-[#dccc9f]"
/* SCSS */
$brand: #dccc9f;
/* SwiftUI */
Color(red: 0.863, green: 0.800, blue: 0.624)
/* Android */
Color.parseColor("#dccc9f")Accessibility — WCAG contrast
Aa
#dccc9f on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dccc9f on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green80.0%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta7.3%
Yellow27.7%
Key (black)13.7%
Color previews
#dccc9f text on a black background
contrast 13.18:1
Card sample
#dccc9f text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dccc9f;
Background color
Panel with #dccc9f background
background-color: #dccc9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dccc9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 204, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 204, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dccc9f; background: linear-gradient(135deg, #dccc9f, #C3DC9F);