HTML Named Colors Dictionary

A comprehensive list of HTML named colors and their HEX codes.

Click any bubble to copy the color code. Looking to combine these? Try our color palette generator or extract specific shades using our hex color picker.

Frequently Asked Questions

Learn more about HTML Named Colors.

What are Named Colors in HTML/CSS?

Named colors are predefined color keywords universally recognized by all modern web browsers. Instead of memorizing complex HEX or RGB codes, you can simply type intuitive names like 'Crimson', 'Gold', or 'RebeccaPurple' into your stylesheet.

How many standard named colors are there?

There are exactly 140 standard named colors supported across all major web browsers. In 2014, 'RebeccaPurple' was added as a tribute to web pioneer Eric Meyer's daughter, bringing the total to 141 universally recognized keywords.

Can I use these names directly in my code?

Yes! You can use these exact keywords anywhere CSS accepts a color value, such as color: coral; or background-color: dodgerblue;. Alternatively, you can click any color on this page to instantly copy its exact HEX equivalent for use in Figma or Photoshop.

Is black a color?

In physics, black is not a color as it represents the absence of light. However, in art and pigment mixing, black is considered a color made by combining all primary colors.

Is white a color?

In physics, white is the presence of all colors of visible light combined. In art and painting, white is often considered a fundamental color or the absence of ink on paper.

What color is the sun?

The sun is actually white. It emits all colors of the rainbow fairly evenly, which our eyes perceive as white. It appears yellow, orange, or red from Earth due to atmospheric scattering.