CSS named colors

In CSS there are multiple ways to specify colors, you can do it with hex definition #f00, functional definition like rgb(255, 0, 0) or hsl(0, 100%, 50%). Or in simpler cases, you can use keyword definitions like red.

History

16 of CSS’s named colors came from HTML originally:white, aqua, fuchsia, red, lime,yellow, silver, gray, black,maroon, blue, navy, olive,purple, green, teal. Most of the rest came from one version of the X11 color system.

Latest addition

In 2014 Eric A. Meyer's daughter Rebecca died on her 6th birthday, less than a year after her diagnosis of a brain tumor. The hex color #663399 was named rebeccapurple and added to the CSS color list in her memory.

Duplicate colors

There are four duplicates between the named colors, and all of them are related to gray (English) – grey (UK) spelling differences.

The duplicates are: lightgraylightgrey, darkgraydarkgrey, graygrey, dimgraydimgrey.

Inconsistencies

  • darkgray #a9a9a9 is lighter than gray #808080.
  • light/dark variants of colors are not available with all basic colors:
Basic colorDark variantLight variant
bluedarkbluelightblue
greendarkgreenlightgreen
reddarkred
orangedarkorange
yellowlightyellow
pinklightpink
brown
purple
cyandarkcyanlightcyan
graydarkgraylightgray

Are named colors useful?

There are several cases where named colors might be useful:

  • white/black is more readable than #fff/#000.
  • CSS minifiers optimize for filesize and in some cases named color is the shortest possible value. For example red is shorter than #f00 or rgb(255,0,0).
  • In example apps where the exact shade of color is not important.

Named colors list

Here is a list of all CSS named color grouped by basic color and then sorted by their lightness with the HSP Color Model. Currently, there are 147 named colors.

Pink colors

MistyRose#FFE4E1rgb(255, 228, 225)
Pink#FFC0CBrgb(255, 192, 203)
LightPink#FFB6C1rgb(255, 182, 193)
HotPink#FF69B4rgb(255, 105, 180)
PaleVioletRed#DB7093rgb(219, 112, 147)
DeepPink#FF1493rgb(255, 20, 147)
MediumVioletRed#C71585rgb(199, 21, 133)

Red colors

LightSalmon#FFA07Argb(255, 160, 122)
DarkSalmon#E9967Argb(233, 150, 122)
Salmon#FA8072rgb(250, 128, 114)
LightCoral#F08080rgb(240, 128, 128)
Red#FF0000rgb(255, 0, 0)
IndianRed#CD5C5Crgb(205, 92, 92)
Crimson#DC143Crgb(220, 20, 60)
FireBrick#B22222rgb(178, 34, 34)
DarkRed#8B0000rgb(139, 0, 0)

Orange colors

FloralWhite#FFFAF0rgb(255, 250, 240)
Seashell#FFF5EErgb(255, 245, 238)
OldLace#FDF5E6rgb(253, 245, 230)
Linen#FAF0E6rgb(250, 240, 230)
AntiqueWhite#FAEBD7rgb(250, 235, 215)
Orange#FFA500rgb(255, 165, 0)
DarkOrange#FF8C00rgb(255, 140, 0)
Coral#FF7F50rgb(255, 127, 80)
Tomato#FF6347rgb(255, 99, 71)
OrangeRed#FF4500rgb(255, 69, 0)

Yellow colors

Ivory#FFFFF0rgb(255, 255, 240)
LightYellow#FFFFE0rgb(255, 255, 224)
LemonChiffon#FFFACDrgb(255, 250, 205)
LightGoldenrodYellow#FAFAD2rgb(250, 250, 210)
Beige#F5F5DCrgb(245, 245, 220)
PapayaWhip#FFEFD5rgb(255, 239, 213)
Yellow#FFFF00rgb(255, 255, 0)
Moccasin#FFE4B5rgb(255, 228, 181)
PaleGoldenrod#EEE8AArgb(238, 232, 170)
PeachPuff#FFDAB9rgb(255, 218, 185)
Khaki#F0E68Crgb(240, 230, 140)
Gold#FFD700rgb(255, 215, 0)
DarkKhaki#BDB76Brgb(189, 183, 107)

Brown colors

Cornsilk#FFF8DCrgb(255, 248, 220)
BlanchedAlmond#FFEBCDrgb(255, 235, 205)
Bisque#FFE4C4rgb(255, 228, 196)
NavajoWhite#FFDEADrgb(255, 222, 173)
Wheat#F5DEB3rgb(245, 222, 179)
BurlyWood#DEB887rgb(222, 184, 135)
SandyBrown#F4A460rgb(244, 164, 96)
Tan#D2B48Crgb(210, 180, 140)
Goldenrod#DAA520rgb(218, 165, 32)
RosyBrown#BC8F8Frgb(188, 143, 143)
Peru#CD853Frgb(205, 133, 63)
DarkGoldenrod#B8860Brgb(184, 134, 11)
Chocolate#D2691Ergb(210, 105, 30)
Sienna#A0522Drgb(160, 82, 45)
Brown#A52A2Argb(165, 42, 42)
SaddleBrown#8B4513rgb(139, 69, 19)
Maroon#800000rgb(128, 0, 0)

Green colors

MintCream#F5FFFArgb(245, 255, 250)
Honeydew#F0FFF0rgb(240, 255, 240)
GreenYellow#ADFF2Frgb(173, 255, 47)
PaleGreen#98FB98rgb(152, 251, 152)
Chartreuse#7FFF00rgb(127, 255, 0)
LawnGreen#7CFC00rgb(124, 252, 0)
LightGreen#90EE90rgb(144, 238, 144)
SpringGreen#00FF7Frgb(0, 255, 127)
MediumSpringGreen#00FA9Argb(0, 250, 154)
Lime#00FF00rgb(0, 255, 0)
YellowGreen#9ACD32rgb(154, 205, 50)
MediumAquamarine#66CDAArgb(102, 205, 170)
DarkSeaGreen#8FBC8Frgb(143, 188, 143)
LimeGreen#32CD32rgb(50, 205, 50)
MediumSeaGreen#3CB371rgb(60, 179, 113)
OliveDrab#6B8E23rgb(107, 142, 35)
Olive#808000rgb(128, 128, 0)
SeaGreen#2E8B57rgb(46, 139, 87)
ForestGreen#228B22rgb(34, 139, 34)
Green#008000rgb(0, 128, 0)
DarkOliveGreen#556B2Frgb(85, 107, 47)
DarkGreen#006400rgb(0, 100, 0)
DarkSlateGray#2F4F4Frgb(47, 79, 79)
DarkSlateGrey#2F4F4Frgb(47, 79, 79)

Cyan colors

LightCyan#E0FFFFrgb(224, 255, 255)
PaleTurquoise#AFEEEErgb(175, 238, 238)
Aquamarine#7FFFD4rgb(127, 255, 212)
Aqua#00FFFFrgb(0, 255, 255)
Cyan#00FFFFrgb(0, 255, 255)
Turquoise#40E0D0rgb(64, 224, 208)
MediumTurquoise#48D1CCrgb(72, 209, 204)
DarkTurquoise#00CED1rgb(0, 206, 209)
LightSeaGreen#20B2AArgb(32, 178, 170)
CadetBlue#5F9EA0rgb(95, 158, 160)
DarkCyan#008B8Brgb(0, 139, 139)
Teal#008080rgb(0, 128, 128)

Blue colors

Azure#F0FFFFrgb(240, 255, 255)
AliceBlue#F0F8FFrgb(240, 248, 255)
PowderBlue#B0E0E6rgb(176, 224, 230)
LightBlue#ADD8E6rgb(173, 216, 230)
LightSkyBlue#87CEFArgb(135, 206, 250)
LightSteelBlue#B0C4DErgb(176, 196, 222)
SkyBlue#87CEEBrgb(135, 206, 235)
DeepSkyBlue#00BFFFrgb(0, 191, 255)
CornflowerBlue#6495EDrgb(100, 149, 237)
DodgerBlue#1E90FFrgb(30, 144, 255)
LightSlateGray#778899rgb(119, 136, 153)
LightSlateGrey#778899rgb(119, 136, 153)
SlateGray#708090rgb(112, 128, 144)
SlateGrey#708090rgb(112, 128, 144)
SteelBlue#4682B4rgb(70, 130, 180)
RoyalBlue#4169E1rgb(65, 105, 225)
Blue#0000FFrgb(0, 0, 255)
MediumBlue#0000CDrgb(0, 0, 205)
DarkBlue#00008Brgb(0, 0, 139)
MidnightBlue#191970rgb(25, 25, 112)
Navy#000080rgb(0, 0, 128)

Purple, violet, and magenta colors

GhostWhite#F8F8FFrgb(248, 248, 255)
LavenderBlush#FFF0F5rgb(255, 240, 245)
Lavender#E6E6FArgb(230, 230, 250)
Thistle#D8BFD8rgb(216, 191, 216)
Plum#DDA0DDrgb(221, 160, 221)
Violet#EE82EErgb(238, 130, 238)
Fuchsia#FF00FFrgb(255, 0, 255)
Magenta#FF00FFrgb(255, 0, 255)
Orchid#DA70D6rgb(218, 112, 214)
MediumOrchid#BA55D3rgb(186, 85, 211)
MediumPurple#9370DBrgb(147, 112, 219)
MediumSlateBlue#7B68EErgb(123, 104, 238)
DarkOrchid#9932CCrgb(153, 50, 204)
SlateBlue#6A5ACDrgb(106, 90, 205)
BlueViolet#8A2BE2rgb(138, 43, 226)
DarkViolet#9400D3rgb(148, 0, 211)
DarkMagenta#8B008Brgb(139, 0, 139)
Purple#800080rgb(128, 0, 128)
DarkSlateBlue#483D8Brgb(72, 61, 139)
Indigo#4B0082rgb(75, 0, 130)

White, Gray, and black colors

White#FFFFFFrgb(255, 255, 255)
Snow#FFFAFArgb(255, 250, 250)
WhiteSmoke#F5F5F5rgb(245, 245, 245)
Gainsboro#DCDCDCrgb(220, 220, 220)
LightGray#D3D3D3rgb(211, 211, 211)
LightGrey#D3D3D3rgb(211, 211, 211)
Silver#C0C0C0rgb(192, 192, 192)
DarkGray#A9A9A9rgb(169, 169, 169)
DarkGrey#A9A9A9rgb(169, 169, 169)
Gray#808080rgb(128, 128, 128)
Grey#808080rgb(128, 128, 128)
DimGray#696969rgb(105, 105, 105)
DimGrey#696969rgb(105, 105, 105)
Black#000000rgb(0, 0, 0)

Links

Discuss on TwitterEdit on GitHub