HTML Color Codes
Browse all HTML and CSS colors with names, HEX codes and RGB values. Click any color to open the color picker.
Interactive Color Picker
Click any color from the list to edit and preview it.
HEX: #2563EB
RGB: 37,99,235
Browse HTML Colors By Category
Jump directly to any color family.
Basic HTML Colors
Most commonly used colors in web development.
Black
HEX: #000000
RGB: 0,0,0
White
HEX: #FFFFFF
RGB: 255,255,255
Red
HEX: #FF0000
RGB: 255,0,0
Green
HEX: #008000
RGB: 0,128,0
Blue
HEX: #0000FF
RGB: 0,0,255
Primary Web Colors
Popular colors used in websites and applications.
Yellow
HEX: #FFFF00
RGB: 255,255,0
Cyan
HEX: #00FFFF
RGB: 0,255,255
Magenta
HEX: #FF00FF
RGB: 255,0,255
Gray
HEX: #808080
RGB: 128,128,128
Red HTML Colors
Popular red shades used in websites and designs.
Crimson
HEX: #DC143C
RGB: 220,20,60
Red
HEX: #FF0000
RGB: 255,0,0
DarkRed
HEX: #8B0000
RGB: 139,0,0
Salmon
HEX: #FA8072
RGB: 250,128,114
FireBrick
HEX: #B22222
RGB: 178,34,34
Orange HTML Colors
Warm orange shades for creative designs.
Orange
HEX: #FFA500
RGB: 255,165,0
DarkOrange
HEX: #FF8C00
RGB: 255,140,0
Coral
HEX: #FF7F50
RGB: 255,127,80
Chocolate
HEX: #D2691E
RGB: 210,105,30
Yellow HTML Colors
Yellow
HEX: #FFFF00
RGB: 255,255,0
Gold
HEX: #FFD700
RGB: 255,215,0
Khaki
HEX: #F0E68C
RGB: 240,230,140
LightYellow
HEX: #FFFFE0
RGB: 255,255,224
Green HTML Colors
Green
HEX: #008000
RGB: 0,128,0
Lime
HEX: #00FF00
RGB: 0,255,0
ForestGreen
HEX: #228B22
RGB: 34,139,34
LimeGreen
HEX: #32CD32
RGB: 50,205,50
Blue HTML Colors
Professional blue shades for websites and applications.
Blue
HEX: #0000FF
RGB: 0,0,255
DarkBlue
HEX: #00008B
RGB: 0,0,139
DodgerBlue
HEX: #1E90FF
RGB: 30,144,255
SkyBlue
HEX: #87CEEB
RGB: 135,206,235
DeepSkyBlue
HEX: #00BFFF
RGB: 0,191,255
Turquoise
HEX: #40E0D0
RGB: 64,224,208
Purple HTML Colors
Purple
HEX: #800080
RGB: 128,0,128
BlueViolet
HEX: #8A2BE2
RGB: 138,43,226
DarkOrchid
HEX: #9932CC
RGB: 153,50,204
Violet
HEX: #EE82EE
RGB: 238,130,238
Pink HTML Colors
Pink
HEX: #FFC0CB
RGB: 255,192,203
HotPink
HEX: #FF69B4
RGB: 255,105,180
DeepPink
HEX: #FF1493
RGB: 255,20,147
Brown HTML Colors
Brown
HEX: #A52A2A
RGB: 165,42,42
Chocolate
HEX: #D2691E
RGB: 210,105,30
SandyBrown
HEX: #F4A460
RGB: 244,164,96
Gray HTML Colors
Gray
HEX: #808080
RGB: 128,128,128
Silver
HEX: #C0C0C0
RGB: 192,192,192
DarkGray
HEX: #A9A9A9
RGB: 169,169,169
LightGray
HEX: #D3D3D3
RGB: 211,211,211
Complete HTML Color Database
More CSS named colors with HEX and RGB values.
AliceBlue
HEX: #F0F8FF
RGB: 240,248,255
AntiqueWhite
HEX: #FAEBD7
RGB: 250,235,215
Aqua
HEX: #00FFFF
RGB: 0,255,255
Aquamarine
HEX: #7FFFD4
RGB: 127,255,212
Azure
HEX: #F0FFFF
RGB: 240,255,255
Beige
HEX: #F5F5DC
RGB: 245,245,220
Bisque
HEX: #FFE4C4
RGB: 255,228,196
CadetBlue
HEX: #5F9EA0
RGB: 95,158,160
Chartreuse
HEX: #7FFF00
RGB: 127,255,0
CornflowerBlue
HEX: #6495ED
RGB: 100,149,237
FloralWhite
HEX: #FFFAF0
RGB: 255,250,240
Gainsboro
HEX: #DCDCDC
RGB: 220,220,220
GhostWhite
HEX: #F8F8FF
RGB: 248,248,255
GoldenRod
HEX: #DAA520
RGB: 218,165,32
Indigo
HEX: #4B0082
RGB: 75,0,130
Ivory
HEX: #FFFFF0
RGB: 255,255,240
Lavender
HEX: #E6E6FA
RGB: 230,230,250
Linen
HEX: #FAF0E6
RGB: 250,240,230
Maroon
HEX: #800000
RGB: 128,0,0
Navy
HEX: #000080
RGB: 0,0,128
Olive
HEX: #808000
RGB: 128,128,0
Using HTML Colors In CSS
Use HEX, RGB and named colors directly in your HTML and CSS projects.
HEX Example
.button {
background-color:#2563EB;
color:#FFFFFF;
}
RGB Example
.box {
background:
rgb(37,99,235);
}
CSS Named Color
h1 {
color:blue;
}
Frequently Asked Questions
What are HTML color codes?
HTML color codes are values used to define colours in websites. Common formats include HEX, RGB and CSS named colours.
How many HTML colors are supported?
Modern browsers support 140 standard CSS named colors that can be used directly in web projects.
What is a HEX color code?
A HEX color code represents red, green and blue values using six hexadecimal characters. Example: #FF0000 represents pure red.
Can I pick a custom color?
Yes. Click any color card or use the interactive picker to select and copy custom colors.
Are these colors free to use?
Yes. HTML and CSS color values can be freely used in websites, applications and designs.
Create Beautiful Websites With Perfect Colors
Find HEX codes, RGB values and HTML colors for your next web design project.
Explore Developer Tools