Color Management for Web Images: sRGB vs Display P3 Explained
Have you ever edited a photo on your Mac, uploaded it to your website, and found the colors looked dull and washed out? That is a color space mismatch. Your Mac display uses Display P3 (a wide-gamut color space), but most web browsers and devices interpret images as sRGB by default. When a P3 image is displayed without color management, the browser applies the wrong color profile and the vibrant reds and greens turn muddy. Understanding color spaces is essential for anyone publishing images on the web.
sRGB is the standard color space for the web, created by HP and Microsoft in 1996. It covers about 35% of the visible color spectrum — enough for most natural scenes but visibly limited for saturated reds, greens, and blues. Every web browser, mobile device, and monitor supports sRGB. If you want your image to look the same everywhere, export it as sRGB. This is why Amazon, eBay, and most e-commerce platforms require sRGB for product images.
Display P3 is a wider color space developed by Apple, covering about 50% of the visible spectrum — roughly 25% more colors than sRGB. The extra range is most noticeable in deep reds, vibrant greens, and sunset oranges. All modern Apple devices (iPhone, iPad, Mac) use P3 displays. However, most Windows laptops, Android phones, and external monitors are still sRGB-only. A P3 image viewed on an sRGB display will appear desaturated unless properly converted.
The safest workflow for web images is: work in a wide color space (P3 or Adobe RGB) during editing to preserve color information, then export a copy converted to sRGB for web use. This ensures everyone sees consistent colors regardless of their device. Most image editors (Photoshop, Affinity Photo, GIMP) have a 'Convert to sRGB' option in the export dialog. Online tools can also strip or convert color profiles — upload your image to https://www.iamuu.com/image/convert/ and convert to JPG with the sRGB profile embedded.
You can check an image's color profile using browser DevTools or image metadata viewers. In the macOS Finder, Get Info on an image file shows the color profile under 'More Info'. In Chrome DevTools, the Application panel shows color space information for loaded images. If you find an image has a P3 or Adobe RGB profile, re-export it as sRGB before publishing — or use https://www.iamuu.com/image/ to batch convert the color space.
For websites that want to serve P3 images to capable displays while falling back to sRGB, the <picture> element with media queries can help — but this is complex and rarely worth the effort for most sites. The practical reality is that over 70% of web traffic comes from sRGB-only devices. Unless you are building a photography portfolio targeting Apple users specifically, export everything as sRGB. The consistency benefit outweighs the color range loss.
Color management also matters for PDF documents. If you embed P3 or Adobe RGB images in a PDF, they may print with incorrect colors or display oddly in PDF viewers. Most print services expect CMYK or sRGB. Use https://www.iamuu.com/pdf/compress/ to optimize PDFs containing images — the compression process helps normalize color profiles across embedded images, reducing the chance of color surprises during printing.
The bottom line: sRGB for the web, sRGB for social media, sRGB for e-commerce. Use wider color spaces like P3 only during the editing phase, and always export a separate sRGB version for online use. A few extra seconds in your export workflow prevents hours of troubleshooting mysterious color shifts later.