#dcd855
a balanced, vivid yellow · cool · closest name: khaki
RGB
220, 216, 85
HSL
58°, 66%, 60%
CMYK
0, 2, 61, 14
Luminance
0.6498
Every format
| HEX | #dcd855 |
| RGB | rgb(220, 216, 85) |
| HSL | hsl(58, 66%, 60%) |
| CMYK | cmyk(0%, 2%, 61%, 14%) |
| LAB | lab(84.5 -14.6 63.1) |
| LCH | lch(84.5 64.7 103.1) |
| OKLCH | oklch(0.861 0.151 107.5) |
Copy-ready code
/* CSS */
color: #dcd855;
background-color: #dcd855;
/* Tailwind (arbitrary) */
class="text-[#dcd855] bg-[#dcd855]"
/* SCSS */
$brand: #dcd855;
/* SwiftUI */
Color(red: 0.863, green: 0.847, blue: 0.333)
/* Android */
Color.parseColor("#dcd855")Accessibility — WCAG contrast
Aa
#dcd855 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcd855 on black: 14.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green84.7%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta1.8%
Yellow61.4%
Key (black)13.7%
Color previews
#dcd855 text on a black background
contrast 14.00:1
Card sample
#dcd855 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcd855;
Background color
Panel with #dcd855 background
background-color: #dcd855;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcd855;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 216, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 216, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcd855; background: linear-gradient(135deg, #dcd855, #86DC55);