Color Models

Display P3

A wide-gamut color space developed by Apple, offering approximately 25% more colors than sRGB, used in modern displays.

Display P3 is based on the DCI-P3 cinema standard and was adopted by Apple starting with the iMac in 2015. It covers a significantly larger range of colors than sRGB, particularly in the red and green regions, enabling more vivid and lifelike imagery. CSS Color Level 4 supports Display P3 via the color() function, and modern browsers can render P3 colors on compatible displays. When designing for the web, it is best practice to provide both sRGB fallbacks and P3-enhanced colors for users with wide-gamut displays.

Try It Out

Related Articles