CSS Box Shadow Generator
Design a CSS box shadow visually, preview it live and copy the finished declaration.
box-shadow: 0px 12px 28px 0px rgba(15, 23, 42, 0.24);
It creates a standard box-shadow declaration using pixel offsets and an RGBA colour.
Yes. Enable Use an inset shadow to add the inset keyword to the generated declaration.
RGBA keeps the chosen colour and opacity together so the copied declaration is ready to paste.
No. The preview and CSS are generated directly in your browser.