Which CSS blend modes does this tool support?
All standard mix-blend-mode keywords: normal, multiply, screen, overlay, darken, lighten, color-dodge, color-burn, hard-light, soft-light, difference, exclusion, hue, saturation, color, and luminosity. Pick from the visual grid with live preview on your image.
Can I blend two images together online?
No—this tool previews a CSS color or gradient overlay on one photo (mix-blend-mode), not pixel-level merging of two separate images like Canva or PineTools image blenders. Upload one image, tune the overlay, then download PNG or copy CSS. For shaped masks or filters on the image itself, try Clip-Path Generator or CSS Filter Generator.
Does the downloaded PNG match the preview?
Yes—the PNG export captures the same CSS mix-blend-mode compositing as the live preview in your browser. Upload the image file directly for best results; remote URLs may fall back to a canvas export if cross-origin rules block capture.
Can I export a flattened PNG from the preview?
Yes—click Download PNG to save a composited image using the same overlay color, opacity, and blend mode as the preview. Export runs locally in your browser; uploaded images are not sent to a server. For production sites, still prefer CSS overlays when you need editable, responsive heroes.
What is the difference between mix-blend-mode and background-blend-mode?
mix-blend-mode blends a separate overlay element (or any element) with pixels behind it—typical for a div on top of an img. background-blend-mode blends multiple background layers (images, gradients) within one element. Use mix-blend-mode when you have a sibling overlay; use background-blend-mode when stacking backgrounds on a single box.
What opacity should I use on photo overlays?
Most hero and card overlays work between 35% and 55% opacity. Multiply and darken modes need less opacity than screen or soft-light. Always check text contrast on top of the blended result, not only the raw photo.
Does mix-blend-mode work in all browsers?
All modern evergreen browsers support mix-blend-mode. For legacy support, provide a fallback: a semi-transparent overlay without blend still tints the image. Use @supports (mix-blend-mode: overlay) to layer enhanced effects when available.
How do I use the output in Tailwind CSS?
Copy the generated className string—it includes arbitrary background color, opacity, and mix-blend-{mode} utilities. Ensure the overlay is absolute inset-0 inside a relative parent, matching the plain CSS block.
Is this image blend mode tool free?
Yes—completely free with no usage limits. Copy CSS as often as you need; everything runs locally in your browser.