Color & Design
Color Converter
Convert colors between HEX, RGB and HSL with a live preview.
Open toolColor & Design
Dial in a CSS box shadow with live sliders for offset, blur, spread, colour and opacity, then copy the code.
Good to know
It draws the shadow inside the element instead of outside, which is useful for pressed buttons and inset fields.
Yes — copy two values from this tool and separate them with a comma in one box-shadow declaration.
rgba lets you set opacity directly, which is what makes a shadow blend with whatever is behind it.
No. Box shadows are painted outside the box model and never push other elements around.