CSS Shadow Generator
Build a CSS box-shadow or text-shadow value with a live preview.
Related tools
How it works
- 1
Pick box shadow or text shadow
Each has slightly different options.
- 2
Adjust offset, blur and color
See the live preview update instantly.
- 3
Copy the CSS
A ready-to-paste box-shadow or text-shadow property.
FAQ
- What is the difference between box-shadow and text-shadow?
- box-shadow applies to an element's box (and supports spread and inset); text-shadow applies only to the text glyphs themselves and does not support spread or inset.
- Does this tool send my input anywhere?
- No - the CSS is generated entirely in your browser.