|
|
|
|
|
by kuschku
3277 days ago
|
|
Which is awesome if you have a monitor with 1000 nits or more, as (0,0,0) to (255,255,255) has a blinding contrast on them. The basic issue is that CSS colors are defined in terms of relative brightness of the monitor, and not within of a proper colorspace. Most browsers assume sRGB, but many users don’t even have that. In sRGB, a contrast of (102,102,102) to (255,255,255) is a very pleasant, and perfectly readable contrast. But many users are on shitty 6-bit color depth 100 nits or less displays. |
|