Skip to main content

CSS Backdrop Filter Generator

Create beautiful glassmorphism effects with CSS backdrop-filter.
Customize blur, brightness, contrast, and more.

Glassmorphism

Preview your effect

10px
100%
100%
0%
100%
80%
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
background: rgba(255, 255, 255, 0.8);

Note: The -webkit-backdrop-filter prefix is included for Safari compatibility. This effect works best on modern browsers (Chrome, Firefox, Safari, Edge).