Change the colour of grey text back to black on website using poor contrast text
1–10 of 117 posts
Re: Change the colour of grey text back to black on website using poor contrast text
#2Re: Change the colour of grey text back to black on website using poor contrast text
#3Correct, nothing is, and your #000000 won’t be either once it’s shown on a physical screen.
Re: Change the colour of grey text back to black on website using poor contrast text
#4I love the “nothing in nature is true black so don’t use #000000” argument. Correct, nothing is, and your #000000 won’t be either once it’s shown on a physical screen.
Re: Change the colour of grey text back to black on website using poor contrast text
#5I love the “nothing in nature is true black so don’t use #000000” argument. Correct, nothing is, and your #000000 won’t be either once it’s shown on a physical screen.
That being said, it's easy using the prefers-contrast CSS property to override that to #000000 for people who are hard of sight.
It's supported by edge, safari, chrome, opera but it's a bit finnicky in Firefox.
Re: Change the colour of grey text back to black on website using poor contrast text
#6Re: Change the colour of grey text back to black on website using poor contrast text
#7I love the “nothing in nature is true black so don’t use #000000” argument. Correct, nothing is, and your #000000 won’t be either once it’s shown on a physical screen.
[1] https://news.ycombinator.com/item?id=31421666
[2] https://news.ycombinator.com/item?id=31420938 (397 points by marban 1 day ago, 376 comments) - https://tangledweb.xyz/please-stop-using-grey-text-3d3e71acf...
Re: Change the colour of grey text back to black on website using poor contrast text
#8I love the “nothing in nature is true black so don’t use #000000” argument. Correct, nothing is, and your #000000 won’t be either once it’s shown on a physical screen.
Re: Change the colour of grey text back to black on website using poor contrast text
#9Two small examples:
"Show all text on the internet as black"
*##*:style(color: black !important)
"Show comment text on HN as bold" ycombinator.com##.comment:style(font-weight: bold !important)Re: Change the colour of grey text back to black on website using poor contrast text
#10I love the “nothing in nature is true black so don’t use #000000” argument. Correct, nothing is, and your #000000 won’t be either once it’s shown on a physical screen.
I find there's often a high degree of educated comments here on HN. But, when it comes to monitors, readability and the physics of light something happens. #000 on #fff won't burn out your retinas. :)
The thing about pure black isn't that it's unnatural, but that when paired with white its contrast can actually be uncomfortable and less accessible than a slightly toned down color combination (especially on full brightness).