Find the color between two colors
Need the exact colour halfway between two brand colours, or a blend somewhere in between? This mixer blends Colour A and Colour B at any ratio and gives you the resulting HEX and RGB, with a live preview.
How mixing works
At 0% you get pure A, at 100% pure B, and at 50% the exact midpoint — the average of the two. Mixing #ff0000 and #0000ff equally gives #800080.
Related tools
Generate a whole range from one colour with the shades & tints generator, build a scheme with the palette generator, or convert the result between formats with the color converter.
Mixing is done in RGB (additive, screen-style), which suits digital design. It does not simulate physical paint mixing.
Frequently asked questions
How do you mix two colors?
Blend their red, green and blue values by the mix ratio. At 50% the result is the average of the two colors. This tool does the math and shows the resulting HEX and RGB.
What is the midpoint of two colors?
The midpoint is a 50/50 blend — each channel is the average of the two colors' values. For example, mixing #ff0000 and #0000ff equally gives #800080, a purple.
Does this mix like paint?
It mixes like light on a screen (additive RGB), not like physical paint (subtractive). Screen mixing is what you want for web and digital design.