Colors


Colors

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




Output




Live Demo & Try it yourself!

HTML supports 140 standard color names

Background Color


Background Color

You can set the background color for HTML elements:




Output




Live Demo & Try it yourself!

Text Color


Text Color

You can set the color of text:




Output




Live Demo & Try it yourself!

Color Value


Color Value

In HTML, colors can also be specified using RGB values, HEX values, HSL values, RGBA values, and HSLA values.

The following three <div> elements have their background color set with RGB, HEX, and HSL values:




Output




Live Demo & Try it yourself!