Back to generator

Paper 2 Box Shadow CSS

A layered paper effect for document-style cards.

box-shadow

Preview Surface

Output

Copy-ready CSS

Pure CSS

box-shadow: 0px 2px 4px -1px rgba(17, 24, 39, 0.14), 0px 14px 28px -20px rgba(17, 24, 39, 0.22);

Tailwind v4

shadow-[0px_2px_4px_-1px_rgb(17_24_39_/_0.14),_0px_14px_28px_-20px_rgb(17_24_39_/_0.22)]
Try it in the generatorOpen encoded state

When to use it

Paper 2 is a subtle box-shadow preset built for quiet interface depth. It uses 2 shadow layers to create a paper effect that is easy to copy into product cards, dashboards, marketing blocks, and small interface surfaces. A layered paper effect for document-style cards. The shadow is intentionally described as plain CSS, so you can paste it into any framework or convert it into a Tailwind arbitrary value without changing the visual result. The effect stays on the outside edge, so it reads as lift rather than a pressed or recessed treatment. Use it when you want a repeatable starting point, then open it in the generator to adjust offset, blur, spread, color, opacity, or stacked layers for your own layout.

Hexpedia

Color reference

Review the shadow color values used by Paper 2 in Hexpedia.

Explore more

More CSS Forge paths

Related

Similar shadows

These presets share tags with Paper 2 and make good nearby alternatives.