Skip to content

Blend Modes ​

Utilities for controlling how an element should blend with the background.

Class NameCSS Equivalent
blend-normalmix-blend-mode: normal;
blend-multiplymix-blend-mode: multiply;
blend-screenmix-blend-mode: screen;
blend-overlaymix-blend-mode: overlay;
blend-darkenmix-blend-mode: darken;
blend-lightenmix-blend-mode: lighten;
blend-color-dodgemix-blend-mode: color-dodge;
blend-color-burnmix-blend-mode: color-burn;
blend-hard-lightmix-blend-mode: hard-light;
blend-soft-lightmix-blend-mode: soft-light;
blend-differencemix-blend-mode: difference;
blend-exclusionmix-blend-mode: exclusion;
blend-huemix-blend-mode: hue;
blend-saturationmix-blend-mode: saturation;
blend-colormix-blend-mode: color;
blend-luminositymix-blend-mode: luminosity;
blend-plus-lightermix-blend-mode: plus-lighter;

Setting an element’s blend mode ​

Use the blend-{mode} utilities to control how an element’s content should be blended with the background.

.blend-normal
.blend-multiply
.blend-screen
.blend-overlay
.blend-darken
.blend-lighten
.blend-color-dodge
.blend-color-burn
.blend-hard-light
.blend-soft-light
.blend-difference
.blend-exclusion
.blend-hue
.blend-saturation
.blend-color
.blend-luminosity
.blend-plus-lighter
html
<div class="[...] border-primary border-opacity-medium"></div>