CSS Box Shadow Generator

Create perfect box shadows with live preview. Adjust offset, blur, spread, and color, then copy the CSS code.

Preview
box-shadow: ...

About the Box Shadow Generator

The CSS box-shadow property adds shadow effects around an element's frame. You can set multiple effects separated by commas, each with offset-x, offset-y, blur-radius, spread-radius, and color values.

CSS Box Shadow Syntax

box-shadow: [inset] offset-x offset-y blur-radius spread-radius color;

Popular Shadow Styles

Use presets to quickly get started, then fine-tune with sliders for the perfect look.

FAQ

What is CSS box-shadow?
Box-shadow is a CSS property that adds shadow effects around an element. You can control offset, blur, spread, and color.
Can I use multiple shadows?
Yes, separate each shadow with a comma. Layered shadows create more realistic depth effects.
How do I make a glow effect?
Set offset-x and offset-y to 0, use a colored shadow with moderate blur and positive spread for a neon glow.
Does this work on all browsers?
Yes, box-shadow is supported in all modern browsers including IE9+.

Related Tools