INITIALIZING
Precision · Instant · Private

Box Shadow Generator

Craft the perfect CSS box-shadow with sliders for offset, blur, spread, and color. Preview it live and copy the ready-to-use CSS.

SYSTEM ● ONLINE · LOCAL COMPUTE · ZERO UPLOAD
UNIT // SHADOW.CSSLIVE
30px
Blur
0px
Spread
Advertisement
Quick Answer

How does CSS box-shadow work?

// Answer

The box-shadow property takes the form offset-x offset-y blur spread color. For example, box-shadow: 0 10px 30px 0 rgba(255,34,48,0.5); creates a soft red glow below an element. Add inset to make the shadow appear inside the box.

Why use this tool

Dial it in visually

Shadows add depth and hierarchy, but the values are hard to imagine in your head. Adjust the sliders, watch the preview, and copy precise CSS — including inset shadows for pressed or inner effects.

FAQ

Frequently asked questions

In order: horizontal offset, vertical offset, blur radius, spread radius, and color.
An inset shadow appears inside the element instead of outside, useful for pressed buttons or inner depth.
Yes, CSS supports comma-separated shadows. This tool generates one; you can combine several manually.
Yes, free and in your browser.
Advertisement
More tools

Related tools

Ask AI about this site

Want a quick rundown of FreeCompressConvert and what it offers? Ask your favorite AI assistant — it opens in a new tab with a ready-made prompt.

Copied to clipboard