#dcc85f
a balanced, vivid yellow · cool · closest name: khaki
RGB
220, 200, 95
HSL
50°, 64%, 62%
CMYK
0, 9, 57, 14
Luminance
0.5735
Every format
| HEX | #dcc85f |
| RGB | rgb(220, 200, 95) |
| HSL | hsl(50, 64%, 62%) |
| CMYK | cmyk(0%, 9%, 57%, 14%) |
| LAB | lab(80.4 -5.9 54.1) |
| LCH | lch(80.4 54.5 96.2) |
| OKLCH | oklch(0.829 0.127 98.7) |
Copy-ready code
/* CSS */
color: #dcc85f;
background-color: #dcc85f;
/* Tailwind (arbitrary) */
class="text-[#dcc85f] bg-[#dcc85f]"
/* SCSS */
$brand: #dcc85f;
/* SwiftUI */
Color(red: 0.863, green: 0.784, blue: 0.373)
/* Android */
Color.parseColor("#dcc85f")Accessibility — WCAG contrast
Aa
#dcc85f on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcc85f on black: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green78.4%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta9.1%
Yellow56.8%
Key (black)13.7%
Color previews
#dcc85f text on a black background
contrast 12.47:1
Card sample
#dcc85f text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcc85f;
Background color
Panel with #dcc85f background
background-color: #dcc85f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcc85f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 200, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 200, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcc85f; background: linear-gradient(135deg, #dcc85f, #9DDC5F);