CSS Box Shadow Builder
CSS Box Shadow Builder generates box-shadow CSS rules with a visual editor — sliders for x and y offset, blur radius, spread radius, and color. Add multiple shadow layers and copy the complete box-shadow property value ready to paste into your CSS or Tailwind config. The live preview updates as you drag. Runs entirely in your browser.
Related: CSS Gradient GeneratorColorPreview
Your files and inputs stay in your browser — nothing is uploaded or stored.
Shadow Layers
Preview colors
box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.25);
To use in Tailwind: add boxShadow to your tailwind.config or use the [box-shadow:...] arbitrary value syntax.