Sổ Tay AI
🪞

CSS Filter Builder (Visual)

Visual builder for CSS filter — blur, brightness, contrast, sepia, hue-rotate, drop-shadow. 8 presets: Vintage / Polaroid / Noir / Instagram-style.

All tools
Presets
Preview
preview
CSS
 

CSS Filter — apply effects to images or elements. GPU-accelerated. Great for gallery effects, Instagram-style filters, hover transitions.

What is CSS Filter?

The CSS filter property applies graphic effects to an element — like Photoshop filters but pure CSS. GPU-accelerated, so it's fast enough to animate on hover/scroll.

9 main filter functions

Combining filters

Filters stack on a single element:

filter: blur(2px) brightness(110%) saturate(150%);

Order MATTERS — blur before brightness gives different results than blur after.

Tips

Related

Related tools

See all tools →