25 Color Tools for Any Webmaster
By Mitch “The Human Coloring Book” Keeler
After checking out Kuler the other day, I started making a list of some of my other favorite Online tools for finding the right colors to use. I do a lot of web design and digital art in my free time – so finding the right color to use is always something important to me. Here are 25 of the best color tools for any webmaster out there…
4096 Color Wheel- ColorExplorer
- Color Combos
- [ws] Color Scheme Generator 2
- Color Wizard Ver. 3.0
- colordb
- Color Hunter
- ColorSpire
- Web 2.0 Colour Palette
- colorjack
- Accessibility Color Wheel
- ColorToy 2.0
- Sessions.edu
- Colorbe.com
- Color Palette Generator
- Kuler
- Cymbolism
- COLOURlovers
- 100 Random Colors
- Color Tools
- Pic2Color
- Color Blender
- colr.org
- Color Schemer
- GenoPal
Know of another that belongs on the list? Be sure to drop in a comment and share with the rest of us. Hopefully this list of color resources, charts and generators will be as handy to you as they have been to me.


December 4th, 2008 at 10:29 am
[...] 25 Color Tools for Any Webmaster | Web Hosting Blog | Lunarpages Lunartics. Tags: color [...]
December 4th, 2008 at 11:00 am
Hey Mitch,
Awesome! I like this list very much and just to adding one more how about:
http://paletteman.com/
Cheers!
December 5th, 2008 at 9:23 am
Thanks for the list, Mitch! The first one on the list (4096 Color Wheel) navigates to a small jpg, though, not a website.
December 7th, 2008 at 11:21 am
Thanks for the heads up Martin, fixed now. :)
December 11th, 2008 at 7:30 am
Another handy color tool is a bookmarklet of web-safe colors. Just save the following as a bookmark location:
javascript:var%20i,j,k,l,t=”,c=new%20Array(’00′,’33′,’66′,’99′,’CC’,'FF’);for(i=0;i<6;i++){for(j=0;j<6;j++){t+=”;for(k=0;k<6;k++){l=c[i]+c[j]+c[k];t+=”+l+”}t+=”}}void(document.body.innerHTML=t+”);
December 18th, 2008 at 10:20 am
If I recall correctly, there were two standards: the ”web safe colors” (256 colors) that addressed the 8-bit computer graphics card issue and the ”browser safe colors” (216 of the 256 colors) that addressed the difference between Macs and PC’s and various browsers. With modern monitors/LCD’s being able to produce over 16 million colors I don’t see ‘web-safe colors’ being an issue any longer.