#dcc76f
a balanced, vivid yellow · cool · closest name: khaki
RGB
220, 199, 111
HSL
48°, 61%, 65%
CMYK
0, 10, 50, 14
Luminance
0.5721
Every format
| HEX | #dcc76f |
| RGB | rgb(220, 199, 111) |
| HSL | hsl(48, 61%, 65%) |
| CMYK | cmyk(0%, 10%, 50%, 14%) |
| LAB | lab(80.3 -4.0 46.4) |
| LCH | lch(80.3 46.6 95.0) |
| OKLCH | oklch(0.829 0.111 96.3) |
Copy-ready code
/* CSS */
color: #dcc76f;
background-color: #dcc76f;
/* Tailwind (arbitrary) */
class="text-[#dcc76f] bg-[#dcc76f]"
/* SCSS */
$brand: #dcc76f;
/* SwiftUI */
Color(red: 0.863, green: 0.780, blue: 0.435)
/* Android */
Color.parseColor("#dcc76f")Accessibility — WCAG contrast
Aa
#dcc76f on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcc76f on black: 12.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green78.0%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta9.5%
Yellow49.5%
Key (black)13.7%
Color previews
#dcc76f text on a black background
contrast 12.44:1
Card sample
#dcc76f text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcc76f;
Background color
Panel with #dcc76f background
background-color: #dcc76f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcc76f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 199, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 199, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcc76f; background: linear-gradient(135deg, #dcc76f, #A8DC6F);