Skip to main content

Free Remove White Background – Make Solid Colours Transparent

Remove White Background turns a solid or white backdrop transparent by colour-key in your browser. Use the eyedropper and tolerance to clean logos, product-on-white shots and scanned signatures, no upload.

Written & reviewed by Helperzy Editorial Team · Updated July 2026

Drop an image or browse

JPG, PNG, WebP — up to 10MB

Private Instant
100% Private
Live Preview
Colour-key · Transparent PNG

How to Use Remove White Background

1

Load Your Image

Choose a logo, product photo, or scanned signature from your device. The image is processed entirely in your browser, so nothing is uploaded to a server and your file stays private during the whole process.

2

Pick The Key Colour

Use the eyedropper to click the actual background colour rather than assuming pure white, then adjust the tolerance slider so near-matching pixels and any JPEG halos are included in the removal.

3

Export A Transparent PNG

Check the checkerboard preview to confirm the background is gone and edges look smooth, then download the result as a PNG so the transparent alpha channel is preserved for layering elsewhere.

How Colour-Key White Background Removal Works

Remove White Background takes an image with a solid, even backdrop — usually white — and turns that backdrop transparent, leaving just the subject on a clear alpha channel. It is the right tool for logos, product-on-white photos, clip art, and scanned signatures, where the background is a single flat colour rather than a busy scene. This is deliberately different from AI background removal, which uses a trained model to guess where a complex subject ends. Here the logic is simple, predictable, and fast: you tell it which colour is the background, and it makes every pixel close to that colour disappear. For flat backgrounds that direct approach is often cleaner and more controllable than a model. The technique is called colour-key, and it is built on a distance measurement. Every pixel is a point in colour space defined by its red, green, and blue values, and so is the key colour you pick for the background. The tool measures the straight-line Euclidean distance between each pixel and that key colour — the square root of the summed squared differences of the three channels. Pixels within your tolerance distance are treated as background and made fully transparent. Pixels well beyond it are kept fully opaque as the subject. The clever part is the band in between: within a feather range just past the tolerance, the alpha value ramps smoothly from transparent to opaque instead of snapping, which softens the cut-out edge so it does not look jagged or harshly outlined against whatever you place it on. Two controls make it work in practice. An eyedropper lets you click the exact background colour in your image rather than assuming pure white, which matters because scans and photos are rarely perfectly white. The tolerance slider then sets how far from that colour still counts as background: a low tolerance removes only pixels almost identical to the key, while a higher tolerance also catches near-matches. A checkerboard pattern shows through the transparent areas in the preview, which is the standard way to display transparency, so you can see exactly what has been erased before you export. The result is saved as a PNG, because PNG supports the alpha channel that stores which pixels are transparent; a JPEG would flatten it back to a solid colour. A worked example highlights a real subtlety. Suppose you have a company logo saved as a JPEG on a white background. JPEG compression does not keep edges perfectly clean — it leaves faint off-white halos and colour fringing around the logo. If you set the tolerance too low, those slightly-grey halo pixels survive and you get an ugly ring around the shape. The fix is to raise the tolerance to somewhere around 20 to 30, so the near-white halo pixels fall inside the removal band and vanish along with the true background, while the feather ramp keeps the logo edge smooth. A clean PNG logo with sharp edges, by contrast, needs only a low tolerance because there are no compression artefacts to mop up. The everyday uses are focused and practical. Designers pull a logo off its white sheet so it can sit on any coloured header or business card. Sellers isolate a product photographed on a white sweep so it drops neatly onto a marketplace listing. People digitising paperwork turn a scanned signature into a transparent PNG they can overlay onto contracts and forms. A few tips get the best cut: always use the eyedropper on the actual background rather than guessing, nudge the tolerance up gradually for JPEG sources with halos, and lean on the feather band to keep edges natural. Remember this tool is for flat backgrounds — a subject sitting on a detailed scene needs the AI remover instead. And because every step runs in your browser, your image is never uploaded, never stored, and is cleared the moment you close the tab.

Remove White Background Formula & Method

For each pixel the tool computes the Euclidean RGB distance from the chosen key colour, d = √((R−Rk)² + (G−Gk)² + (B−Bk)²). Within the tolerance the pixel becomes fully transparent; within a feather band just past it, alpha ramps smoothly from transparent to opaque; beyond that it stays opaque. Output is PNG to preserve the alpha channel.

Examples: Remove White Background

Input

Company logo saved as JPEG on white, tolerance ~25

Result

Clean transparent PNG with off-white compression halos removed

JPEG leaves near-white fringing, so a tolerance around 20-30 pulls those halo pixels into the removal band while the feather keeps the edge smooth.

Input

Clean PNG logo with sharp edges, low tolerance

Result

Transparent PNG with crisp edges preserved

With no compression artefacts to clean up, a low tolerance removes only the true white background without eroding the logo edge.

Input

Scanned signature on off-white paper, eyedropper on the paper

Result

Transparent PNG signature ready to overlay on a contract

Picking the actual paper colour with the eyedropper keys out the real background rather than assuming pure white, isolating the ink.

Frequently Asked Questions – Remove White Background

This tool uses colour-key, which removes pixels close to a background colour you choose. It is ideal for flat, solid backgrounds like logos, product-on-white shots, and scanned signatures. AI background removal uses a trained model to separate complex subjects from busy scenes, which colour-key cannot handle but which is overkill for a plain backdrop.