Skip to content
ZeroServer.tools

CSS Blend Mode Generator

Preview mix-blend-mode and background-blend-mode effects.

Live preview
CSS
mix-blend-mode: multiply;

Blending layers in CSS

Blend modes control how an element's colors mix with what's behind it — the same math Photoshop uses. mix-blend-mode blends an element with the elements beneath it, while background-blend-mode blends an element's own background layers. Modes like multiply darken, screen lightens, and overlay boosts contrast. Drag the colors to explore, then copy the value. Runs locally in your browser.

Related Design & CSS tools