#dcba4f
a balanced, vivid yellow · cool · closest name: khaki
RGB
220, 186, 79
HSL
46°, 67%, 59%
CMYK
0, 16, 64, 14
Luminance
0.5090
Every format
| HEX | #dcba4f |
| RGB | rgb(220, 186, 79) |
| HSL | hsl(46, 67%, 59%) |
| CMYK | cmyk(0%, 16%, 64%, 14%) |
| LAB | lab(76.6 0.3 57.2) |
| LCH | lch(76.6 57.2 89.7) |
| OKLCH | oklch(0.799 0.130 91.5) |
Copy-ready code
/* CSS */
color: #dcba4f;
background-color: #dcba4f;
/* Tailwind (arbitrary) */
class="text-[#dcba4f] bg-[#dcba4f]"
/* SCSS */
$brand: #dcba4f;
/* SwiftUI */
Color(red: 0.863, green: 0.729, blue: 0.310)
/* Android */
Color.parseColor("#dcba4f")Accessibility — WCAG contrast
Aa
#dcba4f on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcba4f on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green72.9%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta15.5%
Yellow64.1%
Key (black)13.7%
Color previews
#dcba4f text on a black background
contrast 11.18:1
Card sample
#dcba4f text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcba4f;
Background color
Panel with #dcba4f background
background-color: #dcba4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcba4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 186, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 186, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcba4f; background: linear-gradient(135deg, #dcba4f, #A0DC4F);