HTML Color Names

All 140 named CSS colors with their hex and RGB values. Search by name or hex, and click any color to open it in the picker.

CSS defines a standard set of named colors you can use directly in HTML and CSS by name (for example, color: tomato). Each maps to a specific hex code. Below is the full set of standard CSS named colors with their hex and RGB values.

Frequently asked questions

How many CSS color names are there?
There are 140 standard CSS named colors, plus rebeccapurple. Two pairs share a value as aliases — Aqua/Cyan and Fuchsia/Magenta — so the full list above has a few extra entries.
Can I use color names in CSS?
Yes — write the name anywhere a color is expected, for example color: rebeccapurple;. Each name resolves to its exact hex code.