#dcba0f
a balanced, electric yellow · cool · closest name: gold
RGB
220, 186, 15
HSL
50°, 87%, 46%
CMYK
0, 16, 93, 14
Luminance
0.5037
Every format
| HEX | #dcba0f |
| RGB | rgb(220, 186, 15) |
| HSL | hsl(50, 87%, 46%) |
| CMYK | cmyk(0%, 16%, 93%, 14%) |
| LAB | lab(76.3 -2.0 76.5) |
| LCH | lch(76.3 76.5 91.5) |
| OKLCH | oklch(0.795 0.161 95.5) |
Copy-ready code
/* CSS */
color: #dcba0f;
background-color: #dcba0f;
/* Tailwind (arbitrary) */
class="text-[#dcba0f] bg-[#dcba0f]"
/* SCSS */
$brand: #dcba0f;
/* SwiftUI */
Color(red: 0.863, green: 0.729, blue: 0.059)
/* Android */
Color.parseColor("#dcba0f")Accessibility — WCAG contrast
Aa
#dcba0f on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcba0f on black: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green72.9%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta15.5%
Yellow93.2%
Key (black)13.7%
Color previews
#dcba0f text on a black background
contrast 11.07:1
Card sample
#dcba0f text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcba0f;
Background color
Panel with #dcba0f background
background-color: #dcba0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcba0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 186, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 186, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcba0f; background: linear-gradient(135deg, #dcba0f, #76DC0F);