Are web-safe colors still relevant?

后端 未结 13 1265
误落风尘
误落风尘 2021-01-30 12:28

Since the vast majority of monitors are 16-bit color or more, including mobile devices, does it make sense to even consider web-safe colors when choosing color schemes? Or is i

13条回答
  •  自闭症患者
    2021-01-30 13:08

    IMHO the point is really moot. Colors that aren't web safe are dithered anyway. It may not look the best in 256-color modes but as long as functional elements of the page/applications are not dependent on those colors it will not disturb the user experience that much.

    Also most users surfing in 256-color modes will be aware of the fact colors will be dithered as I don't think that a lot of sites adhere to the web-safe colorschemes anymore.

提交回复
热议问题