Anyone who has been designing for the web for more than a year or so ago is likely to have heard of the browser-safe palette, a set of 216 colours recommended for use on the web as they represented the intersection between the 256 colours supported by both Windows and Mac computers in the late 90s. Few computers these days are limited to 256 colours and the browser-safe palette has been consigned to history.
The concept of a smart palette for the web has not died completely, however. The Web-Smart palette, a colour-cube of 4,096 colours that should display consistently on displays that use both 16-bit (thousands of colours) and 24-bit (millions of colours). The linked site includes a dynamic colour cube and slider for exploring the web-smart set of colours.
Related posts:
- 21 Stimulating Color Palette Tools For Designers Can't decide which colors to use? Alyssa presents a collection...
- How To Create A Color Palette From An Image Using Kuler Jennifer shows you how to use Kuler to extract a...
- Joyent Acquires Reasonably Smart to Take On Google App Engine Cloud-based web hosting provider Joyent announced the acquisition of Reasonably...
- Five Free Colour-Picker AIR Applications There are tools available to help you with many aspects...
- Photoshop Web Graphics Tips Jennifer shows you three tips to help speed up your...







Thanks for this. It’s a very nice tool, and something that I can’t say I have been careful enough about in the past.
December 9th, 2004 at 10:52 pm
woohoo… 216 colour palette is a nightmare! Far too limited…
By using the HEX shorthand for specifying colours its dead simple to stay within the web-smart colour range of 4096.
eg. #cc0000 = #c00 whereas #cd0000 is not web-smart and cannot be written in shorthand
December 13th, 2004 at 5:41 am
Don’t forget rgb values, too.
January 13th, 2005 at 12:49 am