#dcd74f
a balanced, vivid yellow · cool · closest name: khaki
RGB
220, 215, 79
HSL
58°, 67%, 59%
CMYK
0, 2, 64, 14
Luminance
0.6438
Every format
| HEX | #dcd74f |
| RGB | rgb(220, 215, 79) |
| HSL | hsl(58, 67%, 59%) |
| CMYK | cmyk(0%, 2%, 64%, 14%) |
| LAB | lab(84.2 -14.5 65.2) |
| LCH | lch(84.2 66.8 102.5) |
| OKLCH | oklch(0.859 0.154 107.2) |
Copy-ready code
/* CSS */
color: #dcd74f;
background-color: #dcd74f;
/* Tailwind (arbitrary) */
class="text-[#dcd74f] bg-[#dcd74f]"
/* SCSS */
$brand: #dcd74f;
/* SwiftUI */
Color(red: 0.863, green: 0.843, blue: 0.310)
/* Android */
Color.parseColor("#dcd74f")Accessibility — WCAG contrast
Aa
#dcd74f on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcd74f on black: 13.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green84.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta2.3%
Yellow64.1%
Key (black)13.7%
Color previews
#dcd74f text on a black background
contrast 13.88:1
Card sample
#dcd74f text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcd74f;
Background color
Panel with #dcd74f background
background-color: #dcd74f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcd74f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 215, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 215, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcd74f; background: linear-gradient(135deg, #dcd74f, #83DC4F);