CSV

CSS Named Colors - CSV

CSS Named Colors are 148 color names defined in the W3C CSS Color Module specification. These color names can be used directly in CSS and are supported by all major browsers. Each color has a corresponding hex code (#RRGGBB format) and RGB value (rgb(R,G,B) format), and is widely used in web design and development. Color names are case-insensitive, and spelling variations such as gray/grey are also supported.

CSS Web Design Color Color Code Hex RGB W3C Specification
code,slug,name,category,hex,rgb
1,indianred,IndianRed,red,#CD5C5C,"rgb(205, 92, 92)"
2,lightcoral,LightCoral,red,#F08080,"rgb(240, 128, 128)"
3,salmon,Salmon,red,#FA8072,"rgb(250, 128, 114)"
4,darksalmon,DarkSalmon,red,#E9967A,"rgb(233, 150, 122)"
5,lightsalmon,LightSalmon,red,#FFA07A,"rgb(255, 160, 122)"
6,crimson,Crimson,red,#DC143C,"rgb(220, 20, 60)"
7,red,Red,red,#FF0000,"rgb(255, 0, 0)"
8,firebrick,FireBrick,red,#B22222,"rgb(178, 34, 34)"
9,darkred,DarkRed,red,#8B0000,"rgb(139, 0, 0)"
10,pink,Pink,pink,#FFC0CB,"rgb(255, 192, 203)"
11,lightpink,LightPink,pink,#FFB6C1,"rgb(255, 182, 193)"
12,hotpink,HotPink,pink,#FF69B4,"rgb(255, 105, 180)"
13,deeppink,DeepPink,pink,#FF1493,"rgb(255, 20, 147)"
14,palevioletred,PaleVioletRed,pink,#DB7093,"rgb(219, 112, 147)"
15,mediumvioletred,MediumVioletRed,pink,#C71585,"rgb(199, 21, 133)"
16,coral,Coral,orange,#FF7F50,"rgb(255, 127, 80)"
17,tomato,Tomato,orange,#FF6347,"rgb(255, 99, 71)"
18,orangered,OrangeRed,orange,#FF4500,"rgb(255, 69, 0)"
19,darkorange,DarkOrange,orange,#FF8C00,"rgb(255, 140, 0)"
20,orange,Orange,orange,#FFA500,"rgb(255, 165, 0)"
21,gold,Gold,yellow,#FFD700,"rgb(255, 215, 0)"
22,yellow,Yellow,yellow,#FFFF00,"rgb(255, 255, 0)"
23,lightyellow,LightYellow,yellow,#FFFFE0,"rgb(255, 255, 224)"
24,lemonchiffon,LemonChiffon,yellow,#FFFACD,"rgb(255, 250, 205)"
25,lightgoldenrodyellow,LightGoldenrodYellow,yellow,#FAFAD2,"rgb(250, 250, 210)"
26,papayawhip,PapayaWhip,yellow,#FFEFD5,"rgb(255, 239, 213)"
27,moccasin,Moccasin,yellow,#FFE4B5,"rgb(255, 228, 181)"
28,peachpuff,PeachPuff,yellow,#FFDAB9,"rgb(255, 218, 185)"
29,palegoldenrod,PaleGoldenrod,yellow,#EEE8AA,"rgb(238, 232, 170)"
30,khaki,Khaki,yellow,#F0E68C,"rgb(240, 230, 140)"
31,darkkhaki,DarkKhaki,yellow,#BDB76B,"rgb(189, 183, 107)"
32,lavender,Lavender,purple,#E6E6FA,"rgb(230, 230, 250)"
33,thistle,Thistle,purple,#D8BFD8,"rgb(216, 191, 216)"
34,plum,Plum,purple,#DDA0DD,"rgb(221, 160, 221)"
35,violet,Violet,purple,#EE82EE,"rgb(238, 130, 238)"
36,orchid,Orchid,purple,#DA70D6,"rgb(218, 112, 214)"
37,magenta,Magenta / Fuchsia,purple,#FF00FF,"rgb(255, 0, 255)"
38,mediumorchid,MediumOrchid,purple,#BA55D3,"rgb(186, 85, 211)"
39,mediumpurple,MediumPurple,purple,#9370DB,"rgb(147, 112, 219)"
40,blueviolet,BlueViolet,purple,#8A2BE2,"rgb(138, 43, 226)"
41,darkviolet,DarkViolet,purple,#9400D3,"rgb(148, 0, 211)"
42,darkorchid,DarkOrchid,purple,#9932CC,"rgb(153, 50, 204)"
43,darkmagenta,DarkMagenta,purple,#8B008B,"rgb(139, 0, 139)"
44,purple,Purple,purple,#800080,"rgb(128, 0, 128)"
45,rebeccapurple,RebeccaPurple,purple,#663399,"rgb(102, 51, 153)"
46,indigo,Indigo,purple,#4B0082,"rgb(75, 0, 130)"
47,mediumslateblue,MediumSlateBlue,purple,#7B68EE,"rgb(123, 104, 238)"
48,slateblue,SlateBlue,purple,#6A5ACD,"rgb(106, 90, 205)"
49,darkslateblue,DarkSlateBlue,purple,#483D8B,"rgb(72, 61, 139)"
50,greenyellow,GreenYellow,green,#ADFF2F,"rgb(173, 255, 47)"
51,chartreuse,Chartreuse,green,#7FFF00,"rgb(127, 255, 0)"
52,lawngreen,LawnGreen,green,#7CFC00,"rgb(124, 252, 0)"
53,lime,Lime,green,#00FF00,"rgb(0, 255, 0)"
54,limegreen,LimeGreen,green,#32CD32,"rgb(50, 205, 50)"
55,palegreen,PaleGreen,green,#98FB98,"rgb(152, 251, 152)"
56,lightgreen,LightGreen,green,#90EE90,"rgb(144, 238, 144)"
57,mediumspringgreen,MediumSpringGreen,green,#00FA9A,"rgb(0, 250, 154)"
58,springgreen,SpringGreen,green,#00FF7F,"rgb(0, 255, 127)"
59,mediumseagreen,MediumSeaGreen,green,#3CB371,"rgb(60, 179, 113)"
60,seagreen,SeaGreen,green,#2E8B57,"rgb(46, 139, 87)"
61,forestgreen,ForestGreen,green,#228B22,"rgb(34, 139, 34)"
62,green,Green,green,#008000,"rgb(0, 128, 0)"
63,darkgreen,DarkGreen,green,#006400,"rgb(0, 100, 0)"
64,yellowgreen,YellowGreen,green,#9ACD32,"rgb(154, 205, 50)"
65,olivedrab,OliveDrab,green,#6B8E23,"rgb(107, 142, 35)"
66,olive,Olive,green,#808000,"rgb(128, 128, 0)"
67,darkolivegreen,DarkOliveGreen,green,#556B2F,"rgb(85, 107, 47)"
68,mediumaquamarine,MediumAquamarine,green,#66CDAA,"rgb(102, 205, 170)"
69,darkseagreen,DarkSeaGreen,green,#8FBC8F,"rgb(143, 188, 143)"
70,lightseagreen,LightSeaGreen,green,#20B2AA,"rgb(32, 178, 170)"
71,darkcyan,DarkCyan,cyan,#008B8B,"rgb(0, 139, 139)"
72,teal,Teal,cyan,#008080,"rgb(0, 128, 128)"
73,cyan,Cyan / Aqua,cyan,#00FFFF,"rgb(0, 255, 255)"
74,lightcyan,LightCyan,cyan,#E0FFFF,"rgb(224, 255, 255)"
75,paleturquoise,PaleTurquoise,cyan,#AFEEEE,"rgb(175, 238, 238)"
76,aquamarine,Aquamarine,cyan,#7FFFD4,"rgb(127, 255, 212)"
77,turquoise,Turquoise,cyan,#40E0D0,"rgb(64, 224, 208)"
78,mediumturquoise,MediumTurquoise,cyan,#48D1CC,"rgb(72, 209, 204)"
79,darkturquoise,DarkTurquoise,cyan,#00CED1,"rgb(0, 206, 209)"
80,cadetblue,CadetBlue,blue,#5F9EA0,"rgb(95, 158, 160)"
81,steelblue,SteelBlue,blue,#4682B4,"rgb(70, 130, 180)"
82,lightsteelblue,LightSteelBlue,blue,#B0C4DE,"rgb(176, 196, 222)"
83,powderblue,PowderBlue,blue,#B0E0E6,"rgb(176, 224, 230)"
84,lightblue,LightBlue,blue,#ADD8E6,"rgb(173, 216, 230)"
85,skyblue,SkyBlue,blue,#87CEEB,"rgb(135, 206, 235)"
86,lightskyblue,LightSkyBlue,blue,#87CEFA,"rgb(135, 206, 250)"
87,deepskyblue,DeepSkyBlue,blue,#00BFFF,"rgb(0, 191, 255)"
88,dodgerblue,DodgerBlue,blue,#1E90FF,"rgb(30, 144, 255)"
89,cornflowerblue,CornflowerBlue,blue,#6495ED,"rgb(100, 149, 237)"
90,royalblue,RoyalBlue,blue,#4169E1,"rgb(65, 105, 225)"
91,blue,Blue,blue,#0000FF,"rgb(0, 0, 255)"
92,mediumblue,MediumBlue,blue,#0000CD,"rgb(0, 0, 205)"
93,darkblue,DarkBlue,blue,#00008B,"rgb(0, 0, 139)"
94,navy,Navy,blue,#000080,"rgb(0, 0, 128)"
95,midnightblue,MidnightBlue,blue,#191970,"rgb(25, 25, 112)"
96,cornsilk,Cornsilk,brown,#FFF8DC,"rgb(255, 248, 220)"
97,blanchedalmond,BlanchedAlmond,brown,#FFEBCD,"rgb(255, 235, 205)"
98,bisque,Bisque,brown,#FFE4C4,"rgb(255, 228, 196)"
99,navajowhite,NavajoWhite,brown,#FFDEAD,"rgb(255, 222, 173)"
100,wheat,Wheat,brown,#F5DEB3,"rgb(245, 222, 179)"
101,burlywood,Burlywood,brown,#DEB887,"rgb(222, 184, 135)"
102,tan,Tan,brown,#D2B48C,"rgb(210, 180, 140)"
103,rosybrown,RosyBrown,brown,#BC8F8F,"rgb(188, 143, 143)"
104,sandybrown,SandyBrown,brown,#F4A460,"rgb(244, 164, 96)"
105,goldenrod,Goldenrod,brown,#DAA520,"rgb(218, 165, 32)"
106,darkgoldenrod,DarkGoldenrod,brown,#B8860B,"rgb(184, 134, 11)"
107,peru,Peru,brown,#CD853F,"rgb(205, 133, 63)"
108,chocolate,Chocolate,brown,#D2691E,"rgb(210, 105, 30)"
109,saddlebrown,SaddleBrown,brown,#8B4513,"rgb(139, 69, 19)"
110,sienna,Sienna,brown,#A0522D,"rgb(160, 82, 45)"
111,brown,Brown,brown,#A52A2A,"rgb(165, 42, 42)"
112,maroon,Maroon,brown,#800000,"rgb(128, 0, 0)"
113,white,White,white,#FFFFFF,"rgb(255, 255, 255)"
114,snow,Snow,white,#FFFAFA,"rgb(255, 250, 250)"
115,honeydew,Honeydew,white,#F0FFF0,"rgb(240, 255, 240)"
116,mintcream,MintCream,white,#F5FFFA,"rgb(245, 255, 250)"
117,azure,Azure,white,#F0FFFF,"rgb(240, 255, 255)"
118,aliceblue,AliceBlue,white,#F0F8FF,"rgb(240, 248, 255)"
119,ghostwhite,GhostWhite,white,#F8F8FF,"rgb(248, 248, 255)"
120,whitesmoke,WhiteSmoke,white,#F5F5F5,"rgb(245, 245, 245)"
121,seashell,Seashell,white,#FFF5EE,"rgb(255, 245, 238)"
122,beige,Beige,white,#F5F5DC,"rgb(245, 245, 220)"
123,oldlace,OldLace,white,#FDF5E6,"rgb(253, 245, 230)"
124,floralwhite,FloralWhite,white,#FFFAF0,"rgb(255, 250, 240)"
125,ivory,Ivory,white,#FFFFF0,"rgb(255, 255, 240)"
126,antiquewhite,AntiqueWhite,white,#FAEBD7,"rgb(250, 235, 215)"
127,linen,Linen,white,#FAF0E6,"rgb(250, 240, 230)"
128,lavenderblush,LavenderBlush,white,#FFF0F5,"rgb(255, 240, 245)"
129,mistyrose,MistyRose,white,#FFE4E1,"rgb(255, 228, 225)"
130,gainsboro,Gainsboro,gray,#DCDCDC,"rgb(220, 220, 220)"
131,lightgray,LightGray,gray,#D3D3D3,"rgb(211, 211, 211)"
132,silver,Silver,gray,#C0C0C0,"rgb(192, 192, 192)"
133,darkgray,DarkGray,gray,#A9A9A9,"rgb(169, 169, 169)"
134,gray,Gray,gray,#808080,"rgb(128, 128, 128)"
135,dimgray,DimGray,gray,#696969,"rgb(105, 105, 105)"
136,lightslategray,LightSlateGray,gray,#778899,"rgb(119, 136, 153)"
137,slategray,SlateGray,gray,#708090,"rgb(112, 128, 144)"
138,darkslategray,DarkSlateGray,gray,#2F4F4F,"rgb(47, 79, 79)"
139,black,Black,gray,#000000,"rgb(0, 0, 0)"
140,aqua,Aqua,cyan,#00FFFF,"rgb(0, 255, 255)"
141,fuchsia,Fuchsia,purple,#FF00FF,"rgb(255, 0, 255)"
142,darkgrey,DarkGrey,gray,#A9A9A9,"rgb(169, 169, 169)"
143,grey,Grey,gray,#808080,"rgb(128, 128, 128)"
144,dimgrey,DimGrey,gray,#696969,"rgb(105, 105, 105)"
145,lightslategrey,LightSlateGrey,gray,#778899,"rgb(119, 136, 153)"
146,slategrey,SlateGrey,gray,#708090,"rgb(112, 128, 144)"
147,darkslategrey,DarkSlateGrey,gray,#2F4F4F,"rgb(47, 79, 79)"
148,lightgrey,LightGrey,gray,#D3D3D3,"rgb(211, 211, 211)"