Skip to content

Box Shadow Generator - CSS Shadow Playground

100% LocalMedia

Visual CSS box-shadow generator: sliders for offset/blur/spread/opacity, live preview, one-click copy. Custom colors and inset support.

This tool runs entirely in your browser. Open DevTools → Network panel and search your input — it appears in no request.

FAQ

Comma-separate them: box-shadow: 0 1px 2px rgba(0,0,0,.1), 0 8px 24px rgba(0,0,0,.15); — layering creates depth. This tool emits one layer; combine manually.

Inner shadow — drawn inside the element; common for input focus or pressed states. Toggle it to compare.

Three usual causes: opacity 0, blur and offset both 0, or clipped by a parent with overflow hidden. Increase blur to diagnose.

Related Tools

Related Articles

Advertisement