CSS Text Shadow Generator
Horizontal Offset 2px
Vertical Offset 2px
Blur Radius 4px
Opacity 50%
Sample Text
CSS Output
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.50);
How to Use
- Adjust horizontal and vertical offset to position the shadow.
- Set blur radius for shadow softness.
- Pick a shadow color and adjust opacity.
- Type custom preview text to see how it looks.
- Copy the generated CSS with the copy button.
CSS Text Shadow
The CSS text-shadow property adds shadow effects to text. You can control the horizontal and vertical offset, blur radius, and color of the shadow. It is commonly used for headings, hero text, embossed effects, and improving text readability over images.
Design Tips
- Subtle shadows (1-2px offset, low opacity) add depth without looking dated.
- White text with a dark shadow improves readability on image backgrounds.
- Zero offset with only blur creates a glow effect.
- Negative offsets place the shadow above or to the left of the text.
Privacy
All processing happens in your browser. No data is sent to any server.