HTML Color Names
Searchable list of all 147 standard HTML/CSS color names with hex, RGB, HSL values. Click to copy. Runs in your browser.
Reference
Why use color names?
CSS supports 147 named colors as defined in the CSS Color Module. Using a name like salmon is more memorable than #fa8072 in CSS. They date to the X11 color set adopted by browsers. While most modern designs use hex or HSL, named colors are still useful for prototyping, examples, and CSS demos.
Common uses
- Quick prototypes — sketch UI without picking from palettes.
- Documentation — illustrate examples with readable color names.
- Learning — explore the full named-color space.
- Design talks — compare similar shades like coral, salmon, tomato.
Privacy
All lookup runs 100% in your browser. No data is sent to any server.