vote up 5 vote down star
7

I am trying to pick out the optimal set of colors for a new website project.

I want to do a traditional black on white look and feel for the main content. However my partner on the project wants to do a color combination that more looks like the traditional Windows Forms look and feel.

Is there any research available on the best color combination's to use for readability, ease of use, and reduced eye strain?

flag

1  
No matter what colours you choose, I would recommend that you implement something to make them changeable, whether that be a user interface, or just a note in a config file, make sure that it's not impossible to change. You might find that your user base enjoys pastels FAR more than the average person. Or that they're offended by the colour maroon. Always be able to change your colour scheme. – devinb Jul 20 at 17:02
7  
This is programming related and this belongs here. Color schemes are part of usability and human-computer interaction, which is part of software engineering, and topics of software engineering have a direct impact on software development. – Thomas Owens Jul 20 at 17:06
3  
Agreed, user interaction is definitely within the programming scope of topics. – Danny Jul 20 at 17:44
@Thomas and Danny: Agreed! Why'd this get closed? – pianoman Jul 20 at 17:59
2  
Yet another example of the close nazi mentality – tim Jul 20 at 19:21

10 Answers

vote up 5 vote down check
  • Here are some tips and a study on color-scheming for the color-blind or visually impaired.
  • If you want to use complementary colors, or more than two colors, here are some good guidelines [pdf].
  • Here are some tools from the NIST to automatically evaluate website usability.
  • Dr. Ralph Wilson recommends "Few colors with lots of white space" (see details under point #5).

And if the above just will not do, this page has more useful Links than the entire Zelda series.

link|flag
2  
Ironically, those links makes my eyes hurt :) – cwap Jul 20 at 16:44
I guess they want you to go through it so your readers don't have to :P – pianoman Jul 20 at 17:01
@Meeh is right; that last link in particular is atrocious. The fact that it's about user interface design and usability is fantastically ironic. – Andrew Jul 29 at 5:32
vote up 0 vote down

Windows Forms look will only keep visitors who like that look. So say goodbye to all the Mac, Linux, and other Windows haters.

Personally, I prefer black on white.

link|flag
vote up 0 vote down

There aresome resources out there that explain the topic.

As a rule, you should avoid black background with white text, it's anoying to a lot of people.

link|flag
vote up 0 vote down

in the past I liked vert much turbo pascal 7 default color scheme: yellow on blue. I'm not sure about it's scientific relevance however I think it is better than black on white.

link|flag
vote up 3 vote down

I would recommend Kuler to find which color scheme to use on your site. If you search for "Windows" on that site you will get some windows schemes that you might want to use.... generally speaking from a marketing aspect, white backgrounds tend to be more accepted than backgrounds with a specific color.

link|flag
vote up 0 vote down

I personaly use C0DCC0 (greenish) instead of white for background color in windows. Easy on the eyes when you have to stare at the screen whole day. Consider this to be one datasample study :).

(Imagine my disgust at OSX with fixed colors...)

link|flag
vote up 1 vote down

White strains my eyes really badly I find.

When it comes to vast amounts of text I typically prefer black on off-white. Some very light shade of gray. Still plenty easy to read, but not burning my retinas.

link|flag
+1 I find black on white to be quite an eyestrain, too. It's like looking at snow in bright sunshine. I tend to tone down the background to a medium shade of grey. In my IDEs, I use a black background with mostly mid shade colours for the text. – RobH Jul 20 at 17:33
vote up 1 vote down

You can always check your decisions to make sure they are ADA compliant. This is a good place to start

link|flag
vote up 1 vote down

Black text on an off white background works for me. And no background image or color on the desktop

link|flag
vote up 2 vote down

You might also consider using a color matcher ,

I use it and find it very helpful to find complementary color that make your text readable and you design make sense.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.