Smart Deals - promotions, discount codes and sales

Blender Colors Hex

Fast, accurate and free online blender colors hex tool running directly in your browser.

Secure (SSL)
Client-Side Processing
100% Free
Instructions
  • 1
    Enter data
    Enter content, paste text or load a file from disk.
  • 2
    Click the button
    The tool will immediately process your data in the browser.
  • 3
    Get the result
    Copy the finished text or save the file to your device.
function runTool() {
  return "Result ready in 0.1s";
}
#FF74A1
Colors in Palette: 9
#FF6B6B
rgb(255 107 107)hsl(0 100% 71%)0%
#FF6D78
rgb(255 109 120)hsl(355 100% 71%)13%
#FF7086
rgb(255 112 134)hsl(351 100% 72%)25%
#FF7293
rgb(255 114 147)hsl(346 100% 72%)38%
#FF74A1
rgb(255 116 161)hsl(341 100% 73%)50%
#FF77AE
rgb(255 119 174)hsl(336 100% 73%)63%
#FF79BB
rgb(255 121 187)hsl(330 100% 74%)75%
#FF7CC9
rgb(255 124 201)hsl(325 100% 74%)88%
#FF7ED6
rgb(255 126 214)hsl(319 100% 75%)100%

Rate this tool:

Related tools

Other tools you may find useful

HEX color blender - mixing colors in RGB, HSL and LAB

HEX color mixing is more than an average of values ​​- the result depends on the color space in which you are mixing. RGB produces different results than HSL or the perceptually uniform LAB space. The tool allows you to mix any colors in the selected space and generates a palette of transitions between them.

HEX color blender CSS color mixing color interpolation HEX color gradient

Mixing color spaces

RGB (Red, Green, Blue): simple arithmetic average of the component values. May produce a gray "mud" when mixing complementary colors. HSL (Hue, Saturation, Lightness): mixing shades on the wheel - more natural, but a problem at 0°/360°. LAB/OKLab: perceptually even - mixed colors look natural, "live" transitions.

Mixing ratio

Ratio 50/50: classic half-mixing. Ratio 30/70: slight shift towards the second color. Multi-stop blend: 3-10 colors with free stop placement (like a CSS gradient). The tool displays a preview of the bar with intermedia colors.

Applications in the project

Generating monochromatic palettes (1 color + white/black). Creating intermediate colors for the hover/active state (blend with 15% black). Harmonization of different branding colors. Palettes for charts (blend between 2-3 base colors). Checking how the colors "look together".

Export results

HEX list: #A1B2C3, #D4E5F6. CSS gradient: linear-gradient(to right, #start, #end). JSON: {stop0: "#hex", stop50: "#hex", stop100: "#hex"}. SCSS variables: $color-blend-1: #hex. Figma Palette: Copy HEX values ​​​​to Figma Color Styles.

FAQ

Why is RGB not an ideal model for mixing?

RGB is an additive model for light emission. Mixing red (#FF0000) with green (#00FF00) gives yellow (#808000) - dull, lifeless. In LAB/OKLab the mixing is perceptually correct - the resulting color appears "vivid" (light yellow instead of dark).

What is OKLab and when to use it?

OKLab (2020, Björn Ottosson) is a perceptually enhanced color space. Colors with the same L (lightness) are subjectively equally light to the human eye. CSS Color Level 4 supports oklch() and oklab(). Recommended for generating palettes and gradients in modern CSS.

How does color mixing work in CSS (color-mix())?

CSS color-mix() (Chrome 111+): color-mix(in oklch, #FF0000 50%, #00FF00). Spaces: srgb, hsl, hwb, lab, oklab, lch, oklch. The tool generates ready-made color-mix() code.

What color is created by mixing black and white?

In RGB: 50% black + 50% white = #808080 (gray). In HSL: same result. But "mixing" 10 steps from black to white = grayscale. For a colored gradient: always mix colors with similar L (lightness).

How to check the contrast of a blended color with the background?

Copy the HEX result and paste into the contrast checker (e.g. "color contrast checker" on this page). WCAG AA requires 4.5:1 for normal text, 3:1 for large text.

Related Tools: Color Contrast Checker, Color Palette Generator and HSL to HEX Converter.

Install Webp.pl Have the tools in your own pocket!