CSS Box Shadow Generator
Generate complex CSS box shadows visually with a live preview. Stack multiple shadows, adjust colors, and copy the CSS output.
Stack multiple box-shadows on a single element with a visual preview — drag handles for offset, sliders for blur and spread, colour pickers with alpha for layered drop shadows. Reproduces the kind of soft, multi-shadow elevation system that design libraries like Material and Tailwind use. Useful for shipping a polished card without wrestling with CSS in DevTools. The CSS is composed in your tab; no shadow recipe gets reported.
Shadow 1
CSS Output
box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.20);
Preview
Next steps
CSS Gradient Generator
RecommendedCreate linear, radial, and conic CSS gradients visually — copy the CSS output.
Color Palette Generator
RecommendedPull a beautiful color palette from any image — export as CSS or JSON.
Code Formatter
Make messy code readable — beautify or minify JS, HTML, CSS, YAML, and SQL.
Text Diff
Paste two texts and instantly see what changed between them.
CSS Box Shadow Generator
Common Use Cases
Material Design elevation
Build the four-tier elevation set (resting, raised, modal, dialog) with two-layer shadow stacks that match Material's spec.
Card hover lift
Generate a slightly larger shadow for the :hover state and animate transform: translateY(-2px) to imply the card lifting toward the user.
Neon glow buttons
Stack a colored shadow with high blur and 0px offset to create a soft chromatic glow around action buttons.
Input field depth
Use a small inset shadow at the top of an input to suggest a recessed, fillable area, mimicking native macOS form controls.