X
CSS Colors Palette More Colors

CSS Color Codes and Names


Modern browsers support more than 140 color names, as per listed below. You could use them in your HTML and CSS by name, Hex color code or RGB value.

How to use CSS color names
style="color: DeepPink;"
 
Color HTML Name Hex Code RGB Code
LightCyan #E0FFFF rgb(244,255,255)
PaleTurquoise #AFEEEE rgb(175,238,238)
PowderBlue #B0E0E6 rgb(176,224,230)
LightBlue #ADD8E6 rgb(173,216,230)
LightSteelBlue #B0C4DE rgb(176,196,222)
LightSkyBlue #87CEFA rgb(135,206,250)
SkyBlue #87CEEB rgb(135,206,235)
Aqua #00FFFF rgb(0,255,255)
Cyan #00FFFF rgb(0,255,255)
Turquoise #40E0D0 rgb(64,224,208)
CornflowerBlue #6495ED rgb(100,149,237)
MediumTurquoise #48D1CC rgb(72,209,204)
DeepSkyBlue #00BFFF rgb(0,191,255)
DodgerBlue #1E90FF rgb(30,144,255)
DarkTurquoise #00CED1 rgb(0,206,209)
CadetBlue #5F9EA0 rgb(95,158,160)
RoyalBlue #4169E1 rgb(65,105,225)
SteelBlue #4682B4 rgb(70,130,180)
Blue #0000FF rgb(0,0,255)
MediumBlue #0000CD rgb(0,0,205)
MidnightBlue #191970 rgb(25,25,112)
DarkBlue #00008B rgb(0,0,139)
Navy #000080 rgb(0,0,128)
MediumSlateBlue #7B68EE rgb(123,104,238)
SlateBlue #6A5ACD rgb(106,90,205)
DarkSlateBlue #483D8B rgb(72,61,139)