📌 HTML

100+ color names to use directly without needing hex color codes

#color-codes#color-names#hex-colors
May 21, 2022

Colors play a vital role in making any form of art, design, or object conspicuous. Choosing or selecting colors sometimes could be a tedious job especially while prototyping.

The most commonly known colors are red, green, blue, yellow, orange, white, black, brown, violet, purple, and a few more.

We do not directly use the primary colors, RGB(Red, Green, Blue) in designing most of the things because they are strongly felt to the eyes, often they are used with shades(adding black to the original color), tints(adding white to the original color), or tones(adding gray or black & white to the original color), that way they become more soothing to the eyes. 

But adding shades or tints etc directly to the colors is a bit cumbersome task if we do not take the help of any color generating tool. 

The good news is that there are about 100+ colors including the primary colors which we can directly use their color names in designing sites or apps. These color names are supported by almost all browsers and they have adjusted shades and tints unlike primary colors, which can help us avoid tinkering around hex color codes to generate appropriate shades or tints.

These 100+ color names are given by w3c(world wide web consortium), which means they're going to be supported by a wide variety of platforms. 

As these are the standardized color names, we can even use those names with frameworks like TailwindCSS, e.g., bg-[mediumseagreen], bg-[gold], text-[lightseagreen], etc. 

Below is the list of all color names along with their hex codes and RGB codes. 

HTML color names with hex color codes

White color names and codes

Color name Hex color code RGB decimal code
MistyRose #FFE4E1 (255, 228, 225)
AntiqueWhite #FAEBD7 (250, 235, 215)
Linen #FAF0E6 (250, 240, 230)
Beige #F5F5DC (245, 245, 220)
WhiteSmoke #F5F5F5 (245, 245, 245)
LavenderBlush #FFF0F5 (255, 240, 245)
OldLace #FDF5E6 (253, 245, 230)
AliceBlue #F0F8FF (240, 248, 255)
Seashell #FFF5EE (255, 245, 238)
GhostWhite #F8F8FF (248, 248, 255)
Honeydew #F0FFF0 (240, 255, 240)
FloralWhite #FFFAF0 (255, 250, 240)
Azure #F0FFFF (240, 255, 255)
MintCream #F5FFFA (245, 255, 250)
Snow #FFFAFA (255, 250, 250)
Ivory #FFFFF0 (255, 255, 240)
White #FFFFFF (255, 255, 255)

 

Black & gray color names with codes

Color name Hex color code RGB decimal code
Black #000000 ( 0,   0,   0)
DarkSlateGray #2F4F4F ( 47,  79,  79)
DimGray #696969 (105, 105, 105)
SlateGray #708090 (112, 128, 144)
Gray #808080 (128, 128, 128)
LightSlateGray #778899 (119, 136, 153)
DarkGray #A9A9A9 (169, 169, 169)
Silver #C0C0C0 (192, 192, 192)
LightGray #D3D3D3 (211, 211, 211)
Gainsboro #DCDCDC (220, 220, 220)

 

Red color names with codes

Color name Hex color code RGB decimal code
DarkRed #8B0000 (139,   0,   0)
Red #FF0000 (255,   0,   0)
Firebrick #B22222 (178,  34,  34)
Crimson #DC143C (220,  20,  60)
IndianRed #CD5C5C (205,  92,  92)
LightCoral #F08080 (240, 128, 128)
Salmon #FA8072 (250, 128, 114)
DarkSalmon #E9967A (233, 150, 122)
LightSalmon #FFA07A (255, 160, 122)

 

Green color names with codes

Color name Hex color code RGB decimal code
DarkGreen #006400 ( 0, 100,   0)
Green #008000 ( 0, 128,   0)
DarkOliveGreen #556B2F ( 85, 107,  47)
ForestGreen #228B22 ( 34, 139,  34)
SeaGreen #2E8B57 ( 46, 139,  87)
Olive #808000 (128, 128,   0)
OliveDrab #6B8E23 (107, 142,  35)
MediumSeaGreen #3CB371 ( 60, 179, 113)
LimeGreen #32CD32 ( 50, 205,  50)
Lime #00FF00 ( 0, 255,   0)
SpringGreen #00FF7F ( 0, 255, 127)
MediumSpringGreen #00FA9A ( 0, 250, 154)
DarkSeaGreen #8FBC8F (143, 188, 143)
MediumAquamarine #66CDAA (102, 205, 170)
YellowGreen #9ACD32 (154, 205,  50)
LawnGreen #7CFC00 (124, 252,   0)
Chartreuse #7FFF00 (127, 255,   0)
LightGreen #90EE90 (144, 238, 144)
GreenYellow #ADFF2F (173, 255,  47)
PaleGreen #98FB98 (152, 251, 152)

 

Blue color names with codes

Color name Hex color code RGB decimal code
Navy #000080 ( 0,   0, 128)
DarkBlue #00008B ( 0,   0, 139)
MediumBlue #0000CD ( 0,   0, 205)
Blue #0000FF ( 0,   0, 255)
MidnightBlue #191970 ( 25,  25, 112)
RoyalBlue #4169E1 ( 65, 105, 225)
SteelBlue #4682B4 ( 70, 130, 180)
DodgerBlue #1E90FF ( 30, 144, 255)
DeepSkyBlue #00BFFF ( 0, 191, 255)
CornflowerBlue #6495ED (100, 149, 237)
SkyBlue #87CEEB (135, 206, 235)
LightSkyBlue #87CEFA (135, 206, 250)
LightSteelBlue #B0C4DE (176, 196, 222)
LightBlue #ADD8E6 (173, 216, 230)
PowderBlue #B0E0E6 (176, 224, 230)

 

Purple related color names with codes

Color name Hex color code RGB decimal code
Indigo #4B0082 ( 75,   0, 130)
Purple #800080 (128,   0, 128)
Rebeccapurple #663399 (102, 51, 153)
DarkMagenta #8B008B (139,   0, 139)
DarkViolet #9400D3 (148,   0, 211)
DarkSlateBlue #483D8B ( 72,  61, 139)
BlueViolet #8A2BE2 (138,  43, 226)
DarkOrchid #9932CC (153,  50, 204)
Fuchsia #FF00FF (255,   0, 255)
Magenta #FF00FF (255,   0, 255)
SlateBlue #6A5ACD (106,  90, 205)
MediumSlateBlue #7B68EE (123, 104, 238)
MediumOrchid #BA55D3 (186,  85, 211)
MediumPurple #9370DB (147, 112, 219)
Orchid #DA70D6 (218, 112, 214)
Violet #EE82EE (238, 130, 238)
Plum #DDA0DD (221, 160, 221)
Thistle #D8BFD8 (216, 191, 216)
Lavender #E6E6FA (230, 230, 250)

 

Pink color names with codes

Color name Hex color code RGB decimal code
MediumVioletRed #C71585 (199,  21, 133)
DeepPink #FF1493 (255,  20, 147)
PaleVioletRed #DB7093 (219, 112, 147)
HotPink #FF69B4 (255, 105, 180)
LightPink #FFB6C1 (255, 182, 193)
Pink #FFC0CB (255, 192, 203)

 

Orange color names with codes

Color name Hex color code RGB decimal code
OrangeRed #FF4500 (255,  69,   0)
Tomato #FF6347 (255,  99,  71)
DarkOrange #FF8C00 (255, 140,   0)
Coral #FF7F50 (255, 127,  80)
Orange #FFA500 (255, 165,   0)

 

Cyan color names with codes

Color name Hex color code RGB decimal code
Teal #008080 ( 0, 128, 128)
DarkCyan #008B8B ( 0, 139, 139)
LightSeaGreen #20B2AA ( 32, 178, 170)
CadetBlue #5F9EA0 ( 95, 158, 160)
DarkTurquoise #00CED1 ( 0, 206, 209)
MediumTurquoise #48D1CC ( 72, 209, 204)
Turquoise #40E0D0 ( 64, 224, 208)
Aqua #00FFFF ( 0, 255, 255)
Cyan #00FFFF ( 0, 255, 255)
Aquamarine #7FFFD4 (127, 255, 212)
PaleTurquoise #AFEEEE (175, 238, 238)
LightCyan #E0FFFF (224, 255, 255)

 

Yellow color names with codes

Color name Hex color code RGB decimal code
DarkKhaki #BDB76B (189, 183, 107)
Gold #FFD700 (255, 215,   0)
Khaki #F0E68C (240, 230, 140)
PeachPuff #FFDAB9 (255, 218, 185)
Yellow #FFFF00 (255, 255,   0)
PaleGoldenrod #EEE8AA (238, 232, 170)
Moccasin #FFE4B5 (255, 228, 181)
PapayaWhip #FFEFD5 (255, 239, 213)
LightGoldenrodYellow #FAFAD2 (250, 250, 210)
LemonChiffon #FFFACD (255, 250, 205)
LightYellow #FFFFE0 (255, 255, 224)

 

Brown color names with codes

Color name Hex color code RGB decimal code
Maroon #800000 (128,   0,   0)
Brown #A52A2A (165,  42,  42)
SaddleBrown #8B4513 (139,  69,  19)
Sienna #A0522D (160,  82,  45)
Chocolate #D2691E (210, 105,  30)
DarkGoldenrod #B8860B (184, 134,  11)
Peru #CD853F (205, 133,  63)
RosyBrown #BC8F8F (188, 143, 143)
Goldenrod #DAA520 (218, 165,  32)
SandyBrown #F4A460 (244, 164,  96)
Tan #D2B48C (210, 180, 140)
Burlywood #DEB887 (222, 184, 135)
Wheat #F5DEB3 (245, 222, 179)
NavajoWhite #FFDEAD (255, 222, 173)
Bisque #FFE4C4 (255, 228, 196)
BlanchedAlmond #FFEBCD (255, 235, 205)
Cornsilk #FFF8DC (255, 248, 220)

The above colors are sorted as per their shades or tints and the aim of this article is to make you aware of all the different color names that exist and which can be used directly without worrying to look after their hex color codes or RGB color codes.

Often people try finding the color codes for commonly used colors viz., blue, navy blue, light blue, royal blue, sky blue, dark blue, gold, silver etc, but these color names can be directly used without the need of their hex codes in almost all editors or color manipulation tools. 

Even in design tools like Figma one can directly use the above all color names. It's just that there shouldn't be any space between the color names.

A few useful color names which you can remember are lightgray, lightslategray, royalblue, lightskyblue, whitesmoke, snow, cornflowerblue, aliceblue etc. 

If you like receiving regular tips, tricks related to web development and technology then do follow on devapt-twitter @dev_apt
devapt-github
devapt-twitterdevapt-facebookdevapt-whatsappdevapt-redditdevapt-mail