backdrop-filter Blurs the background behind the element
Developer Design Utility
Glassmorphism Generator
Create glass-style Glassmorphism CSS by adjusting opacity, backdrop blur, border, radius, shadow, and preview the result in real time.
Glassmorphism Settings
Adjust background color, opacity, blur, saturation, border, and shadow values to create your desired glass effect.
Base background color of the glass card. White is suitable for classic Glass UI, while colors work well for accent cards.
Check transparent glass texture and blur effects in real time.
Recommended Presets
Quickly apply glassmorphism combinations commonly used for cards, banners, modals, and dark background UI.
Basic Glass UI
Color Glass UI
Special Styles
Generated Result
Use the code below in CSS files, component styles, or inline styles.
Select settings, then click the Generate CSS Code button.
Help
What is Glassmorphism?
Glassmorphism is a UI style that creates a glass-like surface using a translucent background, blur, subtle border, and shadow. It is often used for cards, modals, banners, dashboards, profile boxes, and overlay panels.
How to Use
- Adjust glass color, background opacity, backdrop blur, and saturation.
- Tune border opacity, radius, shadow, and padding to shape the card depth.
- Check the glass texture and text readability over the preview background.
- Generate the CSS code, then copy the result or download it as a CSS file.
What should I do if the glass effect is not visible enough?
Place a gradient or image with visible color contrast behind the card. Increasing the blur value and border opacity can also make the glass effect more noticeable.
How can I improve text readability?
Increase background opacity or use a darker text color. Very transparent glass cards can look attractive, but they may reduce readability in real interfaces.
Does backdrop-filter work in every browser?
Most modern browsers support it, but some environments may have limitations. Including -webkit-backdrop-filter together is recommended.