In my current project, we are dealing with designers who work in Adobe RGB and are accustomed to viewing the vibrant colors from that spectrum in Illustrator. However, we are developing an application that will enable them to work in a web browser using a THREE JS 3D workspace.
Our challenge lies in the fact that we have been creating color swatches using CSS background color and applying RGBA to the meshes in THREE, which results in everything being displayed in sRGB. As a result, the designers are expressing dissatisfaction with how the colors appear in the browser.
I am aware that recent versions of Chrome support color management for images, but I have not been able to find any information about controlling color profiles for CSS or Three JS. Is it feasible to adjust the color profiles in these areas, or are we restricted to working with sRGB?