#dcd44f
a balanced, vivid yellow · cool · closest name: khaki
RGB
220, 212, 79
HSL
57°, 67%, 59%
CMYK
0, 4, 64, 14
Luminance
0.6287
Every format
| HEX | #dcd44f |
| RGB | rgb(220, 212, 79) |
| HSL | hsl(57, 67%, 59%) |
| CMYK | cmyk(0%, 4%, 64%, 14%) |
| LAB | lab(83.4 -13.0 64.4) |
| LCH | lch(83.4 65.7 101.4) |
| OKLCH | oklch(0.852 0.151 105.9) |
Copy-ready code
/* CSS */
color: #dcd44f;
background-color: #dcd44f;
/* Tailwind (arbitrary) */
class="text-[#dcd44f] bg-[#dcd44f]"
/* SCSS */
$brand: #dcd44f;
/* SwiftUI */
Color(red: 0.863, green: 0.831, blue: 0.310)
/* Android */
Color.parseColor("#dcd44f")Accessibility — WCAG contrast
Aa
#dcd44f on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcd44f on black: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green83.1%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow64.1%
Key (black)13.7%
Color previews
#dcd44f text on a black background
contrast 13.57:1
Card sample
#dcd44f text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcd44f;
Background color
Panel with #dcd44f background
background-color: #dcd44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcd44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 212, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 212, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcd44f; background: linear-gradient(135deg, #dcd44f, #86DC4F);