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…

  1. html-color-help 4096 Color Wheel
  2. ColorExplorer
  3. Color Combos
  4. [ws] Color Scheme Generator 2
  5. Color Wizard Ver. 3.0
  6. colordb
  7. Color Hunter
  8. ColorSpire
  9. Web 2.0 Colour Palette
  10. colorjack
  11. Accessibility Color Wheel
  12. ColorToy 2.0
  13. Sessions.edu
  14. Colorbe.com
  15. Color Palette Generator
  16. Kuler
  17. Cymbolism
  18. COLOURlovers
  19. 100 Random Colors
  20. Color Tools
  21. Pic2Color
  22. Color Blender
  23. colr.org
  24. Color Schemer
  25. 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.

Post to Twitter Post to Delicious Post to Facebook Post to StumbleUpon

Related Tips and Tricks:

6 Responses to “25 Color Tools for Any Webmaster”

  1. Lunartics 25 Color Tools for Any Webmaster | Web Hosting Blog | Lunarpages Lunartics - Illuminations Says:

    [...] 25 Color Tools for Any Webmaster | Web Hosting Blog | Lunarpages Lunartics. Tags: color [...]

  2. Lunartics speculumcm Says:

    Hey Mitch,

    Awesome! I like this list very much and just to adding one more how about:

    http://paletteman.com/

    Cheers!

  3. Lunartics Martin Says:

    Thanks for the list, Mitch! The first one on the list (4096 Color Wheel) navigates to a small jpg, though, not a website.

  4. Lunartics Mitch Says:

    Thanks for the heads up Martin, fixed now. :)

  5. Lunartics Tom Says:

    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+”);

  6. Lunartics Todd Austin Says:

    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.