Text Shadow Generator
Move the shadow with the offset sliders, soften it with blur, and pick a color. Copy the CSS when it looks right.
text-shadow: 2px 2px 4px #00000066;Move the shadow with the offset sliders, soften it with blur, and pick a color. Copy the CSS when it looks right.
text-shadow: 2px 2px 4px #00000066;Set the horizontal and vertical offset to move the shadow, and raise the blur to soften it. Pick a shadow color (alpha included for transparency) and a text color, then type your own words into the sample field. The preview updates live, so you can read the exact result at the font size you'll ship before copying the CSS.
The CSS text-shadow property lists the horizontal offset, vertical offset, blur radius, and color, in that order. Positive offsets push the shadow right and down, negative ones go left and up. A blur of 0 keeps a hard edge. You can stack several shadows by separating them with commas, which is how outlines and neon glows are built.