#dcd79f
a light, vivid yellow · cool · closest name: tan
RGB
220, 215, 159
HSL
55°, 47%, 74%
CMYK
0, 2, 28, 14
Luminance
0.6632
Every format
| HEX | #dcd79f |
| RGB | rgb(220, 215, 159) |
| HSL | hsl(55, 47%, 74%) |
| CMYK | cmyk(0%, 2%, 28%, 14%) |
| LAB | lab(85.2 -6.9 28.3) |
| LCH | lch(85.2 29.2 103.8) |
| OKLCH | oklch(0.870 0.073 103.5) |
Copy-ready code
/* CSS */
color: #dcd79f;
background-color: #dcd79f;
/* Tailwind (arbitrary) */
class="text-[#dcd79f] bg-[#dcd79f]"
/* SCSS */
$brand: #dcd79f;
/* SwiftUI */
Color(red: 0.863, green: 0.843, blue: 0.624)
/* Android */
Color.parseColor("#dcd79f")Accessibility — WCAG contrast
Aa
#dcd79f on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcd79f on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green84.3%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta2.3%
Yellow27.7%
Key (black)13.7%
Color previews
#dcd79f text on a black background
contrast 14.26:1
Card sample
#dcd79f text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcd79f;
Background color
Panel with #dcd79f background
background-color: #dcd79f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcd79f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 215, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 215, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcd79f; background: linear-gradient(135deg, #dcd79f, #B8DC9F);