Why use this tool?
- Preview a layered effect on the text you intend to use.
- Compare decorative presets without assembling comma-separated CSS by hand.
- Copy the finished text-shadow declaration for a stylesheet.
Build layered CSS text shadows for neon, glow, outline, and letterpress effects. Adjust colors, offsets, and blur on a live text preview and copy CSS.
Runs locally in your browser
Drag the marker to place the selected layer.
Saturation 0 percent, brightness 0 percent, hue 0 degrees.
Typeface
Saturation 0 percent, brightness 100 percent, hue 0 degrees.
Saturation 64 percent, brightness 16 percent, hue 222 degrees.
The first layer paints closest to the text.
text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.55);Complete tool guide
Create CSS text-shadow effects with editable layers. Try a soft lift, neon glow, letterpress, outline, or long-shadow preset, then adjust the text, background, offsets, blur, and colors for your heading or label.
Your input is processed in the current browser tab and is not sent to the application server.
Type the text you want to preview and set its size and weight.
Drag inside the offset pad to place the shadow.
Add layers to build a glow, an outline, or a long shadow.
Copy the CSS.
X and Y move a layer horizontally and vertically. Blur softens it. Unlike box-shadow, text-shadow has no spread or inset value.
The same shadow looks different at another font size or on another background. Use representative text and colors for the preview.
Layers are listed in painting order, with the first closest to the viewer. Combine small and large blur radii for a glow.
Start with: The Soft lift preset
text-shadow: 0px 2px 6px rgba(15, 23, 42, 0.3);The declaration changes the shadow only. Keep the text color legible on the final background.
Start with: The Letterpress preset
text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.85);The light shadow suggests a lower edge. This decorative preset requires a separate readability review before use.
A glow is built from blurred layers around the letter shapes. Use it selectively on display text and inspect whether the glyph edges remain clear.
The Outline preset places hard shadows on several sides. It approximates an outline but is not the same as a continuous text stroke.
Decorative effects can obscure letterforms or change the apparent background near them. Test the complete rendered treatment instead of treating the preset name as a readability guarantee.
text-shadow follows the glyphs. box-shadow follows the element’s box. Text shadows do not accept inset or spread.
Offset copies can approximate one, but gaps or uneven thickness may remain around complex glyphs. A text stroke is a different technique.
The text-shadow declaration contains the shadow layers. Apply the surrounding text and background styles separately, or use the available fuller output where appropriate.
Keep working
Continue with another focused tool from the same collection.