Skip to content

CSS Filter Playground

Experiment with blur, brightness, contrast, saturate, and grayscale. Preview on a color box or uploaded image, then copy the filter CSS.

Preview

Example

filter: blur(2px) brightness(110%) contrast(120%) saturate(140%) grayscale(10%);

FAQ

No. Optional images stay in your browser for preview only.
Yes—append functions like hue-rotate() or drop-shadow() to the copied CSS.

CSS Generators