Effects
mix-blend-mode to Tailwind
Every blend mode has amix-blend-* utility of the same name.The 18 mappings below are read straight out of Tailwind v4.3.3, not maintained by hand, so this is what the converter will actually produce for mix-blend-mode.
mix-blend-mode values and their classes
| CSS | Tailwind |
|---|---|
| mix-blend-mode: color; | mix-blend-color |
| mix-blend-mode: color-burn; | mix-blend-color-burn |
| mix-blend-mode: color-dodge; | mix-blend-color-dodge |
| mix-blend-mode: darken; | mix-blend-darken |
| mix-blend-mode: difference; | mix-blend-difference |
| mix-blend-mode: exclusion; | mix-blend-exclusion |
| mix-blend-mode: hard-light; | mix-blend-hard-light |
| mix-blend-mode: hue; | mix-blend-hue |
| mix-blend-mode: lighten; | mix-blend-lighten |
| mix-blend-mode: luminosity; | mix-blend-luminosity |
| mix-blend-mode: multiply; | mix-blend-multiply |
| mix-blend-mode: normal; | mix-blend-normal |
| mix-blend-mode: overlay; | mix-blend-overlay |
| mix-blend-mode: plus-darker; | mix-blend-plus-darker |
| mix-blend-mode: plus-lighter; | mix-blend-plus-lighter |
| mix-blend-mode: saturation; | mix-blend-saturation |
| mix-blend-mode: screen; | mix-blend-screen |
| mix-blend-mode: soft-light; | mix-blend-soft-light |
Other effects properties
Converting a whole stylesheet?
Paste it into the converter and get every rule at once, shorthands expanded, media queries turned into breakpoint variants, and the parts that have no Tailwind equivalent flagged rather than dropped.
Open the converter