Create shadow effects for your website boxes and copy the CSS.
Loading tool...
The Box Shadow Generator creates layered CSS `box-shadow` styles with visual controls for horizontal offset, vertical offset, blur radius, spread radius, color, opacity, and inset shadows.
Generates standard CSS `box-shadow` declarations supporting single and multi-layered shadows (`box-shadow: x y blur spread color, ...`). Multi-layered shadows create smooth, realistic depth by blending subtle ambient light with sharp directional shadows.
Layer 1: 0 4px 6px -1px rgba(0,0,0,0.1), Layer 2: 0 2px 4px -2px rgba(0,0,0,0.1)box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);Combines a broad soft ambient blur with a tighter direct shadow for realistic material depth.
CSS supports multiple shadows by separating them with commas. You can generate multiple shadows using our tool and manually combine them in your stylesheet.
Modern browsers no longer require vendor prefixes (like -webkit-) for box-shadow, so our tool outputs clean, standard CSS for maximum efficiency.
Absolutely. Neumorphism heavily relies on dual box shadows (one light, one dark). You can use this tool to perfect the exact offset and blur values needed.