CSS Filter Generator
Create CSS filter effects with a live preview. Adjust blur, brightness, contrast, grayscale, hue rotation, saturation, sepia, and more — then copy the ready-to-use CSS.
Presets
Blur0px
Brightness100%
Contrast100%
Grayscale0%
Hue Rotate0deg
Invert0%
Opacity100%
Saturate100%
Sepia0%
Preview image URL (optional)
filter: none;
CSS filter property
The CSS filter property applies graphical effects like blur or color shifting to elements. Multiple filters can be combined — order matters, as they are applied left to right. Works on images, backgrounds, and any HTML element.
How to Use
Create CSS filter effects with a live preview. Adjust blur, brightness, contrast, grayscale, hue rotation, saturation, sepia, and more — then copy the ready-to-use CSS.
- 1Start with a preset to see what's possible: Grayscale turns the image black and white, Vintage adds warmth and reduces contrast, Dramatic boosts contrast for a punchy look. Presets are a quick starting point — every slider is still adjustable afterward.
- 2Fine-tune individual filters with the sliders. Brightness and contrast together control overall exposure. Saturate adds or reduces color intensity — useful for making a dull photo pop without changing any other property. Hue-rotate shifts all colors around the wheel by a given number of degrees.
- 3Paste a URL to any image you want to preview in the image URL field. The default demo image is a landscape photo — swap it with your own image URL to see how the filters actually look on the content you're styling.
- 4When you're happy with the result, click Copy to get the CSS line. Paste it directly into your stylesheet. Apply it to an img element, a div with a background-image, or any other element. The filter applies to the element and all its children.
Key Features
- Live preview — see filter changes in real time without refreshing or re-applying
- 9 filter controls — blur, brightness, contrast, grayscale, hue-rotate, invert, opacity, saturate, sepia
- Quick presets — 9 one-click starting points including Grayscale, Vintage, Dramatic, Cool, and Warm
- Custom image URL — preview filters on your own images, not just the demo photo