vdesignu.

Tools menu

View all categories

Free tool

Glassmorphism Generator

Generate the popular frosted glass effect using backdrop-filter and transparency.

#glassmorphism #glasseffect #frostedglass #backdropfilter
GLASS UI
16px
background: rgba(255, 255, 255, 0.5);
backdrop-filter: blur(16px) saturate(180%);
-webkit-backdrop-filter: blur(16px) saturate(180%);
border: 1px solid rgba(255, 255, 255, 0.3);

How to use this tool

Follow these steps to get the most out of the Glassmorphism Generator.

01

Adjust blur and transparency.

02

Change background color.

03

Copy the glass effect CSS.

The guide

GLASS UI
16px
background: rgba(255, 255, 255, 0.5);
backdrop-filter: blur(16px) saturate(180%);
-webkit-backdrop-filter: blur(16px) saturate(180%);
border: 1px solid rgba(255, 255, 255, 0.3);

The Frosted Glass Effect

Glassmorphism is a popular UI trend that creates a sense of hierarchy by mimicking translucent materials. It relies heavily on the backdrop-filter CSS property.

Key Characteristics

  1. Translucency: Using background blur (backdrop-filter: blur()) to allow background elements to be visible but distinct.
  2. Vivid Colors: Often paired with colorful, floating shapes in the background to emphasize the transparency.
  3. Light Borders: A subtle semi-transparent white border mimics a glass edge.

Browser Support

This effect works in all modern browsers. We include the -webkit- prefix in the generated code to ensure maximum compatibility with Safari and iOS devices.

More in CSS & UI Tools

Related tools