Images

Image Has Wrong Colors After Converting

Colors look washed out, shifted, or completely different after converting an image from one format to another.

Last updated

Why Colors Change After Converting

Cause 1: Color Profile Mismatch (Most Common)

Images can embed an ICC color profile — a description of the color space the image uses. Common profiles:

  • sRGB — the standard for screens and web
  • Adobe RGB — wider gamut, used in professional photography
  • CMYK — used for print

When a conversion tool does not correctly handle an embedded Adobe RGB or CMYK profile, it renders the colors incorrectly — typically producing a washed-out or overly saturated result.

Fix: Convert using a tool that handles ICC profiles. If colors are washed out after JPG conversion, the source was likely in Adobe RGB and was stripped to sRGB without proper conversion.

Cause 2: PNG Transparency Becoming Wrong Color

When converting a PNG with transparency to JPG, the transparent areas become a solid fill — usually white, but sometimes black or another default depending on the tool.

If the image has a semi-transparent shadow or glow effect, those become solid blocks of the fill color.

Fix: Use a conversion tool that lets you specify the background fill color. White is usually correct. If the design has a specific background color, match it before converting.

Cause 3: Gamma Correction Issues

Some older conversion tools apply gamma correction incorrectly, making the image appear lighter or darker than the original.

Fix: Use a modern conversion tool. Our PNG to JPG and WebP Converter handle gamma correctly.

Advertisement

How to Verify Colors Are Correct

  1. Open both the original and converted file side-by-side
  2. At 100% zoom, compare a neutral grey area — it should be neutral grey in both
  3. Check skin tones if the image contains people — they are the most visible indicator of color shift
  4. Check highlight and shadow areas — they should retain detail, not clip to pure white or black

Prevention

  • Keep images in sRGB for any web or screen use — convert from Adobe RGB to sRGB in your editor before exporting
  • Use CMYK only for print-destined files, never for web
  • Always compare original and output at 100% zoom after any format conversion

Frequently asked questions

Why do my image colors look washed out after converting from PNG to JPG?

This is caused by an Adobe RGB or ProPhoto RGB color profile in the source PNG. When the conversion tool strips the profile without converting to sRGB, the colors appear desaturated. Fix: convert the image to sRGB in your image editor before exporting, then convert the format.

Why does my image look different on different screens after conversion?

Different screens have different color profiles and calibration. If your image was in a wide-gamut color space (Adobe RGB), screens that don't support it will render it differently. Converting to sRGB before exporting makes the image look consistent across all standard screens.

How do I check if an image has an embedded color profile?

Right-click the image → Properties → Details (Windows) and look for "Color representation." On macOS, open in Preview → Tools → Inspector → Image Info. In Photoshop or GIMP, check Image → Mode and the image color space settings.