← Back to Tools

CSS Box Shadow Generator

Shadow Properties

Live Preview

Preview Box

Generated CSS

box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
Advertisement 📢 Sponsored Content

About CSS Box Shadow Generator

Visual CSS box-shadow generator with real-time preview and code generation. Create beautiful shadow effects for your web elements with adjustable parameters for offset, blur, spread, and color.

Shadow Presets

Frequently Asked Questions

What is box-shadow?

Box-shadow is a CSS property that adds shadow effects around an element's frame. It can create depth and visual hierarchy in web design.

What's the difference between inset and outset shadows?

Outset shadows (default) appear outside the element, while inset shadows appear inside the element, creating a recessed or sunken effect.

How do I create multiple shadows?

You can add multiple shadows by separating them with commas in CSS: box-shadow: 0 2px 4px rgba(0,0,0,0.1), 0 8px 16px rgba(0,0,0,0.1);

What do the offset values do?

Horizontal offset moves the shadow left (negative) or right (positive). Vertical offset moves it up (negative) or down (positive).