Turning a white background transparent means telling the software: "every pixel close enough to white becomes invisible." That word *close* is where all the difficulty lives.
How Tolerance Works
The tool measures the color distance between each pixel and your chosen target color, then erases everything under a threshold.
- Tolerance too low: a halo of off-white pixels survives around the subject, showing as a dirty fringe on dark backgrounds.
- Tolerance too high: it starts eating light parts of the subject — white shirts, highlights on glass, blonde hair, product reflections.
Practical approach: raise the tolerance until the background is gone, then look at the subject's *lightest* areas. If they've started to disappear, back off and accept a small fringe you can trim by other means.
What Makes a Photo Suitable
Color keying works when the background is uniform and clearly different from the subject:
- Works well: logos and graphics on flat white, products shot on a lightbox, scanned signatures, screenshots.
- Struggles: white product on white background (no color difference to detect), soft gradient backdrops (studio sweeps get darker toward the edges), busy real-world scenes.
- Fails: anything where the subject *contains* the background color in important places.
If your subject is white on white, the honest answer is that no color-based tool can separate them — you need edge-based selection or an AI segmentation model that understands objects rather than colors.
Shadows and Semi-Transparency
Two things always cause trouble:
- Soft shadows are neither background nor subject. Low tolerance keeps them as grey smudges; high tolerance removes them and the object looks like it's floating. Usually the cleanest option is to remove them entirely and add a new, deliberate shadow later.
- Glass, smoke, hair and motion blur are partially transparent by nature. A binary keep/erase decision can't represent them, which is why cutouts of wine glasses and hair look wrong. Feathering the edge slightly helps blend the transition.
Export Correctly
Transparency only survives in formats with an alpha channel:
- PNG — safe everywhere.
- WebP — same transparency, 60–80% smaller. Preferred for the web.
- JPG — destroys it. The transparent area becomes solid white, which is the classic "I removed the background but it's still there" complaint.
Before publishing, view the result against a dark background. Every fringe, halo and leftover pixel that was invisible on white shows up immediately — and that is exactly what your audience will see when the logo lands on a dark website or a colored slide.