Text Shadow Generator

Add shadows to text with full control over offset, blur, and color.

Controls

H Offset2px
V Offset2px
Blur4px
Color
Opacity80%

Live Preview

CodeSmash

Generated Code

.element {
  text-shadow: 2px 2px 4px rgba(59, 130, 246, 0.80);
}