Skip to main content
remove-bg.io remove-bg.io

Instant Background Color Changer

Replace the background of any image with a specific colour — your brand's hex value, a Pantone PMS callout, a Material Design 3 swatch, or a marketplace-required RGB triplet. The picker accepts 6-digit hex, 8-digit hex with alpha, RGB(A), HSL, and named CSS colours; the cutout pipeline writes anti-aliased edges against the new colour so there is no white halo where the previous background used to live.

Try It Now - Free

Why brand teams pick this over the generic background colour tools

1

Hex, RGB, HSL, and named CSS colour input

Type the colour you actually need rather than picking by eye from a swatch wheel. The input box accepts #6750A4 (Material Design 3 Primary 40), rgb(10, 102, 194) (LinkedIn brand blue #0A66C2), hsl(231, 48%, 48%) (Indigo 600 from the older Material palette), or even the named keyword rebeccapurple. The renderer pins the chosen colour to its exact sRGB triplet on export, so the JPEG you download contains the same hex you typed — not a JPEG-compressed approximation that drifts by a few values per channel.

2

Edge anti-aliasing against the new colour, not against white

Common bug in cheap background-colour changers: the cutout was rendered against a white backdrop, then the colour was filled in behind it, leaving a thin white halo at every edge pixel. This pipeline renders the cutout edge directly against the chosen colour, so a red background gets red anti-aliased edge pixels and a navy background gets navy anti-aliased edge pixels. Visible test: a portrait against #0A2540 corporate navy looks clean at 100% zoom, no white fringe around hair.

3

Brand-system presets — Material 3, iOS HIG, common Pantone PMS

The picker side-bar ships a starter palette of Material Design 3 baseline tokens (Primary 40 #6750A4, Secondary 40 #625B71, Tertiary 40 #7D5260), iOS Human Interface Guidelines system colours (Blue #007AFF, Indigo #5856D6, Purple #AF52DE), and the most-frequently-asked Pantone PMS conversions (PMS 286 corporate blue ≈ #0033A0, PMS 199 RED ≈ #D50032, PMS Cool Gray 11 ≈ #4D4F53). All values render in sRGB; for true Pantone print accuracy see FAQ q5.

How to change a background to an exact brand colour

1

Drop in the source image

JPG, PNG, WebP, or HEIC — the cutout step runs identically on all four. Phone shots, studio shots, headshots, product shots, and screenshots all work. If the source already has a transparent PNG background, the colour fill skips the cutout step and writes the colour straight into the alpha-zero pixels — no quality loss from re-cutting.

2

Type or paste the exact colour value

Open the colour panel, paste a 6-digit hex (#0A66C2 LinkedIn blue, #FF9900 Amazon orange, #1DA1F2 the legacy Twitter blue), or pick from the Material Design 3 / iOS / Pantone preset row. The preview updates live so you can see the cutout against the new colour before download. If the colour came from a brand-guide PDF, copy the hex string directly — the picker normalises 3-digit hex (#06C → #0066CC) and accepts both upper and lower case.

3

Export PNG-24 or sRGB JPEG

PNG-24 preserves the colour exactly (lossless, the file you download decodes to the same RGB triplet you saw). JPEG re-encodes at quality 0.92 in sRGB — the colour you see on the export is within ±1 sRGB unit per channel of the input hex. For marketplace listings that mandate JPEG (Amazon, Etsy primary slots), pick JPEG; for design-system source files where the colour must be byte-identical, pick PNG-24.

Where an exact-colour background fill is the only correct answer

Brand-consistent headshot grids for About / Team pages

A Series-B startup's About page wants every team headshot against the brand's primary purple (#6750A4 Material 3 Primary 40 is a common pick for tech brands). Photoshop's pen-tool cutout plus a fill layer is the manual route; this tool collapses both into one preset that runs on every headshot in the grid — same hex value, same edge treatment, same export size, no per-photo drift across the grid.

Marketplace listings outside Amazon's pure-white rule

Etsy's secondary slots, Shopify product galleries, BigCommerce, WooCommerce, and Wildberries' secondary cards all permit non-white backgrounds. Brand-coloured backgrounds (#FF9900 Amazon orange behind a Prime-branded accessory, #FF6900 Etsy's brand orange behind a craft listing, #5A31F4 Wildberries purple behind a fashion SKU) lift in-feed click-through without violating any platform rule. See `/amazon-product-photos/` for the pure-white main-image rule and `/wildberries-product-photos/` for Wildberries-specific spec.

ID and visa photos against country-specific background colours

Many government photo specs require a specific non-white background. UK passport photos require light grey or cream. Schengen visa photos require light grey RGB ≈ (220, 220, 220). Most US passport photos require pure white but the Mexican CURP photo accepts off-white. China visa photos require white. Korea's resident registration photo requires white. Type the spec'd hex value into the picker, drop in the headshot, export. See also `/white-background/` for the pure-white preset and `/red-background/` for ID photos requiring red backgrounds.

Design-system source assets in Figma, Sketch, Penpot

When a design system documents a component on a coloured background (a card on Surface Variant #E7E0EC, a button on Primary Container #EADDFF), the screenshot or component capture needs the exact background colour for design-system documentation. The colour-picker workflow here is faster than re-rendering in the design tool, and the output PNG-24 carries the byte-exact RGB triplet that the design-system docs reference.

Background colour replacement, anchored to real brand colour systems

Most teams arriving at a background-colour changer already know the colour they need — the question is how to apply it cleanly to an existing photo. The colour usually comes from a brand-system reference: Material Design 3 (the open palette Google ships with `Primary 40`, `Secondary 40`, `Tertiary 40` baseline tokens, e.g. #6750A4 / #625B71 / #7D5260 in the default theme), iOS Human Interface Guidelines (Apple's system colours like Blue #007AFF, Indigo #5856D6, Purple #AF52DE, Red #FF3B30 — documented at developer.apple.com/design/human-interface-guidelines/color), Pantone Matching System (the print-and-textile colour reference where PMS 286 ≈ #0033A0 corporate blue and PMS 199 RED ≈ #D50032 are the two most-cited corporate identities), RAL Classic (the European industrial colour standard used by automotive, manufacturing, and architecture brands), or Federal Standard 595 (the US government / military / aerospace colour standard, e.g. FS 35044 deep navy used on US Navy aircraft markings). Each system gives you a single canonical reference — a hex value, a PMS number, a RAL code — that the picker here accepts and renders as an exact sRGB triplet on the exported file.

The technical step that separates a clean colour swap from a halo-fringed one is where the edge anti-aliasing happens. A cheap pipeline cuts the subject out against a white background, then composites the chosen colour behind the cutout — the result is an edge with white anti-alias pixels that no amount of colour-fill can cover, visible as a thin white outline at 100% zoom against any non-white backdrop. The right pipeline renders the cutout edge directly against the destination colour: the segmentation mask carries 8-bit alpha values per pixel, and the compositor multiplies alpha against the new colour before writing the final RGB. The visible difference is dramatic on dark backdrops — a portrait against #0A2540 corporate navy looks clean at 100% zoom on the right pipeline and shows a halo on the wrong one. This editor renders the alpha multiplication directly against the chosen colour, so you can swap to any hex and the edges stay sharp without manual cleanup. For the white-only case where pure white is mandated (Amazon main image, US passport photo, school yearbook), the dedicated `/white-background/` preset is faster; for any non-white target, this is the right slug.

Why a colour-system-aware tool beats a generic colour picker

পেশাদার ব্র্যান্ডিং ও ভিজ্যুয়াল যোগাযোগের জন্য রঙ সঙ্গতি অত্যন্ত গুরুত্বপূর্ণ। ব্যাকগ্রাউন্ড রঙ নিয়ন্ত্রণ করে, আপনি নিশ্চিত করেন আপনার সব ছবি ব্র্যান্ড নির্দেশিকা মেনে চলে, সমন্বিত পণ্য ক্যাটালগ তৈরি করে, এবং সমস্ত ভিজ্যুয়াল কন্টেন্টে পেশাদার মান বজায় রাখে। আমাদের টুল এই অপরিহার্য কাজটি দ্রুত ও সহজ করে, জটিল ফটো এডিটিং সফটওয়্যার বা প্রযুক্তিগত দক্ষতার প্রয়োজন বাদ দেয়। আপনি ই-কমার্স লিস্টিং পরিচালনা করুন, সোশ্যাল মিডিয়া কন্টেন্ট বা কর্পোরেট সামগ্রী — তাৎক্ষণিক রঙ পরিবর্তন পেশাদার সঙ্গতি বজায় রাখতে সাহায্য করে যা ব্র্যান্ড স্বীকৃতি ও বিশ্বাস গড়ে তোলে।

Background colour changer FAQ

How do I match my brand colour exactly — hex, RGB, or Pantone?
Hex and RGB are the same thing in two notations — #0A66C2 and rgb(10, 102, 194) round-trip identically through the sRGB colour space, and either is what you want for any web-destined asset (LinkedIn brand colour in this example). The picker accepts 6-digit hex (#0A66C2), 3-digit hex (#06C → #0066CC), 8-digit hex with alpha (#0A66C2FF), rgb() / rgba(), hsl() / hsla(), and named CSS colours (rebeccapurple, cornflowerblue). For Pantone Matching System (PMS) values, type the closest sRGB approximation — PMS 286 corporate blue ≈ #0033A0, PMS 199 RED ≈ #D50032, PMS Cool Gray 11 ≈ #4D4F53. Pantone publishes the official sRGB conversions in the Pantone Connect tool; the values approximate because PMS is a print-ink reference and sRGB is a screen-display reference — they overlap but don't perfectly align. For RAL Classic (European industrial standard), Federal Standard 595 (US military), or Munsell, look up the official sRGB conversion at the colour-system's authority and paste that hex.
What is the difference between this tool and `/white-background/` or `/corporate-blue-background/`?
Honest concession: when you already know which colour you want and that colour is a common preset, the dedicated slug is faster. `/white-background/` ships pure RGB 255/255/255 pre-selected and tuned for the marketplace-mandated case (Amazon main image, US passport photo, eBay primary slot). `/corporate-blue-background/` ships a curated palette of corporate-recognised navy / royal-blue values (#0A2540 corporate navy, #0033A0 PMS 286 approximation, #1E3A8A Tailwind Blue 900) for headshots and About-page asset workflows. This page (`/change-background-color/`) is the right pick when (a) the colour is not in the curated preset list, (b) you have a specific brand hex value, (c) you're matching a Material Design 3 / iOS / Pantone token that doesn't have its own slug, or (d) you want to compare several colours side-by-side before committing. All three pages run on the same cutout pipeline, so the edge quality is identical — the difference is colour selection ergonomics.
Amazon requires RGB 255/255/255 for the main image — how do I confirm my white is exactly that?
Amazon's main-image rule (documented at sellercentral.amazon.com under Image Standards, verified 2026-05-09) requires the background to be pure white at RGB 255, 255, 255 — not 254, 254, 254 and not 255, 254, 252. The picker here pins the colour to the exact triplet you type, so entering #FFFFFF or rgb(255, 255, 255) ships pure white. Verify on the export by opening the JPEG in any image-inspector tool (macOS Preview's Tools > Show Inspector, the Windows Photos info panel, or any web tool like RGBPicker) and sampling a corner pixel — it should read 255, 255, 255 with no drift. Common drift causes: (1) saving as JPEG at quality below 0.85 introduces ringing artefacts that make the corner pixel read as 254 or 253; this tool defaults to quality 0.92 to stay above that threshold. (2) sRGB profile mismatch — some cameras embed AdobeRGB or DisplayP3 profiles that render `pure white` differently when re-interpreted; the export here normalises to sRGB. For the dedicated Amazon workflow, see `/amazon-product-photos/` which adds the 85% frame-fill rule and the 2000×2000 export size on top of the pure-white background.

Open the background colour editor

Free, in-browser, account-free. Hex, RGB, HSL, named CSS colours, and Material 3 / iOS / Pantone presets — the colour you type is the colour that ships, byte-exact in sRGB.

Start Using Tool

Quick reference: Instant Background Color Changer