Color Mixer

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

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

1. 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.

2. 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.