CSS
✨ Effects
CSS Text Shadow Generator
CSS text-shadow adds depth and emphasis to text. This generator lets you control offset, blur, color, and opacity with a live preview.
Controls
2
2
4
#667eea
75
Live Preview
Generated CSS
Adjust parameters above to generate CSS...
How to Use
- Adjust horizontal and vertical offset to position the shadow.
- Set the blur radius for soft or sharp shadow edges.
- Pick a shadow color and adjust opacity for the right effect.
- Copy the generated CSS and paste it into your stylesheet.
How It Works
Text shadows are defined as
text-shadow: offset-x offset-y blur color. Multiple shadows can be stacked with comma-separated values. The blur radius creates a soft edge, and the color supports rgba() for transparency.