Search...

HTML Colors

HTML colors are specified with predefined color names, or with RGB, HEX, HSL, RGBA, or HSLA values.

Color Names

In HTML, a color can be specified by using a color name. HTML supports 140 standard color names.

Color Names Example
Result

Background Color

You can set the background color for HTML elements:

Background Color Example
Result

Text Color

You can set the color of text:

Text Color Example
Result

Border Color

You can set the color of borders:

Border Color Example
Result