CSS Color Converter-- Named Colors to HEX/RGB

Convert CSS named colors to HEX, RGB, and HSL formats. Browse all 148 CSS color names.

CSS Color Converter Tool

Enter a CSS color name and click Convert

Why Use Our CSS Color Converter?

148 Colors

All CSS named colors with instant lookup and conversion.

3 Formats

Get HEX, RGB, and HSL values for any CSS color name.

Auto-Suggest

Type to filter and browse matching color names instantly.

One-Click Copy

Copy any format value to your clipboard with one click.

100% Private

All conversions in your browser. No server requests.

Free Forever

No signup, no limits. Free CSS color conversion.

Other Color Tools

Complete CSS Color Names Guide

CSS named colors are 148 predefined color keywords recognized by all modern browsers. Instead of writing color: #6495ed, you can write color: cornflowerblue for more readable CSS code.

The named colors originate from various sources: the original 16 HTML colors (like red, blue, green), the X11 color set (like cornflowerblue, salmon, tomato), and newer additions like rebeccapurple. All are defined in the CSS Color Level 4 specification.

While named colors improve code readability during development, they limit your palette to exactly 148 options. For production, many developers convert to HEX or RGB for precise control and broader color choices.