#dcc56f
a balanced, vivid yellow · cool · closest name: khaki
RGB
220, 197, 111
HSL
47°, 61%, 65%
CMYK
0, 11, 50, 14
Luminance
0.5630
Every format
| HEX | #dcc56f |
| RGB | rgb(220, 197, 111) |
| HSL | hsl(47, 61%, 65%) |
| CMYK | cmyk(0%, 11%, 50%, 14%) |
| LAB | lab(79.8 -3.0 45.8) |
| LCH | lch(79.8 45.9 93.7) |
| OKLCH | oklch(0.825 0.110 94.8) |
Copy-ready code
/* CSS */
color: #dcc56f;
background-color: #dcc56f;
/* Tailwind (arbitrary) */
class="text-[#dcc56f] bg-[#dcc56f]"
/* SCSS */
$brand: #dcc56f;
/* SwiftUI */
Color(red: 0.863, green: 0.773, blue: 0.435)
/* Android */
Color.parseColor("#dcc56f")Accessibility — WCAG contrast
Aa
#dcc56f on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcc56f on black: 12.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green77.3%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta10.5%
Yellow49.5%
Key (black)13.7%
Color previews
#dcc56f text on a black background
contrast 12.26:1
Card sample
#dcc56f text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcc56f;
Background color
Panel with #dcc56f background
background-color: #dcc56f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcc56f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 197, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 197, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcc56f; background: linear-gradient(135deg, #dcc56f, #AADC6F);