Color Mixer
Mix two or more colors with RGB, RYB, LAB and OKLCH methods. Get the exact result, color name, WCAG contrast, intermediate steps and send it to the palette generator
Mix multiple colors by adjusting their proportions. You can add up to 5 different colors.
Mixing Method
Popular Presets
Common mixes — click to load
Colors to Mix
Resulting Color
Use as text → white bg
Color Values
Related Colors
Intermediate Steps
Click any step to copy its hex code
Compare Methods
Result of the current mix with each method
Preview
Gradient between colors
Weighted mix
How it works
Mixing colors is a fundamental technique in graphic design, painting and web development. Our tool offers four professional blending methods that produce different results depending on the use case.
Available Blending Methods
RGB Mixing (Additive)
Simulates how light mixes. Combining all primary colors (red, green, blue) produces white. This is the standard method for screens, monitors and web design. Ideal for UI/UX and frontend development.
RYB Mixing (Subtractive)
Based on traditional art primary colors (red, yellow, blue). Simulates physical paint and pigment mixing. Perfect for artists, illustrators and print projects.
CIE LAB Space Mixing
The LAB color space was designed to be perceptually uniform: distances between colors correspond to differences perceived by the human eye. It produces the most natural blends and is ideal for creating smooth gradients and professional color transitions.
OKLCH Mixing (Modern)
OKLCH is the most modern color space, used natively by CSS (color-mix()). It offers advanced chromatic blending that preserves color vibrancy and produces smoother transitions than LAB, especially in blue and purple tones.
Tool Features
- 4 blending methods: RGB, RYB, LAB and OKLCH
- Up to 5 colors with individually adjustable weights
- Popular presets: common mixes with one click (brown, skin tone, neon...)
- Compare methods: visualize the result with all 4 methods side by side
- Color name of the result automatically identified
- WCAG contrast of the result against white and black
- Intermediate steps configurable (3-11 steps) between the first two colors
- Open steps as palette to view the full color scale
- Color values of the result in HEX, RGB and HSL
- Related colors: complementary and analogous of the result
- Send to generator to create a full palette from the mixed color
Practical Use Cases
Case 1: Create intermediate color for gradient
You have blue #3B82F6 and green #10B981. You need an intermediate color for a 3-step gradient.
→ Mix 50/50 in LAB: you get a natural and harmonious turquoise
Case 2: Soften a vibrant color
Your red #EF4444 is too intense for a background.
→ Mix with gray #9CA3AF at 30% to get an elegant muted red
Case 3: Simulate physical paint
You want to know what color you'll get mixing blue and yellow paint.
→ Use RYB mixing: Blue + Yellow = Green (RGB would give cyan, but RYB simulates real pigments)
Case 4: Create realistic skin tones
Mix orange, white and a touch of red with the LAB method to get natural skin tones that look harmonious on any screen.