Dev Tool
CSS Box Shadow Generator
Build CSS box shadows interactively with live preview. Multiple layers, color picker, presets, and one-click copy.
๐จ
CSS Box Shadow Generator
Live preview ยท Multiple layers ยท One-click copy
โกPresets
๐๏ธShadow Controls
25%
Off
๐๏ธLive Preview
Preview
๐ปGenerated CSS
Copy and paste into your stylesheet
box-shadow: 0px 8px 24px -4px rgba(0, 0, 0, 0.25);
๐กBox Shadow Tips
CSS Syntax
box-shadow: [inset] X Y blur spread color;- X/Y โ offset direction
- Blur โ softness (0 = sharp)
- Spread โ size increase/decrease
- inset โ inner shadow
Design Tips
- ๐ฏ Use negative spread with large blur for realistic depth
- ๐ฏ Stack 2โ3 shadows for richer depth (light + dark)
- ๐ฏ Low opacity (0.08โ0.15) looks most natural
- ๐ฏ Neumorphic: combine light + dark with offset in opposite directions
- ๐ฏ Glow effects: spread 0, zero offset, bright saturated color