Color Mixer

Blend two colors together and see every step of the gradient between them, with copyable HEX codes.

Browser extension

Keep RizCraft tools one click away

Open 24 built-in tools from your browser sidebar, use quick actions from the right-click menu, and reach every RizCraft tool without hunting through tabs.

Firefox and Edge versions are coming next. Free to install

Free Online Color Mixer

Pick two colors and this tool blends them together in RGB space, showing every intermediate step from 2 up to 10 stops. It's a quick way to find a midpoint color between a brand's primary and secondary palette, or to build a smooth gradient stop-by-stop.

Click any swatch to copy its HEX code. For variations of a single color instead, try the Color Shades Generator.

Frequently Asked Questions

How does the mixing math work?
Each step linearly interpolates the red, green, and blue channels between Color A and Color B — the same math a CSS gradient uses internally.
Can I get more than 10 steps?
The Steps dropdown caps at 10 to keep swatches readable, but for a true smooth gradient in CSS, just use linear-gradient(Color A, Color B) directly — every browser interpolates that continuously.