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