#dcdf5c
a balanced, vivid yellow · cool · closest name: khaki
RGB
220, 223, 92
HSL
61°, 67%, 62%
CMYK
1, 0, 59, 13
Luminance
0.6876
Every format
| HEX | #dcdf5c |
| RGB | rgb(220, 223, 92) |
| HSL | hsl(61, 67%, 62%) |
| CMYK | cmyk(1%, 0%, 59%, 13%) |
| LAB | lab(86.4 -17.6 62.2) |
| LCH | lch(86.4 64.6 105.8) |
| OKLCH | oklch(0.877 0.152 110.4) |
Copy-ready code
/* CSS */
color: #dcdf5c;
background-color: #dcdf5c;
/* Tailwind (arbitrary) */
class="text-[#dcdf5c] bg-[#dcdf5c]"
/* SCSS */
$brand: #dcdf5c;
/* SwiftUI */
Color(red: 0.863, green: 0.875, blue: 0.361)
/* Android */
Color.parseColor("#dcdf5c")Accessibility — WCAG contrast
Aa
#dcdf5c on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcdf5c on black: 14.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green87.5%
Blue36.1%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow58.7%
Key (black)12.5%
Color previews
#dcdf5c text on a black background
contrast 14.75:1
Card sample
#dcdf5c text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcdf5c;
Background color
Panel with #dcdf5c background
background-color: #dcdf5c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcdf5c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 223, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 223, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcdf5c; background: linear-gradient(135deg, #dcdf5c, #85DF5C);