🍋
Menu
Troubleshooting Beginner 1 min read 262 words

Troubleshooting Image Color Shift After Export

Images that look perfect in your editor but appear different in browsers or after export usually have color profile issues. Learn how to diagnose and fix color shifts.

Key Takeaways

  • Color shift after export manifests in several ways: images appear too saturated, too dull, have a blue or yellow cast, or look dramatically different between your editor and a web browser.
  • The root cause is almost always a color profile mismatch.
  • Always embed the ICC profile in exported files — the slight file size increase (a few KB) prevents color management issues.

Identifying the Problem

Color shift after export manifests in several ways: images appear too saturated, too dull, have a blue or yellow cast, or look dramatically different between your editor and a web browser. The root cause is almost always a color profile mismatch.

Common Causes

Editing in Adobe RGB or ProPhoto RGB and exporting without converting to sRGB causes the most color shifts. Browsers that don't support color management interpret wide-gamut values as sRGB, compressing the gamut and desaturating the image. Another common cause is stripping the ICC profile during export — without a profile, viewers assume sRGB, which may not match the actual color space.

Diagnosis Steps

Open the image in a color-managed application and check the embedded profile. Compare the image in Chrome (color-managed) and an older application (unmanaged). If the image looks correct in Chrome but wrong elsewhere, it has a wide-gamut profile that should be converted to sRGB for web use. If it looks wrong everywhere, the profile may be corrupted or missing.

Fixing Color Shifts

Convert to sRGB before exporting for web use. In Photoshop: Edit > Convert to Profile > sRGB IEC61966-2.1. In GIMP: Image > Mode > Convert to Color Profile. When using command-line tools, ensure the conversion uses relative colorimetric intent to preserve appearance.

Prevention

Set your image editor's default working space to sRGB for web projects. Enable "Convert to sRGB on export" in your export presets. Always embed the ICC profile in exported files — the slight file size increase (a few KB) prevents color management issues.

Outils associés

Formats associés

Guides associés