Return to Homepage
Home : HTML Text Colors : Color Names Chart


Printable Color Names Chart

Below you will find a color names chart showing some of the most commonly used web colors. Officially, not all browsers will display all of the colors correctly, but unofficially, all modern general-use browsers support the full list.

To guarantee proper display and rendering in all browsers, it is recommended that you use either one of the 16 Standard Color Names (designated by an asterisk) or you use the Hexcodes when coding your HTML documents. If you choose to use one of the other color names, like AliceBlue, just be sure not to include any spaces.

Click here to learn more about using HTML Color Names and Hexcodes.

Before viewing the color names chart, here are some of the most common webpage elements where color names and hexcodes are used and the associated HTML code:


Webpage Element Color Name HTML Hexcode HTML
Table <table bgcolor="AliceBlue"> <table bgcolor="#F0F8FE">
Text <font color="AliceBlue">This text is AliceBlue</font> <font color="#F0F8FE">This text is AliceBlue</font>
Paragraph Border <p style="border-style: solid; border-width: 1px; border-color: AliceBlue; padding: 5px"> <p style="border-style: solid; border-width: 1px; border-color: #F0F8FE; padding: 5px">
Divider <hr color="AliceBlue"> <hr color="#F0F8FE">


Grab the color name hexcode directly from the table below or click on the button and download the table in PDF format for a handy color code reference guide. Note: You must have Adobe Reader in order to print this chart in PDF format.

Color Names Chart

Color Name Hexcode Browser View
AliceBlue #F0F8FE  
AntiqueWhite #FAEBD7  
Aqua * #00FFFF  
Aquamarine #70DB93  
Azure #F0FFFF  
Beige #F5F5DC  
Black * #000000  
Blue * #0000FF  
BlueViolet #9F5F9F  
Brass #B5A642  
BrightGold #D9D919  
Bronze #8C7853  
Brown #A52A2A  
CadetBlue #5F9EA0  
Chocolate #993300  
Copper #B87333  
Coral #FF7F50  
Crimson #DC143C  
Cyan #00FFFF  
DarkBlue #00008B  
DarkBrown #5C4033  
DarkCyan #008B8B  
DarkGoldenRod #B8860B  
DarkGray #A9A9A9  
DarkGreen #006400  
DarkKhaki #BDB76B  
DarkMagenta #8B008B  
DarkOliveGreen #4F4F2F  
DarkOrange #FF8C00  
DarkOrchid #9932CD  
DarkPurple #871F78  
DarkSalmon #E9967A  
DarkSlateBlue #483D8B  
DarkSlateGray #2F4F4F  
DarkTan #97694F  
DarkTurquoise #7093DB  
DarkViolet #9400D3  
DarkWood #855E42  
DimGray #545454  
DustyRose #856363  
FeldSpar #D19275  
FireBrick #B22222  
ForestGreen #238E23  
Fuchsia * #FF00FF  
Gold #CD7F32  
GoldenRod #DBDB70  
Gray * #C0C0C0  
Green * #00FF00  
GreenCopper #527F76  
GreenYellow #93DB70  
HotPink #FF69B4  
HunterGreen #215E21  
IndianRed #CD5C5C  
Indigo #4B0082  
Ivory #FFFFF0  
Khaki #9F9F5F  
Lavender #E6E6FA  
LightBlue #C0D9D9  
LightCoral #F08080  
LightCyan #E0FFFF  
LightGray #A8A8A8  
LightGreen #90EE90  
LightPink #FFB6C1  
LightSteelBlue #8F8FBD  
LightWood #E9C2A6  
Lime * #00FF00  
LimeGreen #32CD32  
MandarinOrange #E47833  
Maroon * #8E236B  
MediumAquaMarine #32CD99  
MediumBlue #3232CD  
MediumForestGreen #6B8E23  
MediumGoldenRod #EAEAAE  
MediumOrchid #9370DB  
MediumSeaGreen #426F42  
MediumSlateBlue #7F00FF  
MediumSpringGreen #7FFF00  
MediumTurquoise #70DBDB  
MediumVioletRed #DB7093  
MediumWood #A68064  
MidNightBlue #2F2F4F  
MintCream #F5FFFA  
MistyRose #FFE4E1  
NavyBlue * #23238E  
NeonBlue #4D4DFF  
NeonPink #FF6EC7  
NewMidnightBlue #00009C  
NewTan #EBC79E  
OldGold #CFB53B  
Olive * #808000  
Orange #FF7F00  
OrangeRed #FF2400  
Orchid #DB70DB  
PaleGoldenRod #EEE8AA  
PaleGreen #8FBC8F  
PaleTurquoise #AFEEEE  
Pink #BC8F8F  
Plum #EAADEA  
PowderBlue #B0E0E6  
Purple * #800080  
Quartz #D9D9F3  
Red * #FF0000  
RichBlue #5959AB  
RoyalBlue #4169E1  
SaddleBrown #8B4513  
Salmon #6F4242  
SandyBrown #F4A460  
Scarlet #8C1717  
SeaGreen #238E68  
Seinna #8E6B23  
Silver * #E6E8FA  
SkyBlue #3299CC  
SlateBlue #007FFF  
Snow #FFFAFA  
SpicyPink #FF1CAE  
SpringGreen #00FF7F  
SteelBlue #236B8E  
SummerSky #38B0DE  
Tan #DB9370  
Teal * #008080  
Thistle #D8BFD8  
Tomato #FF6347  
Turquoise #ADEAEA  
VeryDarkBrown #5C4033  
VeryLightGray #CDCDCD  
Violet #422F4F  
VioletRed #CC3299  
Wheat #D8D8BF  
White * #FFFFFF  
Yellow * #FFFF00  
YellowGreen #99CC32  

* 16 Websafe Colors

Complete HTML Reference Guide