Skip to main content

CSS Glassmorphism Generator

Create beautiful frosted glass effects with CSS.
Customize blur, transparency, borders, and shadows.

Glassmorphism Card

This is a preview of the glassmorphism effect. Adjust the controls below to customize the look.

16px
15%
30%
1px
16px
32px
10%
Output Format:
background: rgba(255, 255, 255, 0.15);
backdrop-filter: blur(16px);
-webkit-backdrop-filter: blur(16px);
border: 1px solid rgba(255, 255, 255, 0.3);
border-radius: 16px;
box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);

Note: The backdrop-filter property requires the -webkit-backdrop-filter prefix for Safari support. Both are included in the generated CSS.