Box Shadow Generator

Visual tool to create and preview custom CSS box shadows.

Preview
Result
box-shadow: 10px 10px 20px 0px #00000033;
Settings
10px
10px
20px
0px

Box shadows add depth to elements by creating a shadow effect behind the frame.

About this Tool

The box-shadow CSS property adds shadow effects around an element's frame. You can set multiple effects separated by commas. A box shadow is described by X and Y offsets relative to the element, blur and spread radii, and color.

Frequently Asked Questions