colorSpace

The colorSpace property of the HTMLInputElement interface reflects the element's colorspace attribute, which indicates whether the color space of the serialized CSS color is sRGB (the default) or display-p3. It is only relevant to color controls.

MDN Reference