ToolBark
Color & Design

Color Mixer

Blend any two colors at your chosen ratio — instantly.

Quick Presets

Color Inputs

Color A#FF4500
Color B#FFD700
A50% / 50%B
Pure A50 / 50Pure B

Mixed Color

#FF8E0050% A + 50% B
HEX#FF8E00
RGBrgb(255, 142, 0)
HSLhsl(33, 100%, 50%)
Red255
Green142
Blue0

How mixing works: Each RGB channel is linearly interpolated independently. At 50/50, each channel is averaged. The result is identical to what CSS color-mix() produces in the sRGB color space.

About

The Color Mixer lets you blend any two colors at a precise ratio and instantly see the result. Enter hex codes or use the color picker, drag the mix slider, and get the output in HEX, RGB, and HSL formats — ready to copy straight into your CSS or design tool. Perfect for designers, developers, and anyone working with color palettes.

FAQ
How does color mixing work?+

Each RGB channel (red, green, blue) is linearly interpolated between the two input colors at the chosen ratio. This is the same method CSS color-mix() uses in the sRGB color space, producing smooth, accurate in-between shades.

Can I mix colors in percentages other than 50/50?+

Yes. Drag the mix ratio slider anywhere from 0% to 100%, or click the quick-ratio buttons (25:75, 50:50, 75:25, etc.). A ratio of 0% gives you pure Color A, and 100% gives you pure Color B.

What color formats does the tool output?+

The mixed color is shown in HEX (#RRGGBB), RGB (rgb(r, g, b)), and HSL (hsl(h, s%, l%)) formats. A copy button lets you grab all three values at once.

Do I need to install anything?+

No. The Color Mixer runs entirely in your browser with no downloads, sign-ups, or software required. It works on any modern device.

Related tools