Skip to content
Sahaworks

Glassmorphism Generator

Create frosted-glass (glassmorphism) CSS with live controls for blur, transparency, saturation and border. Copy the CSS instantly — runs in your browser.

Glass card

CSS

.glass {
  background: rgba(255, 255, 255, 0.20);
  backdrop-filter: blur(12px) saturate(130%);
  -webkit-backdrop-filter: blur(12px) saturate(130%);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.30);
  box-shadow: 0 8px 32px rgba(31, 38, 135, 0.2);
}
Advertisement

About this tool

Design frosted-glass (glassmorphism) CSS with live controls for blur, transparency, saturation, radius and border, previewed over a colourful backdrop.

Common use cases

  • Style a translucent card or navigation bar
  • Fine-tune backdrop blur and opacity visually
  • Copy cross-browser glass CSS with the -webkit- prefix

Frequently asked questions