#dcc44f
a balanced, vivid yellow · cool · closest name: khaki
RGB
220, 196, 79
HSL
50°, 67%, 59%
CMYK
0, 11, 64, 14
Luminance
0.5526
Every format
| HEX | #dcc44f |
| RGB | rgb(220, 196, 79) |
| HSL | hsl(50, 67%, 59%) |
| CMYK | cmyk(0%, 11%, 64%, 14%) |
| LAB | lab(79.2 -4.9 59.9) |
| LCH | lch(79.2 60.1 94.7) |
| OKLCH | oklch(0.819 0.137 97.6) |
Copy-ready code
/* CSS */
color: #dcc44f;
background-color: #dcc44f;
/* Tailwind (arbitrary) */
class="text-[#dcc44f] bg-[#dcc44f]"
/* SCSS */
$brand: #dcc44f;
/* SwiftUI */
Color(red: 0.863, green: 0.769, blue: 0.310)
/* Android */
Color.parseColor("#dcc44f")Accessibility — WCAG contrast
Aa
#dcc44f on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcc44f on black: 12.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green76.9%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta10.9%
Yellow64.1%
Key (black)13.7%
Color previews
#dcc44f text on a black background
contrast 12.05:1
Card sample
#dcc44f text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcc44f;
Background color
Panel with #dcc44f background
background-color: #dcc44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcc44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 196, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 196, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcc44f; background: linear-gradient(135deg, #dcc44f, #96DC4F);