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
hue-rotate() or drop-shadow() to the copied CSS.