CSS Generator

Glassmorphism Generator

Balance background tint, opacity, blur, saturation, borders, radius, and shadow for practical glass UI.

backdrop-filter

Glass Surface

Controls

Output

Copy-ready CSS

Pure CSS

background: rgba(255, 255, 255, 0.14);
backdrop-filter: blur(18px) saturate(150%);
-webkit-backdrop-filter: blur(18px) saturate(150%);
border: 1px solid rgba(255, 255, 255, 0.28);
border-radius: 24px;
box-shadow: 0 24px 70px -32px rgba(0, 0, 0, 0.28);

Tailwind v4

bg-[rgba(255,255,255,0.14)] backdrop-blur-[18px] backdrop-saturate-[150%] rounded-[24px] border border-[rgba(255,255,255,0.28)] shadow-[0_24px_70px_-32px_rgba(0,0,0,0.28)] 

Presets

Popular Glassmorphism Presets

Start with a tuned pane, then balance opacity and blur against a busy background.

More tools

Continue building CSS effects

Open Gallery