Skip to content

Free CSS tool

CSS Box-Shadow Generator

Stack shadow layers, tune the offset, blur and spread of each one, and copy a single box-shadow declaration that carries them all.

Preview

Preview backdrop
20px

Selected layer

0px
1px
2px
0px
0.16

Layers

The first layer in the list paints on top. For natural depth, place a wide, soft layer underneath a tight, sharp one.

Presets

Generated CSS

.shadow {
  box-shadow:
    0px 1px 2px 0px rgba(0, 0, 0, 0.16),
    0px 12px 32px -6px rgba(0, 0, 0, 0.35);
}