Free Online CSS Box Shadow Generator
Create CSS box shadows and text shadows with sliders, presets, colors, inset mode and live preview.
Box Shadow Tool
CSS Code
Controls
Preview
TEST TEXT
Box shadow
Preview card
Presets
How CSS shadows work
box-shadow paints a shadow around an element box. The horizontal and vertical offsets move the shadow, blur softens it, spread expands or shrinks it, and color controls the final tone and alpha.
text-shadow uses a similar idea, but it applies to glyphs instead of the element box. It supports offset, blur and color, but not spread or inset.
Use small shadows for interface depth and stronger shadows only when the element really needs emphasis. Shadows are easy to add; restraint is the part CSS refuses to automate.