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
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
Color Picker
Pick colors visually
HEX to RGB
Convert HEX to RGB
RGB to HEX
Convert RGB to HEX
HSL Converter
Convert HSL colors
Palette Generator
Generate color palettes
Contrast Checker
Check WCAG contrast
Gradient Generator
Create CSS gradients
Shade & Tint
Generate shades & tints
Color Blender
Blend two colors
Complementary Finder
Find complementary colors
Colorblind Sim
Simulate color blindness
Random Color
Generate random colors
Color Name Lookup
Find color names
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.