Skip to main content
ToolsHub

Color Mixer

Pick two colors and a mix ratio to get the blended hex plus a set of evenly spaced intermediate shades.

Updated

Files never leave your browser
#95639d
Blended color

Blend steps

3b82f6
5978d8
776dbb
95639d
b3597f
d14e62
ef4444

How to use Color Mixer

The color mixer blends two colors and shows you the result plus a smooth gradient of steps between them. Pick two hex colors, drag the mix ratio to weight the blend toward one side, and the tool interpolates their red, green, and blue channels to give you the exact hex of the mixed color. It is perfect for finding an in-between shade, building a palette ramp, or previewing how two brand colors combine — all client-side, with nothing uploaded.

  1. Choose the first color.
  2. Choose the second color.
  3. Drag the mix ratio to weight the blend.
  4. Copy the mixed hex or pick a step from the gradient.

Your data never leaves your device — 100% private processing.

How RGB blending works

Every hex color is really three numbers: the amount of red, green, and blue, each from 0 to 255. To mix two colors, the tool blends each channel independently. At a 50% ratio it takes the average of the two reds, the two greens, and the two blues, then converts the result back to hex. Shifting the ratio toward one color pulls each channel closer to that color’s value. This linear RGB interpolation is fast and predictable, and it matches how gradients are rendered on screen, so the steps you see here are the same ones a CSS gradient would produce between the same two colors.

Mixing #FF0000 and #0000FF
RatioResultDescription
0%#FF0000Pure first color
50%#800080Even blend (purple)
100%#0000FFPure second color

Building palettes with steps

The gradient of steps turns two endpoint colors into a ready-made ramp. This is exactly what you need for sequential data visualizations, hover and active UI states, or a set of harmonious tints and shades. Because the steps are evenly spaced in RGB, each one is a copyable hex value you can drop straight into a stylesheet or design tool. For a lighter palette, mix your base color with white; for a darker one, mix with black; for a two-hue ramp, pick two saturated colors and let the mixer fill in the transitions. It saves the guesswork of eyeballing intermediate shades by hand.

Worked examples

Red + Blue

Inputs: #FF0000 · #0000FF · 50%

Result: #800080

Tint

Inputs: #3366CC · #FFFFFF · 50%

Result: #99B2E5

Weighted

Inputs: #000000 · #FFFFFF · 25%

Result: #404040

Glossary

Hex color
A six-digit code encoding red, green, and blue as pairs of hexadecimal digits.
RGB channel
One of the red, green, or blue components of a color, from 0 to 255.
Interpolation
Calculating intermediate values between two endpoints — here, between two colors.
Tint / shade
A color mixed with white (tint) or black (shade) to lighten or darken it.

Related reading

Free · No spam

Get weekly tool tips & updates

New tools, power-user tips, and productivity hacks — delivered free every Friday.

No spam, ever. Unsubscribe with one click.

Related Color & Design

Explore all Color & Design.