CSS Filter Generator
Drag the sliders to stack CSS filter effects on the preview. Only the effects you change show up in the output, and the CSS works on any element, not just images.
filter: none;Drag the sliders to stack CSS filter effects on the preview. Only the effects you change show up in the output, and the CSS works on any element, not just images.
filter: none;Each slider maps to one CSS filter function. Move blur to soften, push brightness or contrast above 100% to boost them, or drop them below to dim. Grayscale, sepia, and invert run from 0 to 100%, hue-rotate spins the colors around the wheel, and saturate controls how vivid things look. The preview shows the combined result on both a gradient and text, and the CSS output skips any effect left at its default so you ship a clean rule.
CSS applies filter functions left to right, so the order can change the result - blur then brightness looks different from brightness then blur. This tool emits them in a consistent order and only includes the ones you've changed. The same filter property works on images, backgrounds, text, and any other element, which makes it handy well beyond photo effects.