drop-shadow()
The drop-shadow() function applies a shadow effect to an element.
.element { filter: drop-shadow(#301934 20px 10px 4px); }