#dcdb4f
a balanced, vivid yellow · cool · closest name: khaki
RGB
220, 219, 79
HSL
60°, 67%, 59%
CMYK
0, 1, 64, 14
Luminance
0.6644
Every format
| HEX | #dcdb4f |
| RGB | rgb(220, 219, 79) |
| HSL | hsl(60, 67%, 59%) |
| CMYK | cmyk(0%, 1%, 64%, 14%) |
| LAB | lab(85.2 -16.5 66.3) |
| LCH | lch(85.2 68.3 104.0) |
| OKLCH | oklch(0.867 0.158 108.9) |
Copy-ready code
/* CSS */
color: #dcdb4f;
background-color: #dcdb4f;
/* Tailwind (arbitrary) */
class="text-[#dcdb4f] bg-[#dcdb4f]"
/* SCSS */
$brand: #dcdb4f;
/* SwiftUI */
Color(red: 0.863, green: 0.859, blue: 0.310)
/* Android */
Color.parseColor("#dcdb4f")Accessibility — WCAG contrast
Aa
#dcdb4f on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcdb4f on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green85.9%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow64.1%
Key (black)13.7%
Color previews
#dcdb4f text on a black background
contrast 14.29:1
Card sample
#dcdb4f text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcdb4f;
Background color
Panel with #dcdb4f background
background-color: #dcdb4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcdb4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 219, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 219, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcdb4f; background: linear-gradient(135deg, #dcdb4f, #7FDC4F);