Converter Web ToolsConverter WebTools

HTML Color Codes & CSS Color Names Chart

HTML color codes define colors in CSS and HTML using a hexadecimal value like #FF0000 or an RGB value like rgb(255, 0, 0). CSS also recognises named colors such as red, navy and tomato. This chart lists popular CSS color names with their hex and RGB codes — click a code into our converter to get HSL, CMYK and more.

ColorHexRGB
black#000000rgb(0, 0, 0)
white#FFFFFFrgb(255, 255, 255)
red#FF0000rgb(255, 0, 0)
lime#00FF00rgb(0, 255, 0)
blue#0000FFrgb(0, 0, 255)
yellow#FFFF00rgb(255, 255, 0)
aqua#00FFFFrgb(0, 255, 255)
fuchsia#FF00FFrgb(255, 0, 255)
silver#C0C0C0rgb(192, 192, 192)
gray#808080rgb(128, 128, 128)
maroon#800000rgb(128, 0, 0)
olive#808000rgb(128, 128, 0)
green#008000rgb(0, 128, 0)
purple#800080rgb(128, 0, 128)
teal#008080rgb(0, 128, 128)
navy#000080rgb(0, 0, 128)
orange#FFA500rgb(255, 165, 0)
darkorange#FF8C00rgb(255, 140, 0)
gold#FFD700rgb(255, 215, 0)
pink#FFC0CBrgb(255, 192, 203)
hotpink#FF69B4rgb(255, 105, 180)
deeppink#FF1493rgb(255, 20, 147)
crimson#DC143Crgb(220, 20, 60)
tomato#FF6347rgb(255, 99, 71)
coral#FF7F50rgb(255, 127, 80)
salmon#FA8072rgb(250, 128, 114)
firebrick#B22222rgb(178, 34, 34)
darkred#8B0000rgb(139, 0, 0)
indigo#4B0082rgb(75, 0, 130)
violet#EE82EErgb(238, 130, 238)
orchid#DA70D6rgb(218, 112, 214)
plum#DDA0DDrgb(221, 160, 221)
lavender#E6E6FArgb(230, 230, 250)
magenta#FF00FFrgb(255, 0, 255)
skyblue#87CEEBrgb(135, 206, 235)
lightblue#ADD8E6rgb(173, 216, 230)
powderblue#B0E0E6rgb(176, 224, 230)
ColorHexRGB
deepskyblue#00BFFFrgb(0, 191, 255)
dodgerblue#1E90FFrgb(30, 144, 255)
royalblue#4169E1rgb(65, 105, 225)
steelblue#4682B4rgb(70, 130, 180)
cadetblue#5F9EA0rgb(95, 158, 160)
midnightblue#191970rgb(25, 25, 112)
cornflowerblue#6495EDrgb(100, 149, 237)
turquoise#40E0D0rgb(64, 224, 208)
aquamarine#7FFFD4rgb(127, 255, 212)
cyan#00FFFFrgb(0, 255, 255)
lightgreen#90EE90rgb(144, 238, 144)
seagreen#2E8B57rgb(46, 139, 87)
forestgreen#228B22rgb(34, 139, 34)
darkgreen#006400rgb(0, 100, 0)
olivedrab#6B8E23rgb(107, 142, 35)
limegreen#32CD32rgb(50, 205, 50)
springgreen#00FF7Frgb(0, 255, 127)
khaki#F0E68Crgb(240, 230, 140)
beige#F5F5DCrgb(245, 245, 220)
ivory#FFFFF0rgb(255, 255, 240)
wheat#F5DEB3rgb(245, 222, 179)
tan#D2B48Crgb(210, 180, 140)
goldenrod#DAA520rgb(218, 165, 32)
peru#CD853Frgb(205, 133, 63)
chocolate#D2691Ergb(210, 105, 30)
sienna#A0522Drgb(160, 82, 45)
brown#A52A2Argb(165, 42, 42)
lightgray#D3D3D3rgb(211, 211, 211)
gainsboro#DCDCDCrgb(220, 220, 220)
dimgray#696969rgb(105, 105, 105)
slategray#708090rgb(112, 128, 144)
darkslategray#2F4F4Frgb(47, 79, 79)
mistyrose#FFE4E1rgb(255, 228, 225)
seashell#FFF5EErgb(255, 245, 238)
snow#FFFAFArgb(255, 250, 250)
azure#F0FFFFrgb(240, 255, 255)
honeydew#F0FFF0rgb(240, 255, 240)

Hex vs RGB

A hex code packs red, green and blue into six digits: #RRGGBB, each pair 00–FF (0–255). #FF0000 is pure red, #00FF00 green, #0000FF blue. rgb() writes the same three values in decimal.

Related tools & charts