T
DataToolings

CSS Color Names Reference

All 140 CSS named colors with hex, RGB, and HSL values. Search, filter by hue, and copy any color format instantly.

147 colors

red

darkred

firebrick

crimson

indianred

lightcoral

salmon

darksalmon

lightsalmon

pink

lightpink

hotpink

deeppink

mediumvioletred

palevioletred

orange

darkorange

coral

tomato

orangered

yellow

lightyellow

lemonchiffon

lightgoldenrodyellow

papayawhip

moccasin

peachpuff

palegoldenrod

khaki

darkkhaki

gold

green

lime

limegreen

darkgreen

forestgreen

seagreen

mediumseagreen

springgreen

mediumspringgreen

lightgreen

palegreen

darkseagreen

mediumaquamarine

yellowgreen

olivedrab

olive

darkolivegreen

chartreuse

lawngreen

greenyellow

cyan

aqua

lightcyan

paleturquoise

aquamarine

turquoise

mediumturquoise

darkturquoise

lightseagreen

cadetblue

darkcyan

teal

blue

darkblue

navy

mediumblue

royalblue

cornflowerblue

dodgerblue

deepskyblue

lightskyblue

skyblue

lightblue

powderblue

steelblue

lightsteelblue

aliceblue

slateblue

darkslateblue

mediumslateblue

purple

darkviolet

darkorchid

darkmagenta

blueviolet

indigo

mediumpurple

mediumorchid

orchid

violet

plum

thistle

lavender

rebeccapurple

fuchsia

magenta

brown

maroon

saddlebrown

sienna

chocolate

peru

sandybrown

burlywood

tan

rosybrown

goldenrod

darkgoldenrod

wheat

navajowhite

bisque

blanchedalmond

cornsilk

white

snow

honeydew

mintcream

azure

ghostwhite

whitesmoke

seashell

beige

oldlace

floralwhite

ivory

antiquewhite

linen

lavenderblush

mistyrose

black

darkgray

darkgrey

gray

grey

dimgray

dimgrey

lightgray

lightgrey

silver

gainsboro

lightslategray

lightslategrey

slategray

slategrey

darkslategray

darkslategrey

What Is CSS Color Names Reference?

A complete reference for all 140 CSS named colors defined in the CSS Color Level 4 specification. Each color shows its name, hex value, RGB, and HSL — so you can find the right color and copy it in any format you need.

How to Use

  1. Search by color name or hex value
  2. Filter by hue group (Red, Blue, Green, etc.)
  3. Click a color card to copy its hex value
  4. Use the copy buttons to copy hex, RGB, or HSL

Features

  • All 140 CSS named colors
  • Hex, RGB, and HSL values for each color
  • Filter by hue group
  • Visual color swatches with auto-contrast text
  • One-click copy for any format

FAQ

How many CSS named colors are there?

There are 140 named colors in CSS Color Level 4. This includes the original 16 basic colors from HTML 4, the 147 X11 colors, and rebeccapurple (added in CSS4 in honor of Rebecca Meyer).

Are gray and grey the same in CSS?

Yes. CSS accepts both spellings for all gray variants: gray/grey, darkgray/darkgrey, lightgray/lightgrey, etc. They map to identical hex values.

What is the difference between aqua and cyan?

They are identical — both map to #00FFFF. Similarly, fuchsia and magenta both map to #FF00FF. The duplicates exist for historical compatibility between HTML and CSS naming conventions.