ToolFlip

CSS Box Shadow Generator

Create and preview CSS box-shadow values with live sliders for offset, blur, spread, color, and opacity.

box-shadow: 0px 8px 24px -4px rgba(15, 23, 42, 0.25);
Ad · 728×90

Frequently Asked Questions

What do the box-shadow values mean?

In order: horizontal offset, vertical offset, blur radius, spread radius, and color. Negative spread shrinks the shadow; inset draws it inside the element.

How do I make a soft, modern shadow?

Use a small vertical offset, a large blur, a slightly negative spread, and low opacity — for example 0px 8px 24px -4px at 25% opacity.

Can I layer multiple shadows?

Yes. CSS accepts comma-separated shadow lists. Generate each layer here and combine them in one box-shadow declaration.

More free tools