CSS Filter Playground

Tune blur, brightness, contrast, and more with a live preview.

Works Offline
Privacy First
No Login
No API

Filters

Preview

Generated CSS

About the CSS Filter Playground

Experiment with all standard CSS filter functions — blur, brightness, contrast, grayscale, hue-rotate, invert, saturate, sepia, and opacity — combined into a single filter value. Preview live and copy the generated CSS.

Examples

Grayscale + blur

grayscale 100 / blur 4

Output

filter: blur(4px) grayscale(100%);

Related tools

Frequently asked questions

Version 1.0.0 · Updated 2026-08-07 · Runs entirely in your browser