6 ms·
It's a shame that the "readable" mode has #333 body text instead of #000.
by Curmudgel 12y ago
It's a shame that the "readable" mode has #333 body text instead of #000.
- applecore 12y agoWhy?
- Curmudgel 12y ago#000 is easier to read on devices with that have dim backlights.
- willlma 12y agohttp://ianstormtaylor.com/design-tip-never-use-black/ http://ianstormtaylor.com/design-tip-never-use-black/
- Curmudgel 12y agoThat is poor advice which doesn't account for the difference between computer screens and ink on paper. The deepest black you can get on a monitor will not be as dark as certain inks on a page.
- chipotle_coyote 12y agoI'd argue that it does account for that difference, just not in an immediately obvious way. Screen displays are an additive color model and print is a subtractive one; screens shine light at you, paper has light shined on it. This makes for a very different perceptual feel; (completely) black ink on white paper is way less "contrasty" than #000 text on an #FFF background. WCAG accessibility guidelines suggest a minimum contrast ratio of 7:1 luminosity -- #000 on #FFF is a 21:1 contrast ratio! In practice, I think we'd be better off darkening the background a little and lightening the foreground just a touch; #333 text on #F8F8F8 background still "feels" like black and white, but (assuming you've chosen a reasonable text size) it'll be a lot easier to read if you're dealing with long-form text.
- sjwright 12y agoI find it difficult to believe that the relative difference between #F8F8F8 and #FFFFFF matters at all relative to the the widely varying screen brightness settings on everyone's very different computers, tablets and phones in very different lighting conditions.
- qnaal 12y agoIt's (generally) bad 'design' to fill areas with black, sure- but #000 outlines and text is just getting proper use of the limited dynamic range we're provided with.
- jekrb 12y ago#000 needs to be used tastefully, otherwise it can be visually overbearing.
- Curmudgel 12y agoDo you find this page visually overbearing because all of the non-downvoted comments are #000? I have never seen a page of text on a computer screen look overbearing because its color was #000 and not lighter.