Color Names
Browse 173+ named colors with hex, RGB, and HSL values. Click any color to copy its code.
173 colors
About Named Colors
CSS named colors are predefined color keywords recognized by all modern browsers. There are 148 standard CSS color names defined in the CSS Color Module Level 4 specification, ranging from common names like red, blue, and green to more specific ones like cornflower blue, medium spring green, and blanched almond.
Each named color maps to a specific hexadecimal (hex) value. For example, coral is #FF7F50, which translates to RGB(255, 127, 80). You can use these color names directly in CSS properties like color: coral; or background-color: cornflowerblue;.
Beyond the CSS specification, designers commonly reference colors by evocative names like sage, champagne, terracotta, and cobalt. We include these popular design colors alongside the official CSS named colors to give you the most comprehensive color reference available.