box-shadow
Preview Surface
Output
Copy-ready CSS
Pure CSS
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.22), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);Tailwind v4
shadow-[0px_1px_2px_0px_rgb(0_0_0_/_0.22),_0px_1px_3px_0px_rgb(0_0_0_/_0.12)]When to use it
Elevation 1 is a material box-shadow preset built for systematic elevation. It uses 2 shadow layers to create a elevation effect that is easy to copy into product cards, dashboards, marketing blocks, and small interface surfaces. A compact material-style shadow for small controls. 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.
Explore more
More CSS Forge paths
Related
Similar shadows
These presets share tags with Elevation 1 and make good nearby alternatives.
Elevation 2
A low material elevation for raised cards.
Elevation 3
A confident material surface shadow.
Elevation 4
A medium material shadow for layered panels.
Elevation 6
A stronger elevation for popovers and dropdowns.
Elevation 8
A clear foreground shadow for floating widgets.