Why do a lot of websites use a text color other than #000000black when the background is white?
For instance, this text will be displayed using a dark grey:
.post-text {
color: #333;
}
Have some studies been made on that topic?
|
Why do a lot of websites use a text color other than #000000black when the background is white? For instance, this text will be displayed using a dark grey:
Have some studies been made on that topic? |
||||
|
|
|
I believe high contrast such as black on white can cause eye strain. Also there is evidence that it is particularly bad for people with dyslexia. For further info: http://uxmovement.com/content/6-surprising-bad-practices-that-hurt-dyslexic-users/ http://www.dyslexiacentre.co.uk/dyslexia.htm WCAG provide details on what is acceptable colour contrast, but dont state an upper limit. Personally I like to use a different algorithm that provides an upper contrast warning. For further info: http://blackwidows.co.uk/blog/2006/10/03/does-w3c-get-its-contrasts-wrong/ Slightly off topic, but a good tool for picking accessible color schemes: http://www.dasplankton.de/ContrastA/ |
|||||||||||||||
|
|
Off black colors (#333, #222, #2a2a2a, #444) simulates print material contrast on web typography. It can also improve readability more so than pure white and pure black as Sheff already stated above. |
|||||||||||
|
|
Here's an interesting piece on this: Design Tip: Never Use Black It's not a study, but I found that interesting. The thinking is that in real world thing's aren't really black on really white and that it didn't matter some time ago, but now the displays have such high contrast that pure black on white just isn't good for you. |
|||
|
|