Glassmorphism Generator

Design the perfect frosted glass look for your UI.

Glass Settings

12px
0.15
0.3
16px
💎

Glass Card

Subtitle text here

This is how your content looks inside the glass effect. Adjust transparency and blur to ensure readability.

CSS Output
Auto-generated
background: rgba(255, 255, 255, 0.15);
box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
border-radius: 16px;
border: 1px solid rgba(255, 255, 255, 0.3);