How to Change a Logo Color Online
A dark site footer, and it needs a white logo. Business card printing calls for black. A partner page in someone else's palette asks for the logo in their colors. The task comes up constantly, and a few years ago there was one answer: open Illustrator
, find every node and recolor by hand. Today the same operation fits into a minute, and without a single installed program, right in the browser. The reason lies in the file format itself.
Why only vector can be recolored
The whole ease rests on one property of SVG: in it, color is stored separately from shape. Inside a <path> tag sits an attribute like fill="#005BFF", a separate parameter beside the drawing. Change the value and the fill changes, while lines, curves and proportions stay untouched. You are essentially editing a text file.
PNG is the opposite, and that accounts for the whole difference. In raster, color is baked into every pixel: to turn a blue logo white, you'd repaint thousands of dots while tiptoeing around anti‑aliased edges. That's real work in a graphics editor instead of swapping one value. Hence the simple rule: only SVG recolors easily. If all you have is a PNG, you'll need a vector first; why and how, we covered in SVG or PNG for a logo.
And since color in SVG lives in an ordinary value you can swap, changing it doesn't require a heavy editor. An interface that shows those values and lets you click them is enough.
How to change the color in Trace Logo's
That's exactly how the editor on catalog pages works: it pulls colors straight from the SVG and lets you replace any of them.
- Open the page of the logo you want in the catalog.
- Click the logo to open the editing panel.
- In the "Brand colors" block you see every color used in the SVG, the very same
fillvalues. - Click a color and pick a new one in the HSV picker, or type an exact HEX code if you already know it.
- Download the result as SVG or PNG, or copy ready code to paste on your site.
An important detail removes the fear of ruining something: the edit history supports undo and redo. You can run through five variants and return to the original at any moment; the file in the catalog doesn't change, you work on a copy. And if the logo is multicolor, it has several independent fills: you can recolor one detail and leave the rest, or collapse everything to a single color. That's what decides which tasks take two clicks.
One nuance concerns how you take the result out. A downloaded SVG stores the new colors inside the file, so it's safe to hand to developers or to a print shop. Copied code behaves differently: it goes straight into the HTML markup, and the color there lives on as an ordinary CSS parameter that page styles can override. For dark mode that's convenient, because one mark recolors through a media query with no second file. But if the markup already sets its own fill for nested elements, it will beat the color you chose, and the mark on the page will end up in a shade you never saw in the editor.
Where this is actually needed
What follows are exactly the situations that made you open this article.
- White logo for a dark background. Replace the main color with
#FFFFFF. The standard move for footers, dark headers and dark‑theme slides, the very case from the intro. - Single‑color version. Collapse all colors to one: black for business‑card print, gray for a photo watermark. Fewer colors means cheaper, more predictable printing.
- Logo for T‑shirts and merch. Here a single‑color version is almost always required: multicolor fabric printing is pricier and not always available, so the brand prepares a mono version in advance.
- Favicon or app icon. At tiny sizes a simplified single‑color version reads better than a multicolor one, more in the favicon guide.
- Adapting to a project palette. Fitting a partner's logo to your layout's colors, but only if the brand guideline allows it. We'll return to guidelines below.
Three of the five scenarios need an exact color. And exactness can't be eyeballed.
How to find the exact HEX before recoloring
If you pick a shade visually in the picker, the result almost always misses the brand color slightly, and the gap between "roughly this blue" and an exact #005BFF is obvious, especially next to the original. So when you need a specific brand color, know the HEX in advance.
For the source file the code is already shown in the "Brand colors" block on the logo page, so no hunting is needed. But if the shade comes from a third‑party logo, a screenshot or someone else's design element, you'll have to read it first. How to do that reliably (eyedropper, screenshot, code) is covered in «How to find a logo's exact color». With a HEX in hand, recoloring becomes substituting one value, and missing is no longer possible.
How to check contrast with numbers
An exact code solves the first half of the task. The second half begins where the recolored mark lands on a specific background, and here the eye deceives just as readily as it does when picking a shade.
The thresholds come from the WCAG accessibility standard: large graphics and interface elements need a contrast ratio of at least 3:1 against the background. A logo formally isn't text, but when it carries the company name, legibility obeys the same numbers. Any online contrast calculator checks a pair of colors: enter two HEX values and read the ratio.
A separate difficulty appears on a non‑uniform background. A photo or gradient under the logo gives different contrast at different points, and a mark that reads in the left corner disappears in the right one. The standard solution here is a backing plate: a semi‑transparent panel under the mark or a darkening layer over the whole image. Payment‑system guidelines do exactly this, prescribing which version of the badge goes on which background.
What to do when all you have is a PNG
Everything described so far works on one condition: a vector is at hand. But what usually arrives is a PNG, downloaded off some site long ago, and the question of how to recolor it comes back.
The direct answer: find the SVG first, and turn to the raster only after that search fails. An official vector almost always exists, and retrieving it is faster than wrestling with pixels. Check the brand's page in our catalog, the press kit on the company site and its "Media" section; the full search order is covered in how to download a logo from a website.
When no vector exists anywhere, recoloring a PNG stays possible, though the difficulty depends on the mark. A single‑color logo on a transparent background takes a minute: in any editor you overlay a layer of the needed color in a blend mode that preserves the alpha channel. A mark with gradients, shadows or several colors resists this, because every shade has to be selected separately and the anti‑aliased edges along the contour still keep traces of the old color. In that situation it's cheaper to convert the logo to vector once and work with it afterwards; methods and pitfalls are gathered in how to convert a logo to vector.
Common mistakes
Almost every recoloring problem comes down to two causes: trusting the eye where a code is needed, and ignoring the context the logo lands in.
Visual picking in the picker almost always lands off the brand color. If you need a specific brand shade, type the exact HEX. A couple percent of brightness shows instantly.
When recoloring a logo white or light, check contrast with the background it lands on, especially if the mark ends up on a photo or gradient. Too light a mark on a light background becomes unreadable, and that counts as an accessibility bug.
On some logos, certain details (the ® next to the name, a protected shape element) can't be changed per the brand guideline, even when the editor technically allows it. Here technical freedom hits a legal boundary.
The last mistake leads out of the interface and into the law. It deserves a separate word: the tool will allow everything, while the brand may forbid it.
Technical freedom doesn't override rights
The editor will recolor any logo to any color, that's its job. But most brands publish guidelines that govern palette, minimum clear space, proportions and allowed backgrounds. For official materials (partner pages, press releases, presentations with someone else's logo) check that brand's rules; on the logo page in our catalog we link the guideline when it's published.
Typical restrictions repeat from brand to brand, and knowing them in advance helps. A monochrome version is usually permitted in two variants only: fully black and fully white. Recoloring into an arbitrary color is most often forbidden outright. Inversion (a white mark on the brand background) is allowed almost always, while the brand color on someone else's colored background is allowed almost never. That you can physically make a blue logo white doesn't yet mean the brand permits showing it that way. Where the line runs between "allowed" and "not" with someone else's mark is covered in detail in «Can you use someone else's logo».
What's next
A finished recolored logo doesn't have to be downloaded as a file. Copy the SVG code straight from the editor and paste it into Figma: it lands on the canvas fully vector and editable, as if you'd made it there. From there the mark travels into a website layout, a presentation or merch.
And if the recolored version is needed regularly, save it to the team's shared library; a personal folder won't help here. Otherwise in six months every designer will start recoloring the logo from scratch again and inevitably miss the shade.
In short
Recoloring a logo stopped being a designer's job precisely because SVG stores color as a separate value; you can change it with a click in the browser. But the tool's ease ends where two boundaries begin: accuracy (you need a HEX and a contrast check) and rights (you need the brand's guideline). Keep both in mind and try the color editor on any logo in our catalog.