๐ŸŒ
W3Schools
w3schools.com โ€บ css โ€บ css_colors.asp
CSS Colors
In CSS, colors are specified by using a predefined color name, or with a RGB, HEX, HSL, RGBA, HSLA value.
๐ŸŒ
W3Schools
w3schools.com โ€บ colors โ€บ colors_names.asp
HTML Color Names
All modern browsers support the ... a color name, or a hex value, to view the color as the background-color along with different text colors): Click here to see the 140 colors sorted by HEX Value ... If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail: sales@w3schools.com ยท If you want to report an error, or if you want to make a suggestion, send us an e-mail: help@w3schools.com ยท HTML Tutorial CSS Tutorial ...
๐ŸŒ
W3Schools
w3schools.sinsixx.com โ€บ css โ€บ css_colornames.asp.htm
CSS Color Names - SinSiXX - W3Schools
Free HTML XHTML CSS JavaScript DHTML XML DOM XSL XSLT RSS AJAX ASP ADO PHP SQL tutorials, references, examples for web building.
๐ŸŒ
HTML Color Codes
htmlcolorcodes.com โ€บ color-names
Color Names โ€“ HTML Color Codes
Modern browsers support 140 named colors, which are listed below. Use them in your HTML and CSS by name, Hex color code, RGB or HSL value.
๐ŸŒ
W3C
w3.org โ€บ wiki โ€บ CSS โ€บ Properties โ€บ color โ€บ keywords
CSS/Properties/color/keywords - W3C Wiki
ThreeDShadow The color of the lighter (generally inner) of the two borders away from the light source for 3-D elements that appear 3-D due to two concentric layers of surrounding border. Window Window background. WindowFrame Window frame. WindowText Text in windows. Retrieved from "https://www.w3.org/wiki/index.php?title=CSS/Properties/color/keywords&oldid=52690"
๐ŸŒ
W3C
w3.org โ€บ wiki โ€บ CSS3 โ€บ Color โ€บ Basic_color_keywords
CSS3/Color/Basic color keywords - W3C Wiki
July 8, 2011 - The list of basic color keywords is: aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white, and yellow. The color names are case-insensitive. The CSS Color Module Level 3 specification defines the Basic color keywords in 4.1.
๐ŸŒ
W3Schools
w3schools.com โ€บ colors
Colors Tutorial
CSS supports 140 standard color names.
๐ŸŒ
W3Schools
w3schools.com โ€บ colors โ€บ colors_groups.asp
HTML Color Groups - W3Schools
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS DSA TYPESCRIPT ANGULAR ANGULARJS GIT POSTGRESQL MONGODB ASP AI R GO KOTLIN SWIFT SASS VUE GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE INTRO TO PROGRAMMING INTRO TO HTML & CSS BASH RUST ยท Colors HOME Color Names Color Values Color Groups Color Shades Color Picker Color Mixer Color Converter Color RGB Color HEX Color HSL Color HWB Color CMYK Color NCol Color Gradient Color Theory Color Wheels Color currentcolor Color Hues Color Schemes Color Palettes Color Brands Color W3.CSS Color Metro UI Color Win8 Color Flat UI Color Psychology
๐ŸŒ
W3Schools
w3schoolsua.github.io โ€บ colors โ€บ colors_names_en.html
HTML Colors Tutorial. Color Names. Examples. Lessons for beginners. W3Schools in English
HTML Colors Tutorial. Color Names Supported by All Browsers. Complete reference of colors. Examples. Lessons for beginners. W3Schools in English
Find elsewhere
๐ŸŒ
MDN Web Docs
developer.mozilla.org โ€บ en-US โ€บ docs โ€บ Web โ€บ CSS โ€บ Reference โ€บ Values โ€บ named-color
<named-color> - CSS | MDN - Mozilla
January 19, 2026 - Named colors consists of standard colors, the transparent and currentColor keywords. ... Initially, in CSS Level 1, only 16 basic colors were defined, with orange added in CSS Level 2. Web designers found this list too short, and browser vendors added numerous names for colors based on the ...
๐ŸŒ
W3Schools
w3schools.com โ€บ w3css โ€บ w3css_colors.asp
W3.CSS Colors
In addition to standard W3.CSS colors, W3.CSS can also use colors from a lot of different color libraries: ... You will learn a lot more about colors in later chapters of this tutorial. ... If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail: sales@w3schools.com
๐ŸŒ
University of Washington
washington.edu โ€บ accesscomputing โ€บ webd2 โ€บ student โ€บ unit3 โ€บ module2 โ€บ lesson2.html
WebD2: Applying Color in CSS
Many colors can be expressed using their english names. HTML 4.01 defined sixteen standard color names (aqua, black, blue, fuchsia, gray (or grey), green, lime, maroon, navy, olive, purple, red, silver, teal, white, and yellow that all browsers support. Most browsers today support standard ...
๐ŸŒ
W3Schools
w3schools.in โ€บ html โ€บ colors
HTML Colors: Learn How to Use Colors in Webpage
Learn how to use color in HTML to make web pages more visually appealing. This tutorial covers basic color syntax, color names, hexadecimal color codes, RGB color codes, and how to use CSS to style website elements with colors.
๐ŸŒ
Fandom
htmlcss.fandom.com โ€บ wiki โ€บ Color_Codes
Color Codes | HTML & CSS Wiki | Fandom
January 9, 2026 - Color Codes come in three different forms: Color Names. i.e. red, yellow, lime, etc. See W3Schools for a full list. Hexadecimal Notation using RGB triplets. i.e. #ff0000, #ffff00, #00ff00.
๐ŸŒ
W3Schools
w3schoolsua.github.io โ€บ colors โ€บ colors_w3css_en.html
HTML W3.CSS Colors. Examples. Lessons for beginners. W3Schools in English
HTML W3.CSS Colors. W3.CSS is a modern CSS framework used for styling HTML pages. The default color class used in W3.CSS is inspired by Material Design. Examples. Lessons for beginners. W3Schools in English
Top answer
1 of 1
5

Well the w3c standard is clear about that (https://www.w3.org/TR/SVG11/types.html#ColorKeywords) the colors are:

 1  aliceblue   rgb(240, 248, 255)
 2  antiquewhite    rgb(250, 235, 215)
 3  aqua    rgb( 0, 255, 255)
 4  aquamarine  rgb(127, 255, 212)
 5  azure   rgb(240, 255, 255)
 6  beige   rgb(245, 245, 220)
 7  bisque  rgb(255, 228, 196)
 8  black   rgb( 0, 0, 0)
 9  blanchedalmond  rgb(255, 235, 205)
10  blue    rgb( 0, 0, 255)
11  blueviolet  rgb(138, 43, 226)
12  brown   rgb(165, 42, 42)
13  burlywood   rgb(222, 184, 135)
14  cadetblue   rgb( 95, 158, 160)
15  chartreuse  rgb(127, 255, 0)
16  chocolate   rgb(210, 105, 30)
17  coral   rgb(255, 127, 80)
18  cornflowerblue  rgb(100, 149, 237)
19  cornsilk    rgb(255, 248, 220)
20  crimson rgb(220, 20, 60)
21  cyan    rgb( 0, 255, 255)
22  darkblue    rgb( 0, 0, 139)
23  darkcyan    rgb( 0, 139, 139)
24  darkgoldenrod   rgb(184, 134, 11)
25  darkgray    rgb(169, 169, 169)
26  darkgreen   rgb( 0, 100, 0)
27  darkgrey    rgb(169, 169, 169)
28  darkkhaki   rgb(189, 183, 107)
29  darkmagenta rgb(139, 0, 139)
30  darkolivegreen  rgb( 85, 107, 47)
31  darkorange  rgb(255, 140, 0)
32  darkorchid  rgb(153, 50, 204)
33  darkred rgb(139, 0, 0)
34  darksalmon  rgb(233, 150, 122)
35  darkseagreen    rgb(143, 188, 143)
36  darkslateblue   rgb( 72, 61, 139)
37  darkslategray   rgb( 47, 79, 79)
38  darkslategrey   rgb( 47, 79, 79)
39  darkturquoise   rgb( 0, 206, 209)
40  darkviolet  rgb(148, 0, 211)
41  deeppink    rgb(255, 20, 147)
42  deepskyblue rgb( 0, 191, 255)
43  dimgray rgb(105, 105, 105)
44  dimgrey rgb(105, 105, 105)
45  dodgerblue  rgb( 30, 144, 255)
46  firebrick   rgb(178, 34, 34)
47  floralwhite rgb(255, 250, 240)
48  forestgreen rgb( 34, 139, 34)
49  fuchsia rgb(255, 0, 255)
50  gainsboro   rgb(220, 220, 220)
51  ghostwhite  rgb(248, 248, 255)
52  gold    rgb(255, 215, 0)
53  goldenrod   rgb(218, 165, 32)
54  gray    rgb(128, 128, 128)
55  grey    rgb(128, 128, 128)
56  green   rgb( 0, 128, 0)
57  greenyellow rgb(173, 255, 47)
58  honeydew    rgb(240, 255, 240)
59  hotpink rgb(255, 105, 180)
60  indianred   rgb(205, 92, 92)
61  indigo  rgb( 75, 0, 130)
62  ivory   rgb(255, 255, 240)
63  khaki   rgb(240, 230, 140)
64  lavender    rgb(230, 230, 250)
65  lavenderblush   rgb(255, 240, 245)
66  lawngreen   rgb(124, 252, 0)
67  lemonchiffon    rgb(255, 250, 205)
68  lightblue   rgb(173, 216, 230)
69  lightcoral  rgb(240, 128, 128)
70  lightcyan   rgb(224, 255, 255)
71  lightgoldenrodyellow    rgb(250, 250, 210)
72  lightgray   rgb(211, 211, 211)
73  lightgreen  rgb(144, 238, 144)
74  lightgrey   rgb(211, 211, 211)
75  lightpink   rgb(255, 182, 193)
76  lightsalmon rgb(255, 160, 122)
77  lightseagreen   rgb( 32, 178, 170)
78  lightskyblue    rgb(135, 206, 250)
79  lightslategray  rgb(119, 136, 153)
80  lightslategrey  rgb(119, 136, 153)
81  lightsteelblue  rgb(176, 196, 222)
82  lightyellow rgb(255, 255, 224)
83  lime    rgb( 0, 255, 0)
84  limegreen   rgb( 50, 205, 50)
85  linen   rgb(250, 240, 230)
86  magenta rgb(255, 0, 255)
87  maroon  rgb(128, 0, 0)
88  mediumaquamarine    rgb(102, 205, 170)
89  mediumblue  rgb( 0, 0, 205)
90  mediumorchid    rgb(186, 85, 211)
91  mediumpurple    rgb(147, 112, 219)
92  mediumseagreen  rgb( 60, 179, 113)
93  mediumslateblue rgb(123, 104, 238)
94  mediumspringgreen   rgb( 0, 250, 154)
95  mediumturquoise rgb( 72, 209, 204)
96  mediumvioletred rgb(199, 21, 133)
97  midnightblue    rgb( 25, 25, 112)
98  mintcream   rgb(245, 255, 250)
99  mistyrose   rgb(255, 228, 225)
100 moccasin    rgb(255, 228, 181)
101 navajowhite rgb(255, 222, 173)
102 navy    rgb( 0, 0, 128)
103 oldlace rgb(253, 245, 230)
104 olive   rgb(128, 128, 0)
105 olivedrab   rgb(107, 142, 35)
106 orange  rgb(255, 165, 0)
107 orangered   rgb(255, 69, 0)
108 orchid  rgb(218, 112, 214)
109 palegoldenrod   rgb(238, 232, 170)
110 palegreen   rgb(152, 251, 152)
111 paleturquoise   rgb(175, 238, 238)
112 palevioletred   rgb(219, 112, 147)
113 papayawhip  rgb(255, 239, 213)
114 peachpuff   rgb(255, 218, 185)
115 peru    rgb(205, 133, 63)
116 pink    rgb(255, 192, 203)
117 plum    rgb(221, 160, 221)
118 powderblue  rgb(176, 224, 230)
119 purple  rgb(128, 0, 128)
120 red rgb(255, 0, 0)
121 rosybrown   rgb(188, 143, 143)
122 royalblue   rgb( 65, 105, 225)
123 saddlebrown rgb(139, 69, 19)
124 salmon  rgb(250, 128, 114)
125 sandybrown  rgb(244, 164, 96)
126 seagreen    rgb( 46, 139, 87)
127 seashell    rgb(255, 245, 238)
128 sienna  rgb(160, 82, 45)
129 silver  rgb(192, 192, 192)
130 skyblue rgb(135, 206, 235)
131 slateblue   rgb(106, 90, 205)
132 slategray   rgb(112, 128, 144)
133 slategrey   rgb(112, 128, 144)
134 snow    rgb(255, 250, 250)
135 springgreen rgb( 0, 255, 127)
136 steelblue   rgb( 70, 130, 180)
137 tan rgb(210, 180, 140)
138 teal    rgb( 0, 128, 128)
139 thistle rgb(216, 191, 216)
140 tomato  rgb(255, 99, 71)
141 turquoise   rgb( 64, 224, 208)
142 violet  rgb(238, 130, 238)
143 wheat   rgb(245, 222, 179)
144 white   rgb(255, 255, 255)
145 whitesmoke  rgb(245, 245, 245)
146 yellow  rgb(255, 255, 0)
147 yellowgreen rgb(154, 205, 50) 

so 147, then website can say different things and browser can support less than that, that is irrelevant in my opinion as the standard is that specified by the w3c

Also in the W3Schools page the RebeccaPurple is the one which is not present in the w3c standard

That being said rebeccaPurple appears in another more recent w3c page: https://www.w3.org/TR/css-color-4/#named-colors, and you can also see in the page that it has been added in CSS4. So basically the previous page I mentioned presenting the 147 official colors is valid for older CSS versions (3 and less) then and an extra one has been added to the CSS4 standard, for a total of 148 colors.

๐ŸŒ
147 Colors
147colors.com
147 Colors Grid - CSS Color Names
A tool for web designers and developers to learn the 147+ CSS color names that are available today.