CSS Box Shadow Generator

🔒ブラウザ内処理

Adjust shadows with sliders and copy the CSS in one click. Multiple layers and inset supported. Runs entirely in your browser.

Presets

Shadow layers

X0px
Y4px
Blur6px
Spread0px
Opacity7%
Color
X0px
Y2px
Blur4px
Spread0px
Opacity5%
Color

Preview

CSS

box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.07), 0px 2px 4px 0px rgba(0, 0, 0, 0.05);

よくある質問

Is my data sent to a server?
No. All box-shadow calculations happen entirely in your browser.
How many layers can I add?
Up to 10 layers. A minimum of 1 layer is required.
What is inset?
With inset enabled, the shadow is drawn inside the element instead of outside. Use it for pressed/sunken looks and inner glows.
What is Neumorphism?
A design style where elements appear extruded from the background material. It combines two shadows — one light, one dark — to create the effect.