HTML Color Names
Browse all 140 HTML named colors with hex and RGB.
141 colors shown β click a card to copy the HEX value.
About This Tool
This page lists all 140 named colors defined in the HTML and CSS Color specification. Named colors are keywords recognized directly by browsers β you can use them in CSS instead of hex or RGB values. For example, color: tomato is equivalent to color: #FF6347.
Click any color card to copy its HEX value to your clipboard. Use the search box to filter by name or hex code. Colors are sorted alphabetically for easy reference.
How to Use
- Browse the color swatches β they display name, HEX, and RGB values.
- Use the search box to find a specific color by name or hex.
- Click any card to copy the HEX value to your clipboard.
- Paste the HEX value into your CSS, design tool, or code editor.
Use Cases
Developers reference this list when they need a quick placeholder color and don't want to look up a hex code. Designers check it to find named colors that approximate their brand palette. Teachers use named colors in CSS examples because they're more readable than hex codes. Frontend developers search it to confirm the exact hex value behind a named color for use in JavaScript or design tokens.
FAQ
- How many named colors are there in HTML/CSS? β There are 140 named colors, plus
transparent. Some names (likecyanandaqua) resolve to the same hex value. - Are named colors case-sensitive? β No.
Red,red, andREDare all valid in CSS. - Can I use named colors in SVG? β Yes. SVG supports all the same CSS named colors.