HTML Color Names
All named HTML/CSS colors with hex values and preview
HTML Color Names is a free online tool from BrowserUtils that all named html/css colors with hex values and preview. It runs entirely in your browser — your data never leaves your device. No account required.
IndianRed#CD5C5C
LightCoral#F08080
Salmon#FA8072
DarkSalmon#E9967A
LightSalmon#FFA07A
Crimson#DC143C
Red#FF0000
FireBrick#B22222
DarkRed#8B0000
Pink#FFC0CB
LightPink#FFB6C1
HotPink#FF69B4
DeepPink#FF1493
MediumVioletRed#C71585
PaleVioletRed#DB7093
Coral#FF7F50
Tomato#FF6347
OrangeRed#FF4500
DarkOrange#FF8C00
Orange#FFA500
Gold#FFD700
Yellow#FFFF00
LightYellow#FFFFE0
LemonChiffon#FFFACD
LightGoldenrodYellow#FAFAD2
PapayaWhip#FFEFD5
Moccasin#FFE4B5
PeachPuff#FFDAB9
PaleGoldenrod#EEE8AA
Khaki#F0E68C
DarkKhaki#BDB76B
Lavender#E6E6FA
Thistle#D8BFD8
Plum#DDA0DD
Violet#EE82EE
Orchid#DA70D6
Fuchsia#FF00FF
Magenta#FF00FF
MediumOrchid#BA55D3
MediumPurple#9370DB
RebeccaPurple#663399
BlueViolet#8A2BE2
DarkViolet#9400D3
DarkOrchid#9932CC
DarkMagenta#8B008B
Purple#800080
Indigo#4B0082
SlateBlue#6A5ACD
DarkSlateBlue#483D8B
MediumSlateBlue#7B68EE
GreenYellow#ADFF2F
Chartreuse#7FFF00
LawnGreen#7CFC00
Lime#00FF00
LimeGreen#32CD32
PaleGreen#98FB98
LightGreen#90EE90
MediumSpringGreen#00FA9A
SpringGreen#00FF7F
MediumSeaGreen#3CB371
SeaGreen#2E8B57
ForestGreen#228B22
Green#008000
DarkGreen#006400
YellowGreen#9ACD32
OliveDrab#6B8E23
Olive#808000
DarkOliveGreen#556B2F
MediumAquamarine#66CDAA
DarkSeaGreen#8FBC8B
LightSeaGreen#20B2AA
DarkCyan#008B8B
Teal#008080
Aqua#00FFFF
Cyan#00FFFF
LightCyan#E0FFFF
PaleTurquoise#AFEEEE
Aquamarine#7FFFD4
Turquoise#40E0D0
MediumTurquoise#48D1CC
DarkTurquoise#00CED1
CadetBlue#5F9EA0
SteelBlue#4682B4
LightSteelBlue#B0C4DE
PowderBlue#B0E0E6
LightBlue#ADD8E6
SkyBlue#87CEEB
LightSkyBlue#87CEFA
DeepSkyBlue#00BFFF
DodgerBlue#1E90FF
CornflowerBlue#6495ED
RoyalBlue#4169E1
Blue#0000FF
MediumBlue#0000CD
DarkBlue#00008B
Navy#000080
MidnightBlue#191970
Cornsilk#FFF8DC
BlanchedAlmond#FFEBCD
Bisque#FFE4C4
NavajoWhite#FFDEAD
Wheat#F5DEB3
BurlyWood#DEB887
Tan#D2B48C
RosyBrown#BC8F8F
SandyBrown#F4A460
Goldenrod#DAA520
DarkGoldenrod#B8860B
Peru#CD853F
Chocolate#D2691E
SaddleBrown#8B4513
Sienna#A0522D
Brown#A52A2A
Maroon#800000
White#FFFFFF
Snow#FFFAFA
Honeydew#F0FFF0
MintCream#F5FFFA
Azure#F0FFFF
AliceBlue#F0F8FF
GhostWhite#F8F8FF
WhiteSmoke#F5F5F5
SeaShell#FFF5EE
Beige#F5F5DC
OldLace#FDF5E6
FloralWhite#FFFAF0
Ivory#FFFFF0
AntiqueWhite#FAEBD7
Linen#FAF0E6
LavenderBlush#FFF0F5
MistyRose#FFE4E1
Gainsboro#DCDCDC
LightGray#D3D3D3
Silver#C0C0C0
DarkGray#A9A9A9
Gray#808080
DimGray#696969
LightSlateGray#778899
SlateGray#708090
DarkSlateGray#2F4F4F
Black#000000
How to use HTML Color Names
- 1 Paste or type your input into the editor above.
- 2 The tool processes your data instantly — right in your browser, with nothing sent to a server.
- 3 Copy the result with one click or continue editing your input.
About HTML Color Names
Free online HTML color names reference. Browse all 140+ named CSS colors with hex values, RGB values, and live preview swatches. Searchable by name or hex value. This tool runs entirely in your browser — your data is never sent to a server. Just paste your input, get instant results, and copy with one click. No sign-up or installation required.
HTML Color Names specs
- Runtime
- 100% client-side (browser)
- Cost
- Free — no account, no rate limits, no usage caps
- Browser support
- Chrome 90+, Firefox 88+, Safari 14+, Edge 90+
- Part of
- 299 developer tools on BrowserUtils (100% client-side)
Questions
How many named colors are there in CSS?
CSS defines 148 named colors (including transparent and currentcolor). These range from basic colors like red, blue, and green to more specific names like cornflowerblue, lemonchiffon, and papayawhip.
Can I use color names instead of hex codes?
Yes, all modern browsers support CSS named colors. However, hex codes or RGB values offer more precise control. Named colors are convenient for quick prototyping and readable code.
How do I search for an HTML color name by hex value?
Type the hex code into the search field on this page. It will filter the color list to show any named color matching or close to that hex value, along with its RGB equivalent.
Are HTML color names case-sensitive?
No. CSS color names are case-insensitive, so Red, red, and RED all work the same way in your stylesheets and inline styles.
What is the difference between HTML color names and hex codes?
Named colors map to specific hex values (e.g., "tomato" is #FF6347). Hex codes can represent over 16 million colors, while there are only 148 named colors. Use names for readability and hex for precision.
Comments
Related tools
More Developer Reference
ASCII TableHTML Entities ReferenceRegex CheatsheetCSS Selectors ReferenceKeyboard KeycodesUnicode TableHTML Tags ReferenceCSS Units Reference
View all Developer Reference tools
Comments