All companies use colors. A client, the company owner or their brand defines them in the form of a color scheme. This is given to a software developer and used as the color spec or color scope. And all apps, web or mobile, have project scope.
The color scope is usually defined as a combination of 2 or more colors. Each color is an html color name, a web color, an RGB color code, or a hex code.
Below are common colors used in various Google Apps (like Gmail, Sheets or Docs) :
black | dark grey 4 | dark grey 3 | dark grey 2 | dark grey 1 | grey | light grey 1 | light grey 2 | light grey 3 | white |
#000000 | #434343 | #666666 | #999999 | #b7b7b7 | #cccccc | #d9d9d9 | #efefef | #f3f3f3 | #ffffff |
0, 0, 0 | 67, 67, 67 | 102, 102, 102 | 153, 153, 153 | 183, 183, 183 | 204, 204, 204 | 217, 217, 217 | 239, 239, 239 | 243, 243, 243 | 255, 255, 255 |
red berry | red | orange | yellow | green | cyan | cornflower blue | blue | purple | magenta |
#980000 | #ff0000 | #ff9900 | #ffff00 | #00ff00 | #00ffff | #4a86e8 | #0000ff | #9900ff | #ff00ff |
152, 0, 0 | 255, 0, 0 | 255, 153, 0 | 255, 255, 0 | 0, 255, 0 | 0, 255, 255 | 74, 134, 232 | 0, 0, 255 | 153, 0, 255 | 255, 0, 255 |
light red berry 3 | light red 3 | light orange 3 | light yellow 3 | light green 3 | light cyan 3 | light cornflower blue 3 | light blue 3 | light purple 3 | light magenta 3 |
#e6b8af | #f4cccc | #fce5cd | #fff2cc | #d9ead3 | #d0e0e3 | #c9daf8 | #cfe2f3 | #d9d2e9 | #ead1dc |
230, 184, 175 | 244, 204, 204 | 252, 229, 205 | 255, 242, 204 | 217, 234, 211 | 208, 224, 227 | 201, 218, 248 | 207, 226, 243 | 217, 210, 233 | 234, 209, 220 |
light red berry 2 | light red 2 | light orange 2 | light yellow 2 | light green 2 | light cyan 2 | light cornflower blue 2 | light blue 2 | light purple 2 | light magenta 2 |
#dd7e6b | #ea9999 | #f9cb9c | #ffe599 | #b6d7a8 | #a2c4c9 | #a4c2f4 | #9fc5e8 | #b4a7d6 | #d5a6bd |
221, 126, 107 | 234, 153, 153 | 249, 203, 156 | 255, 229, 153 | 182, 215, 168 | 162, 196, 201 | 164, 194, 244 | 159, 197, 232 | 180, 167, 214 | 213, 166, 189 |
light red berry 1 | light red 1 | light orange 1 | light yellow 1 | light green 1 | light cyan 1 | light cornflower blue 1 | light blue 1 | light purple 1 | light magenta 1 |
#cc4125 | #e06666 | #f6b26b | #ffd966 | #93c47d | #76a5af | #6d9eeb | #6fa8dc | #8e7cc3 | #c27ba0 |
204, 65, 37 | 224, 102, 102 | 246, 178, 107 | 255, 217, 102 | 147, 196, 125 | 118, 165, 175 | 109, 158, 235 | 111, 168, 220 | 142, 124, 195 | 194, 123, 160 |
dark red berry 1 | dark red 1 | dark orange 1 | dark yellow 1 | dark green 1 | dark cyan 1 | dark cornflower blue 1 | dark blue 1 | dark purple 1 | dark magenta 1 |
#a61c00 | #cc0000 | #e69138 | #f1c232 | #6aa84f | #45818e | #3c78d8 | #3d85c6 | #674ea7 | #a64d79 |
166, 28, 0 | 204, 0, 0 | 230, 145, 56 | 241, 194, 50 | 106, 168, 79 | 69, 129, 142 | 60, 120, 216 | 61, 133, 198 | 103, 78, 167 | 166, 77, 121 |
dark red berry 2 | dark red 2 | dark orange 2 | dark yellow 2 | dark green 2 | dark cyan 2 | dark cornflower blue 2 | dark blue 2 | dark purple 2 | dark magenta 2 |
#85200c | #990000 | #b45f06 | #bf9000 | #38761d | #134f5c | #1155cc | #0b5394 | #351c75 | #741b47 |
133, 32, 12 | 153, 0, 0 | 180, 95, 6 | 191, 144, 0 | 56, 118, 29 | 19, 79, 92 | 17, 85, 204 | 11, 83, 148 | 53, 28, 117 | 116, 27, 71 |
dark red berry 3 | dark red 3 | dark orange 3 | dark yellow 3 | dark green 3 | dark cyan 3 | dark cornflower blue 3 | dark blue 3 | dark purple 3 | dark magenta 3 |
#5b0f00 | #660000 | #783f04 | #7f6000 | #274e13 | #0c343d | #1c4587 | #073763 | #20124d | #4c1130 |
91, 15, 0 | 102, 0, 0 | 120, 63, 4 | 127, 96, 0 | 39, 78, 19 | 12, 52, 61 | 28, 69, 135 | 7, 55, 99 | 32, 18, 77 | 76, 17, 48 |