Color
CSS Color Names
Search CSS color names online and convert named colors to HEX, RGB and HSL values. Find colors like red, black, white, transparent and rebeccapurple.
Tool
Search CSS color names online and convert named colors to HEX, RGB and HSL values. Find colors like red, black, white, transparent and rebeccapurple.
This tool runs in your browser. Your input is processed locally and is not uploaded.
About this Tool
Use this free CSS color names reference to search named CSS colors and copy their HEX, RGB and HSL values. Find standard CSS color keywords, preview each color and quickly compare named colors for stylesheets and design documentation.
Examples
- rebeccapurple
- tomato
- slateblue
- transparent
Frequently Asked Questions
What are CSS color names?
CSS color names are predefined color keywords that browsers understand, such as red, blue, black, white, tomato and rebeccapurple.
Can I use CSS color names directly in stylesheets?
Yes, named colors can be used directly in CSS wherever a color value is accepted.
Can I convert CSS color names to HEX?
Yes, the tool should show the matching HEX, RGB and HSL values for each named color.
Is transparent a normal color name?
Transparent is a special CSS color keyword with an alpha value of 0. It behaves differently from opaque named colors.