P3 / sRGB testing page.

P3 is a wider color gamut than sRGB: it has up to 35% more colors, but not all screens are able to display them. Below are some examples of P3 exclusive colors (expressed with the oklch() syntax) along with theire traditionnal RGB/Hex fallback.

On a non-P3 device, both left and right will display the same color. On a P3 capable device (like Apple iPhoneâ„¢, for instance), the colors on the left hand side of each row should be much more vivid. Those are a few of the colors covered by P3, but not sRGB.

oklch(100% 0.212 179)
#00FFFF
oklch(96% 0.4 108)
#FFF900
oklch(96% 0.4 137)
#17FF00
oklch(96% 0.4 46)
#FF5000
oklch(100% 0.4 0)
#FF20F4