Tailwind ToolsNo account required

Tailwind Glassmorphism Generator

Generate glassmorphism Tailwind classes for blur, transparent backgrounds, borders, and radius.

Open the glassmorphism workspace

Tailwind workspace

Use Glassmorphism

Add your input, choose the available settings, and review the result before using it.

Controls

18px
18%
18px
32%

Glass panel

Preview the generated blur, opacity, border, and radius settings.

Tailwind classes
backdrop-blur-[18px] bg-white/[0.18] border border-white/[0.32] rounded-[18px] shadow-lg
CSS
background: rgba(255, 255, 255, 0.18);
backdrop-filter: blur(18px);
border: 1px solid rgba(255, 255, 255, 0.32);
border-radius: 18px;
box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
Simple workflow

How to use Tailwind Glassmorphism Generator

  1. 01

    Add your input

    Enter values, paste content, or choose files in the workspace.

  2. 02

    Choose your settings

    Adjust the available options to match the result you need.

  3. 03

    Review the result

    Check the output before you copy or download it.

Before you use the result

Review generated code and styles in your own project context before using them in production.

Tailwind Glassmorphism Generator questions

Blur, background opacity, border opacity, and radius work together to create the frosted surface.