CSS Blend Mode Previewer

Pick two colors and a blend mode to see the resulting effect and get the CSS.

CSS blend modes control how an element's colors mix with whatever is behind it, similar to blend modes in a photo editing program — but the exact visual result of each mode is hard to predict without seeing it applied.

Pick a base color, an overlay color, and a blend mode, and this tool renders the actual visual result live using the real mix-blend-mode CSS property, so you see exactly how it looks before using it in a project.

This is useful for designers exploring color overlay effects for images or gradients, or developers who want to see a specific blend mode's actual output rather than guessing from a written description.

Because everything runs locally in your browser, results appear instantly and nothing you type or upload is ever sent to a server.

Bookmark this page if you expect to use this tool regularly — it loads fast and behaves the same way every time, with no account needed.

This kind of task shows up constantly in everyday writing, coding, design, and admin work, which is exactly why a dedicated, focused tool saves so much back-and-forth.

A tool that does one job well, without a cluttered interface or unrelated features competing for attention, tends to be faster to use than a heavier all-in-one app.

If you find yourself needing this conversion or calculation often, keeping this page open in a tab is usually faster than digging through a bigger software suite's menus.

Because there's no sign-up or installation step, you can jump straight from search result to working tool in a couple of seconds.

Frequently asked questions

What's the difference between multiply and screen?

Multiply always darkens the result (like stacking transparent colored films), while screen always lightens it (like overlapping colored lights) — they're roughly inverse effects.

Do blend modes work on images too, not just solid colors?

Yes, mix-blend-mode works the same way on any element including images; this tool uses solid colors for a clearer, simpler preview of each mode's effect.