by 9o1d on 12/3/24, 1:29 AM with 9 comments
I will make a tour into history to better understand the question. In 1990, I had a ZX Spectrum computer. It was called that because it was color, and the previous model was black and white. The computer had 8 colors, and also had a high-brightness mode, which gave 8 more colors. This palette was similar to GCI and used 4-bit RGBI palette.
You can find the CGI palette and it says that white (also called light gray) has the code #AAAAAA , and high-brightness white (HI) has the code #FFFFFF .
If you look at the source code of a web page, many sites have a background with the code #FFFFFF , that is, high brightness. In fact, the background color code should be #AAAAAA .
I propose to organize a community to explain to page authors that they cannot use the color #FFFFFF as a background, and to reduce the relevance of bright pages to search engines.
by solardev on 12/3/24, 4:59 AM
Black and white may be jarring, but it's easier to turn down the brightness than to have to use a custom stylesheet just to make grey-on-grey more readable.
by PaulHoule on 12/3/24, 1:36 AM
It could get a lot worse in the HDR age where the screen has an ability, limited in time and space, to get super bright and you might have to play a video (not an image or web page glyph) to get at the ability.
by sfmz on 12/3/24, 1:33 AM
by hollerith on 12/3/24, 5:10 AM
For apps made by Apple, like Settings or Mail.app, the dominant background colors are white and light gray.
(The App Store uses more colorful backgrounds because it is trying to sell you stuff.)
Why does Apple choose those colors? Because the typical Apple user is intimidated by computers, and those are the most calming colors.
by smallerize on 12/3/24, 2:50 AM