Glassmorphism Generator
Free online glassmorphism generator tool, no installation required
About Glassmorphism Generator
Produce a glassmorphism card style by combining a translucent background color, optional border, rounded corners, and a backdrop-filter with blur and saturation. The output is a complete snippet of five declarations (background, border, border-radius, backdrop-filter, -webkit-backdrop-filter) previewed live over a fixed multi-stop gradient.
How to Use
1. Pick the Background Color and drag Opacity (0–1 in 0.05 steps) — these together form the rgba() background. 2. Pick a Border Color and set Border Width (0–5px) and Border Radius (0–50px). 3. Set Blur (1–30px) and Saturation (100–200%) for the backdrop-filter. 4. Click Copy to copy the five-line CSS snippet.
Output Snippet
The generated CSS always contains five lines: background: rgba(r, g, b, opacity); border: {width}px solid {color}; border-radius: {radius}px; backdrop-filter: blur({blur}px) saturate({sat}%); and the matching -webkit-backdrop-filter for Safari. The background-color is converted from the hex picker to an rgba() value with the slider's opacity. The preview uses a fixed five-stop gradient and cannot be changed.
▶Why is there no field for the background behind the glass?
▶Does the snippet include the -webkit-backdrop-filter prefix?
▶Why does the preview look plain in Firefox?
▶Can I add a box-shadow to the glass?
If this tool has been helpful to you, consider buying me a coffee.
Buy me a coffee