<feDropShadow> Playground

All-in-one drop shadow primitive (SVG 2). Combines blur, offset, and colouring in a single element - no pipeline wiring needed.

Preview

Parameters

Horizontal offset of the shadow. Positive = right, negative = left.
Vertical offset. Positive = down, negative = up.
Blur radius of the shadow. 0 = hard edge, higher = softer, more diffuse.
The colour of the shadow itself.
Shadow transparency. 0 = invisible, 1 = fully opaque.

Generated Code