Back to generator

Layered Card Box Shadow CSS

A multi-layer card shadow with clear ambient depth.

box-shadow

Preview Surface

Output

Copy-ready CSS

Pure CSS

box-shadow: 0px 1px 2px 0px rgba(15, 23, 42, 0.14), 0px 14px 28px -18px rgba(15, 23, 42, 0.28), 0px 32px 64px -42px rgba(15, 23, 42, 0.28);

Tailwind v4

shadow-[0px_1px_2px_0px_rgb(15_23_42_/_0.14),_0px_14px_28px_-18px_rgb(15_23_42_/_0.28),_0px_32px_64px_-42px_rgb(15_23_42_/_0.28)]
Try it in the generatorOpen encoded state

When to use it

Layered Card is a layered box-shadow preset built for multi-step elevation. It uses 3 shadow layers to create a card effect that is easy to copy into product cards, dashboards, marketing blocks, and small interface surfaces. A multi-layer card shadow with clear ambient depth. 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 Layered Card in Hexpedia.

Explore more

More CSS Forge paths

Related

Similar shadows

These presets share tags with Layered Card and make good nearby alternatives.