Web Colors - Wikipedia
Web Colors - Wikipedia
Web colors are colors used in displaying web pages on the World Wide Web; they can be described by way of three methods: a color may be
specified as an RGB triplet, in hexadecimal format (a hex triplet) or according to its common English name in some cases. A color tool or other
graphics software is often used to generate color values. In some uses, hexadecimal color codes are specified with notation using a leading
number sign (#).[1][2] A color is specified according to the intensity of its red, green and blue components, each represented by eight bits. Thus,
there are 24 bits used to specify a web color within the sRGB gamut, and 16,777,216 colors that may be so specified.
Colors outside the sRGB gamut can be specified in Cascading Style Sheets by making one or more of the red, green and blue components
negative or greater than 100%, so the color space is theoretically an unbounded extrapolation of sRGB similar to scRGB.[3] Specifying a non-
sRGB color this way requires the RGB() function call. It is impossible with the hexadecimal syntax (and thus impossible in legacy HTML
documents that do not use CSS).
The first versions of Mosaic and Netscape Navigator used the X11 color names as the basis for their color lists, as both started as X Window
System applications. Web colors have an unambiguous colorimetric definition, sRGB, which relates the chromaticities of a particular phosphor
set, a given transfer curve, adaptive whitepoint, and viewing conditions.[4] These have been chosen to be similar to many real-world monitors
and viewing conditions, to allow rendering to be fairly close to the specified values even without color management. User agents vary in the
fidelity with which they represent the specified colors. More advanced user agents use color management to provide better color fidelity; this is
particularly important for Web-to-print applications.
Hex triplet
A hex triplet is a six-digit (or eight-digit), three-byte (or four-byte) hexadecimal number used in HTML, CSS, SVG, and other computing
applications to represent colors. The bytes represent the red, green, and blue components of the color. The optional fourth byte refers to alpha
channel. One byte represents a number in the range 00 to FF (in hexadecimal notation), or 0 to 255 in decimal notation. This represents the least
(0) to the most (255) intensity of each of the color components. Thus web colors specify colors in the 24-bit RGB color scheme. The hex triplet
is formed by concatenating three bytes in hexadecimal notation, in the following order:
If any one of the three color values is less than 10 hex (16 decimal), it must be represented with a leading zero so that the triplet always has
exactly six digits. For example, the decimal triplet 4, 8, 16 would be represented by the hex digits 04, 08, 10, forming the hex triplet 040810.
The number of colors that can be represented by this system is 2563, 166, or 224 = 16,777,216.
This shorthand form reduces the palette to 4,096 colors, equivalent of 12-bit color as opposed to 24-bit color using the whole six-digit form
(16,777,216 colors). This limitation is sufficient for many text-based documents.
Conversion between number bases is a common feature of calculators, including both hand-held models and the software calculators bundled
with most modern operating systems. Web-based tools specifically for converting color values are also available.
Basic colors
The basic colors are 16 colors defined in the HTML 4.01 specification, ratified in 1999,[8] as follows (names are defined in this context to be
case-insensitive):
Hue
Hex Red Green Blue Satur. Light Satur. Value CGA number
Name (HSL/
(RGB) (RGB) (RGB) (RGB) (HSL) (HSL) (HSV) (HSV) (name); alias
HSV)
Yellow #FFFF00 100% 100% 0% 60° 100% 50% 100% 100% 14 (yellow)
Olive #808000 50% 50% 0% 60° 100% 25% 100% 50% 06 (brown)
10 (high green);
Lime #00FF00 0% 100% 0% 120° 100% 50% 100% 100%
green
Green #008000 0% 50% 0% 120° 100% 25% 100% 50% 02 (low green)
11 (high cyan);
Aqua #00FFFF 0% 100% 100% 180° 100% 50% 100% 100%
cyan
Teal #008080 0% 50% 50% 180° 100% 25% 100% 50% 03 (low cyan)
Blue #0000FF 0% 0% 100% 240° 100% 50% 100% 100% 09 (high blue)
Navy #000080 0% 0% 50% 240° 100% 25% 100% 50% 01 (low blue)
13
Fuchsia #FF00FF 100% 0% 100% 300° 100% 50% 100% 100% (high magenta);
magenta
05
Purple #800080 50% 0% 50% 300° 100% 25% 100% 50%
(low magenta)
These 16 were labelled as sRGB and included in the HTML 3.0 specification, which noted they were "the standard 16 colors supported with the
Windows VGA palette."[9]
Extended colors
Extended colors are the result of merging specifications from HTML 4.01, CSS 2.0, SVG 1.0 and CSS3 User Interfaces (CSS3 UI).[6]
Several colors are defined by web browsers. A particular browser may not recognize all of these colors, but as of 2005, all modern, general-use,
graphical browsers support the full list of colors. Many of these colors are from the list of X11 color names distributed with the X Window
System. These colors were standardized by SVG 1.0, and are accepted by SVG Full user agents. They are not part of SVG Tiny.
The list of colors shipped with the X11 product varies between implementations and clashes with certain of the HTML names such as green.
X11 colors are defined as simple RGB (hence, no particular color space), rather than sRGB. This means that the list of colors found in X11
(e.g., in /usr/lib/X11/rgb.txt) should not directly be used to choose colors for the web.[10]
The list of web "X11 colors" from the CSS3 specification, along with their hexadecimal and decimal
equivalents, is shown below. Compare the alphabetical lists in the W3C standards. This includes the
common synonyms: aqua (HTML4/CSS 1.0 standard name) and cyan (common sRGB name), fuchsia
(HTML4/CSS 1.0 standard name) and magenta (common sRGB name), gray (HTML4/CSS 1.0 standard
name) and grey.[11][12]
DeepPink FF1493 255, 20, 147 Purple 800080 128, 0, 128 Green 008000 0, 128, 0
PaleVioletRed DB7093 219, 112, 147 DarkMagenta 8B008B 139, 0, 139 DarkOliveGreen 556B2F 85, 107, 47
HotPink FF69B4 255, 105, 180 DarkViolet 9400D3 148, 0, 211 ForestGreen 228B22 34, 139, 34
LightPink FFB6C1 255, 182, 193 DarkSlateBlue 483D8B 72, 61, 139 SeaGreen 2E8B57 46, 139, 87
Pink FFC0CB 255, 192, 203 BlueViolet 8A2BE2 138, 43, 226 Olive 808000 128, 128, 0
Red colors DarkOrchid 9932CC 153, 50, 204 OliveDrab 6B8E23 107, 142, 35
DarkRed 8B0000 139, 0, 0 Fuchsia FF00FF 255, 0, 255 MediumSeaGreen 3CB371 60, 179, 113
Red FF0000 255, 0, 0 Magenta FF00FF 255, 0, 255 LimeGreen 32CD32 50, 205, 50
Firebrick B22222 178, 34, 34 SlateBlue 6A5ACD 106, 90, 205 Lime 00FF00 0, 255, 0
Crimson DC143C 220, 20, 60 MediumSlateBlue 7B68EE 123, 104, 238 SpringGreen 00FF7F 0, 255, 127
IndianRed CD5C5C 205, 92, 92 MediumOrchid BA55D3 186, 85, 211 MediumSpringGreen 00FA9A 0, 250, 154
LightCoral F08080 240, 128, 128 MediumPurple 9370DB 147, 112, 219 DarkSeaGreen 8FBC8F 143, 188, 143
Salmon FA8072 250, 128, 114 Orchid DA70D6 218, 112, 214 MediumAquamarine 66CDAA 102, 205, 170
DarkSalmon E9967A 233, 150, 122 Violet EE82EE 238, 130, 238 YellowGreen 9ACD32 154, 205, 50
LightSalmon FFA07A 255, 160, 122 Plum DDA0DD 221, 160, 221 LawnGreen 7CFC00 124, 252, 0
Orange FFA500 255, 165, 0 DarkBlue 00008B 0, 0, 139 MistyRose FFE4E1 255, 228, 225
CSS colors
The Cascading Style Sheets specification defines the same number of named colors as the HTML 4 spec, namely the 16 HTML colors, and 124
colors from the Netscape X11 color list for a total of 140 names that were recognized by Internet Explorer (IE) 3.0 and Netscape Navigator 3.0.
[13] Blooberry.com notes that Opera 2.1 and Safari 1 also included Netscape's expanded list of 140 color names, but later discovered 14 names
In CSS 2.1, the color 'orange' (one of the 140) was added to the section with the 16 HTML4 colors as a 17th color.[15] The CSS3.0 specification
did not include orange in the "HTML4 color keywords" section, which was renamed as "Basic color keywords".[16] In the same reference, the
"SVG color keywords" section, was renamed "Extended color keywords", after starting out as "X11 color keywords" in an earlier working
draft.[17] The working draft for the level 4 color module combines the Basic and Extended sections together in a simple "Named Colors"
section.[18]
Hue
Hex Red Green Blue Satur. Light Satur. Value
Name (HSL/ Alias
(RGB) (RGB) (RGB) (RGB) (HSL) (HSL) (HSV) (HSV)
HSV)
CSS 2, SVG and CSS 2.1 allow web authors to use system colors, which are color names whose values are taken from the operating system,
picking the operating system's highlighted text color, or the background color for tooltip controls. This enables web authors to style their
content in line with the operating system of the user agent.[19] The CSS3 color module has deprecated the use of system colors in favor of CSS3
UI System Appearance property,[20][21] which itself was subsequently dropped from CSS3.[22]
Appearance Keyword
linkText
visitedText
activeText
highlight
mark
The CSS3 specification also introduces HSL color space values to style sheets:[23]
/* RGB model */
p { color: #F00 } /* #rgb */
p { color: #FF0000 } /* #rrggbb */
p { color: rgb(255, 0, 0) } /* integer range 0 - 255 */
p { color: rgb(100%, 0%, 0%) } /* float range 0.0% - 100.0% */
CSS also supports the special color transparent, which represents an alpha value of zero; by default, transparent is rendered as an
invisible nominal black: rgba(0, 0, 0, 0). It was introduced in CSS1 but its scope of use has expanded over the versions.[23]
CSS Color 4
Level 4 of the CSS Color specification introduced several new CSS color formats.[24]
Besides new ways to write colors, it also introduces the concept of mixing colors in a non-sRGB color space, a first step towards fixing a well-
known issue in color gradients. Some sections explaining color theory and common operations like gamut mapping are also added to aid
implementation.[24]
▪ Display P3
▪ Prophoto
▪ REC.2020
▪ Adobe 1998 RGB
A linearized variant of sRGB is also defined for color mixing.[24]
Other formats
On 21 June 2014, the CSS WG added the color RebeccaPurple to the Editor's Draft of the Colors module level 4, to commemorate Eric Meyer's
daughter Rebecca, who died on 7 June 2014, her sixth birthday.[26]
Hue
Hex Red Green Blue Satur. Light Satur. Value
Name (HSL/ Alias
(RGB) (RGB) (RGB) (RGB) (HSL) (HSL) (HSV) (HSV)
HSV)
RebeccaPurple #663399 40% 20% 60% 270° 50% 40% 67% 60%
CSS Color 5
The draft CSS Color 5[27] specification introduces syntax for mixing and manipulating existing colors, including:
Web-safe colors
In the mid-1990s, many displays were only capable of displaying 256 colors,[28] dictated by the hardware or changeable by a "color table".
When a color was found (e.g., in an image) that was not available, a different one had to be used. This was done by either using the closest
color or by using dithering.
There were various attempts to make a "standard" color palette. A set of colors was needed that could be shown without dithering on 256-color
displays; the number 216 was chosen partly because computer operating systems customarily reserved sixteen to twenty colors for their own
use; it was also selected because it allowed exactly six equally spaced shades of red, green, and blue (6 × 6 × 6 = 216), each from 00 to FF
(including both limits).
The list of colors was presented as if it had special properties that render it immune to dithering, but on 256-color displays applications could
actually set a palette of any selection of colors that they chose, dithering the rest. These colors were chosen specifically because they matched
the palettes selected by various browser applications. There were not very different palettes in use in different browsers.
"Web-safe" colors had a flaw in that, on systems such as X11 where the palette is shared between applications, smaller color cubes (5×5×5 or
4×4×4) were allocated by browsers—the "web-safe" colors would dither on such systems. Different results were obtained by providing an
image with a larger range of colors and allowing the browser to quantize the color space if needed, rather than suffer the quality loss of a double
quantization.
Through the 2000s, use of 256-color displays in personal computers dropped sharply in favour of 24-bit (TrueColor) displays,[29] and the use of
"web-safe" colors has fallen into practical disuse.
The "web-safe" colors do not all have standard names, but each can be specified by an RGB triplet: each component (red, green, and blue) takes
one of the six values from the following table (out of the 256 possible values available for each component in full 24-bit color).
0 00 0 0
3 33 51 0.2
6 66 102 0.4
9 99 153 0.6
F (15) FF 255 1
The following table shows all of the "web-safe" colors. One shortcoming of the web-safe palette is its small range of light colors for webpage
backgrounds, whereas the intensities at the low end of the range, such as the two darkest, are similar to each other, making them hard to
distinguish. Values flanked by "*" (asterisk) are part of the "really safe palette;" see Safest web colors, below.
Color table
216 "web-safe" colors
Each color code listed is a shorthand for the RGB value. For example, code 609 is equivalent to RGB code 102-0-153 or HEX code #660099.
03 *003* *F03*
06
09
0C
0F *00F* *F0F*
⋮ ⋮
F9
FC *0FC* *3FC*
Accessibility
Color selection
Some browsers and devices do not support colors. For these displays or blind and colorblind users, Web content depending on colors can be
unusable or difficult to use.
Either no colors should be specified (to invoke the browser's default colors), or both the background and all foreground colors (such as the
colors of plain text, unvisited links, hovered links, active links, and visited links) should be specified to avoid black on black or white on
white effects.[32]
Color contrast
The Web Content Accessibility Guidelines recommend a contrast ratio of at least 4.5:1 between the relative luminance of text and its
background color[33] or at least 3:1 for large text. Enhanced accessibility requires contrast ratios greater than 7:1.
However, addressing accessibility concerns is not simply a matter of increasing the contrast ratio. As a report to the Web Accessibility Initiative
indicates,[34] dyslexic readers are better served by contrast ratios below the maximum. The recommendations they refer to of off-black
(#0A0A0A) on off-white (#FFFFE5) and black (#000000) on creme (#FAFAC8) have contrast ratios of 11.7:1 and 20.3:1 respectively. Among
their other color pairs, brown (#282800) on dark green (#A0A000) has a contrast ratio of 3.24:1, which is less than the WCAG
recommendation, dark brown (#1E1E00) on light green (#B9B900) has a contrast ratio of 4.54:1 and blue (#00007D) on yellow (#FFFF00) has
a contrast ratio of 11.4:1. The colors named in the report use different color values than the web colors of the same name.
See also
▪ Adobe RGB color space
▪ CIE 1931 XYZ color space
▪ CIE L*a*b* color space
▪ Color picker
▪ List of color palettes
▪ Lists of colors
▪ List of colors by shade
▪ ProPhoto RGB
▪ RGB color spaces
▪ scRGB
▪ Wide-gamut RGB color space
References
1. Niederst Robbins, Jennifer (February 2006). "Appendix D: Specifying Color". Web Design in a Nutshell. O'Reilly. p. 830.
ISBN 978-0-596-00987-8.
2. York, Richard. Beginning CSS, pp. 71–72.
3. Pemberton, Steven; Pettit, Brad (7 June 2011). Çelik, Tantek; Lilley, Chris; Baron, L. David (eds.). "CSS Color Module Level
3" (https://www.w3.org/TR/css3-color/#rgb-color). W3C. section 4.2.1. RGB color values.
4. Sharma, Gaurav; Bala, Raja (19 December 2017). Digital Color Imaging Handbook (https://books.google.com/books?id=O
xlBqY67rl0C&q=srgb&pg=PA89). CRC Press. ISBN 978-1-4200-4148-4.
5. Pemberton, Steven; Pettit, Brad (7 June 2011). Çelik, Tantek; Lilley, Chris; Baron, L. David (eds.). "4.2.1. RGB color values"
(http://www.w3.org/TR/css3-color/#rgb-color). CSS Color Module Level 3. W3C. Retrieved 19 March 2013.
6. "CSS Color Module Level 3" (https://www.w3.org/TR/2011/REC-css3-color-20110607/). W3c. Retrieved 19 July 2020.
7. Powell, Thomas A. (2010). HTML & CSS: The Complete Reference, Fifth Edition. New York: McGraw-Hill. p. 765.
ISBN 9780071741705.
8. "HTML 4.01 Specification | Basic HTML data types | Colors" (http://www.w3.org/TR/REC-html40/types.html#h-6.5). W3C.
Retrieved 8 July 2013.
9. Raggett, Dave. "HTML 3.2 Reference Specification | The BODY element" (http://www.w3.org/TR/REC-html32#body).
W3C. Retrieved 8 July 2013.
10. Lilley, Chris (24 April 2002). "Re: color names in SVG-1.0 conflict with /usr/lib/X11/rgb.txt" (https://lists.w3.org/Archives/P
ublic/www-svg/2002Apr/0052.html). W3C Public mailing list archives. Retrieved 8 July 2013.
11. Pemberton, Steven; Pettit, Brad (7 June 2011). Çelik, Tantek; Lilley, Chris; Baron, L. David (eds.). "4.3. Extended color
keywords" (http://www.w3.org/TR/css3-color/#svg-color). CSS Color Module Level 3. W3C. Retrieved 19 March 2013.
12. "Scalable Vector Graphics (SVG) 1.1 (Second Edition) | Basic Data Types and Interfaces | Recognized color keyword
names" (https://www.w3.org/TR/2011/REC-SVG11-20110816/types.html#ColorKeywords). W3C. 16 August 2011.
Retrieved 1 February 2019.
13. "The X11 Color Set" (https://web.archive.org/web/20140714181359/http://cng.seas.rochester.edu/CNG/docs/x11color.ht
ml). Computing and Networking in HSEAS. Archived from the original (http://cng.seas.rochester.edu/CNG/docs/x11color.ht
ml) on 14 July 2014. Retrieved 6 July 2014.
14. Brian Wilson. "Colors in HTML and CSS" (http://www.blooberry.com/indexdot/color/colors.htm). blooberry.com.
Retrieved 6 July 2014.
15. "CSS 2.1 Specification: Syntax and basic data types: Colors" (http://www.w3.org/TR/CSS21/syndata.html#color-units).
W3C. 8 September 2009. Retrieved 21 December 2009.
16. "CSS Color Module Level 3 – Proposed Recommendation - 11. Changes" (http://www.w3.org/TR/2010/PR-css3-color-2010
1028/#changes). W3C. 28 October 2010. Retrieved 6 July 2014.
17. "CSS3 module: Color | Working Draft" (http://www.w3.org/TR/2002/WD-css3-color-20020418/). W3C. 18 April 2002.
Retrieved 6 July 2014.
18. "CSS Color Module Level 4 – Named Colors" (http://dev.w3.org/csswg/css-color/#named-colors).
19. "User interface – System colors" (http://www.w3.org/TR/CSS21/ui.html#system-colors). W3C. Retrieved 8 July 2013.
20. Pemberton, Steven; Pettit, Brad (7 June 2011). Çelik, Tantek; Lilley, Chris; Baron, L. David (eds.). "4.5.1. CSS2 system
colors" (http://www.w3.org/TR/css3-color/#css2-system). CSS Color Module Level 3. W3C. Retrieved 19 March 2013.
21. "CSS3 Basic User Interface Module | System Appearance" (http://www.w3.org/TR/2004/CR-css3-ui-20040511/#system).
W3C. Retrieved 8 July 2013.
22. Çelik, Tantek, ed. (17 January 2012). "List of substantial changes" (http://www.w3.org/TR/css3-ui/#changes-list). CSS Basic
User Interface Module Level 3. W3C. Retrieved 19 March 2013. "System Appearance has been dropped, including
appearance values & property, and system fonts / extension of the 'font' property shorthand."
23. Pemberton, Steven; Pettit, Brad (7 June 2011). Çelik, Tantek; Lilley, Chris; Baron, L. David (eds.). "4.2.4. HSL color values"
(http://www.w3.org/TR/css3-color/#hsl-color). CSS Color Module Level 3. W3C. Retrieved 19 March 2013.
24. "CSS Color Module Level 4" (https://www.w3.org/TR/css-color-4/). W3C. Retrieved 14 March 2022.
25. "CSS Color Module Level 4: Overview" (https://www.w3.org/TR/css-color-4/Overview.html). W3C. Retrieved 11 January
2022.
26. Glazman, Daniel (21 June 2014). "Re: [CfC] adding 'rebeccapurple' to CSS Color Level 4" (https://lists.w3.org/Archives/Pu
blic/www-style/2014Jun/0312.html). Post to www-style mailing list. W3C. Retrieved 24 June 2014.
27. CSS Color Module Level 5 (https://www.w3.org/TR/css-color-5/)
28. Jenkins, Sue (27 December 2012). Web Design All-in-One For Dummies (https://books.google.com/books?id=50QM5XrxFz
QC&q=In+the+early+days+of+computing%2C+many+displays+were+only+capable+of+displaying+256+colors&pg=PT19
5). John Wiley & Sons. ISBN 9781118404119.
29. "Browser Display Statistics" (https://www.w3schools.com/browsers/browsers_display.asp). W3Schools. Retrieved 8 July
2013.
30. Lehn, David; Stern, Hadley. "Death of the Websafe Color Palette?" (https://web.archive.org/web/20210303202304/http
s://www.asc.ohio-state.edu/wilkins.5/color/websafecolors.html). asc.ohio-state.edu. Archived from the original (https://
www.asc.ohio-state.edu/wilkins.5/color/websafecolors.html) on 3 March 2021. Retrieved 3 March 2021.
31. Piperoglou, Stephanos (13 December 2000). "Web Color Reference - HTML with Style | 4" (https://web.archive.org/we
b/20161123191645/http://www.webreference.com/html/reference/color/websafe.html). WebReference. Archived from
the original (http://www.webreference.com/html/reference/color/websafe.html) on 23 November 2016. Retrieved
5 January 2016.
32. "If You Pick One Color, Pick Them All" (http://www.w3.org/QA/Tips/color). W3C. Retrieved 8 July 2013.
33. WCAG 2.0 guideline 1.4 (https://www.w3.org/TR/2008/REC-WCAG20-20081211/#visual-audio-contrast)
34. Optimal Colors to Improve Readability for People with Dyslexia (https://www.w3.org/WAI/RD/2012/text-customization/r
11)
External links
▪ CSS color value (https://developer.mozilla.org/en-US/docs/Web/CSS/color_value) on MDN Web Docs
▪ CSS2.1 Color Specification (https://www.w3.org/TR/CSS21/syndata.html#color-units)