Skip to content
ZeroServer.tools

CSS Box Shadow Generator

Visually design CSS box-shadow with a live preview and code.

Offset X0px
Offset Y10px
Blur25px
Spread-5px
Opacity0.4
Color
CSS
box-shadow: 0px 10px 25px -5px rgba(0, 242, 254, 0.4);

Understanding the box-shadow Property

The CSS box-shadow property takes horizontal and vertical offsets, a blur radius, a spread radius, and a color. Positive offsets push the shadow right and down; spread grows or shrinks the shadow; and the inset keyword draws the shadow inside the element for a pressed-in look. Tune the controls, watch the live preview, and copy production-ready CSS — generated entirely in your browser.

Related Design & CSS tools