#dcd85f
a balanced, vivid yellow · cool · closest name: khaki
RGB
220, 216, 95
HSL
58°, 64%, 62%
CMYK
0, 2, 57, 14
Luminance
0.6515
Every format
| HEX | #dcd85f |
| RGB | rgb(220, 216, 95) |
| HSL | hsl(58, 64%, 62%) |
| CMYK | cmyk(0%, 2%, 57%, 14%) |
| LAB | lab(84.6 -13.9 58.9) |
| LCH | lch(84.6 60.5 103.3) |
| OKLCH | oklch(0.862 0.142 107.3) |
Copy-ready code
/* CSS */
color: #dcd85f;
background-color: #dcd85f;
/* Tailwind (arbitrary) */
class="text-[#dcd85f] bg-[#dcd85f]"
/* SCSS */
$brand: #dcd85f;
/* SwiftUI */
Color(red: 0.863, green: 0.847, blue: 0.373)
/* Android */
Color.parseColor("#dcd85f")Accessibility — WCAG contrast
Aa
#dcd85f on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcd85f on black: 14.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green84.7%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta1.8%
Yellow56.8%
Key (black)13.7%
Color previews
#dcd85f text on a black background
contrast 14.03:1
Card sample
#dcd85f text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcd85f;
Background color
Panel with #dcd85f background
background-color: #dcd85f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcd85f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 216, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 216, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcd85f; background: linear-gradient(135deg, #dcd85f, #8DDC5F);