CSS Backdrop Filter Generator
Create frosted-glass effects with CSS backdrop-filter.
Blur8px
Brightness100%
Contrast100%
Saturate100%
Grayscale0%
Sepia0%
Invert0%
Panel opacity80%
Frosted Glass Panel
backdrop-filter preview
CSS
.glass {
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
background: rgba(255, 255, 255, 0.80);
border: 1px solid rgba(255, 255, 255, 0.3);
border-radius: 12px;
}CSS backdrop-filter
backdrop-filter applies graphical effects to the area behind an element, not the element itself. It is perfect for frosted-glass UI panels, modal overlays, and navigation bars. Always add -webkit-backdrop-filter for Safari support. The element must have a semi-transparent background; otherwise there is nothing to blur through.
Private & free — this tool runs entirely in your browser.
Recommended: Kinsta — Fast managed hosting — up to $500 + 10% recurring.affiliate
Related Design & CSS tools
Color Converter
Convert a color to HEX, RGB, HSL, HSB, and CMYK at once.
HEX to RGB
Convert HEX color codes to RGB / RGBA values.
RGB to HEX
Convert RGB values into HEX color codes.
CSS Box Shadow Generator
Visually design CSS box-shadow with a live preview and code.
CSS Border Radius Generator
Visually craft border-radius with a live preview.
HEX to CMYK
Convert HEX colors to CMYK print values.
CMYK to HEX
Convert CMYK print values to HEX colors.
HEX to HSB
Convert HEX colors to HSB / HSV values.