🪟

Glassmorphism Generator

Create frosted-glass UI effects with backdrop-filter, blur, transparency and border controls. Live preview with dark and light backgrounds. Copy CSS instantly. Free.

🎨 Design & Color Tools Free Browser-based
Tool
Glassmorphism Card
Your beautiful frosted-glass component will look like this on any background.
12
15
16
20

What Is Glassmorphism?

Glassmorphism is a UI design trend that creates the illusion of frosted glass. It uses backdrop-filter: blur() to blur the content behind an element, combined with a semi-transparent background and a subtle border to give depth and hierarchy.

CSS Properties Used

PropertyPurpose
backdrop-filter: blur(Xpx)Blurs everything behind the element
background: rgba(...)Semi-transparent tinted fill
border: 1px solid rgba(...)Subtle glass edge highlight
border-radiusRounds the corners

Browser Support

backdrop-filter is supported in all modern browsers. For Firefox, ensure layout.css.backdrop-filter.enabled is set (it is on by default in recent versions). Always include the -webkit-backdrop-filter prefix for Safari compatibility.

Frequently Asked Questions