Design

Color mixer

Blend two colors and get the steps between them.

50/50 mix: #808080

Click any band to copy its hex. Blended in your browser.

How it works

1

Pick two colors

Choose a start and end color.

2

Set the steps

Choose how many intermediate colors to generate between them.

3

Copy the blend

Copy any step’s value for your gradient, chart or theme.

Frequent questions

What can I use the blended steps for?
Even color ramps are handy for data-visualisation scales, gradient stops, and generating consistent hover or shade variants between two brand colors.
How are the in-between colors calculated?
By interpolating evenly between the two colors, so each step is a proportional mix of the start and end.