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

Share this tool