Filter Effects

CSS filter real-time preview & tuning

Aa Bb Cc 123
0px
1
1
0
0deg
0
1
1
0
Generated CSS
filter: none;

CSS Filter Guide

Filter Functions

  • blur() — Gaussian blur, unit px
  • brightness() — Brightness, 1 is original
  • contrast() — Contrast, 1 is original
  • grayscale() — Grayscale, 0-1
  • hue-rotate() — Hue rotation, unit deg
  • invert() — Invert, 0-1
  • opacity() — Opacity, 0-1
  • saturate() — Saturation, 1 is original
  • sepia() — Sepia filter, 0-1

Usage Tips

  • Multiple filters can be combined
  • Filter order affects the final result
  • Can be animated with transition
  • backdrop-filter can blur the background