vote up 21 vote down star
3

I have a couple of pet projects where I'm the sole designer/programmer and I spend too much time changing the user interface to make it easier to use by real users and avoiding bright yellow and green that is so common on "programmer" designs.

Do you have tips to choose a color scheme when you do not have a graphics designer around? How do you avoid creating the typical "programmer" interface?

flag

14 Answers

vote up 21 vote down check

kuler has a lot of user submitted colour schemes

edit: just remembered... also try colorlovers

link|flag
vote up 16 vote down

Let me tell you a story.

I have absolutely no confidence in my ability to make aesthetic choices - you only have to look at the way I dress to realize I'm justified in my lack of confidence. Anyway, years ago I was put in charge of writing the gui for a new product (the "Clip Editor" in Cineon, for anybody who knows that). I sketched out a design, but asked my boss, the head of sales and marketing, and various "application specialists" for help choosing the colours. Nobody responded, so I said "to hell with it", and chose a colour scheme so ugly I'm sure the beta testers would recoil in horror and demand a change. But they didn't - so it shipped with it. And I heard that customers loved the "bold colours". And not only that, but a few years later a competitor added a program that looked like a direct rip-off of my Clip Editor to their product, and they copied my colour scheme!

link|flag
This almost deserves to be voted down due to the frustration it creates by not including a screenshot. Having spent a few seconds with Google trying to find one, I'm obviously frustrated enough to leave this comment. :) – unwind Feb 19 at 13:20
@unwind - the product isn't on the market any more, so I'm not surprised you can't find a screen shot. – Paul Tomblin Feb 19 at 13:33
vote up 10 vote down

For desktop apps, get the colors from the OS. I, personally, want all of my apps to look and feel the same as my OS.

For web apps, I'm not really sure.

link|flag
sometimes +1 just isn't enough. – Simon Oct 7 at 8:15
vote up 2 vote down

Colour guides like Kuler are a great start if you have no idea about choosing colours.

Some basic considerations:

Use contrast not colour to differentiate in your design. This is to accommodate colour-blindness and poorly sighted users.

Use as limited a colour palette as you can. Pick one colour as your 'theme' and choose shades of that colour, and then maybe one or two contrasting colours to go with it.

Get advice - doesn't have to be from a designer, you might still know someone who has a good eye for these things. Also, more broad feedback - ask a few people for their opinion, that can help.

link|flag
vote up 1 vote down

Lately I have been using the following website: http://www.nickherman.com/colormatch/ to help me (also a non-designer) pick matching color schemes. I usually find a color that is fairly pleasing, then use the matching colors from this website.

If all else fails, I also ask my wife!

link|flag
vote up 1 vote down

Keep in mind that nearly 10% of the male population of the world have some significant form of color blindness. You should always consider this when choosing interface colors (especially if you need capital - guess what? 1 in 10 male investors might not see your red dots on the green background chart showing risk vs return!).

MSDN has a reasonable overview of this, and there are several website filters that show you what your site (or any site) looks like given any form of colorblindness.

Aside from that, I really like COLOURLovers - not only do they have a great selection of user tagged and defined color schemes, they give them to you in a variety of ways, and you can sign in and track your favorites (or your favorite color scheme producers).

Go check out the fall themes! Can't go wrong with Michigan colors when the leaves change...

-Adam

link|flag
vote up 0 vote down

I think a lot of programmers choose colors because they are forced to. If you have colors defined in the spec or style guide or programming standard, etc. it's a non-issue.

link|flag
vote up 0 vote down

Adobe's Kuler website has a lot of user-created color schemes uploaded by designers. I normally search for higher ranked schemes first.

link|flag
vote up 0 vote down

There are a lot of "color theme pickers" on the web. If you use these, your colors will at least look like they belong together. The first one I looked at on google: http://www.yafla.com/dforbes/yaflaColor/ColorRGBHSL.aspx?

link|flag
vote up 0 vote down

Aim for pastel colours that are slightly dimmer than their full-blown counterparts, i.e. a pastel red is dimmer than a (255,0,0) red for example. Try to select colours from the same palette, one cheaty way of determining colour schemes I use is to take a screenshot of an Office 2007 app, usually excel, and paste out some colours from their co-ordinated palettes using the colour dropper tool in an app like Paint.NET. In fact this cheaty approach to be extended to 'borrowing' colour schemes from applications that are already out there that have colours schemes you admire :-)

link|flag
vote up 0 vote down

If you pick a "theme" color for your app, you can use Kuler to help flesh out the palette.

Related post:

link|flag
vote up 0 vote down

I tend to use alot of grays, along with black and white, keep things simple and avoid any kind of annoying, bright colors. Seems to me like that's what the SO guys did.

link|flag
vote up 0 vote down

Vitaly Friedman's Essential Bookmarks for web designers & web developers list a lot of online color tools, also a condensed version

There is also a list of color tools on twiki.org that has some additional sites.

link|flag
vote up 0 vote down

I like using ColourSchemer and EasyRGB.

link|flag

Your Answer

Get an OpenID
or

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