Skip to main content Skip to docs navigation

Warning: Undefined array key 1 in /var/www/html/ce/wp-content/themes/crispedge/templates/websafe-colors.php on line 15

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/ce/wp-content/themes/crispedge/templates/websafe-colors.php on line 15

Web Safe colors were the colors which primitive screens were able to display.
There is a general accepted 216 web safe colors.

For CSS designers Web safe colors are the colors which can be written in shorthand like for example,
code #609 is equal to RGB code rgb(102,0,153) or HEX code #660099 or
code #f39 is equal to RGB code rgb(255, 51, 153) or HEX code #ff3399

A lot of browser and CSS preprocessors accept these shorthands and it becomes more
easier to use these colors in design.