Appendix F: Available colours

Strype allows you to specify colours as a hexadecimal string such as "#1098ee". The starting "#" indicates that this is a hexadecimal colour, and each pair of digits specifies the red, green and blue colour value (in that order, abbreviated RGB). So the colour above has "10" red, "98" green and "ee" blue. You can learn about hexadecimal numbers by searching online if you are not familiar with it.

If you would like to experiment more with hexadecimal colour values, do a web search for "hex color picker". You can find interactive websites that let you pick different colours and inspect their values.

You can alternatively use colour names, which can be easier if you are not familiar with RGB and hexadecimal. The table below shows all the available colours in Strype. Each row shows the string name you use for it, its hexadecimal value in case you want to then change to a similar but slightly different colour, and a column which shows what the colour looks like. (Colours may look a little different on screen, if you are reading this on paper.)

Strype ignores upper-case/lower-case for these colour names, so "AliceBlue" and "aliceblue" (or "aliceBlue") will all work as ways to use the "aliceblue" colour.

Color name Hex value Sample

"black"

#000000

"dimgray"

#696969

"dimgrey"

#696969

"gray"

#808080

"grey"

#808080

"darkgray"

#a9a9a9

"darkgrey"

#a9a9a9

"silver"

#c0c0c0

"lightgray"

#d3d3d3

"lightgrey"

#d3d3d3

"gainsboro"

#dcdcdc

"whitesmoke"

#f5f5f5

"white"

#ffffff

"rebeccapurple"

#663399

"blueviolet"

#8a2be2

"indigo"

#4b0082

"darkorchid"

#9932cc

"darkviolet"

#9400d3

"darkmagenta"

#8b008b

"fuchsia"

#ff00ff

"magenta"

#ff00ff

"purple"

#800080

"mediumvioletred"

#c71585

"deeppink"

#ff1493

"crimson"

#dc143c

"brown"

#a52a2a

"darkred"

#8b0000

"firebrick"

#b22222

"maroon"

#800000

"red"

#ff0000

"orangered"

#ff4500

"sienna"

#a0522d

"saddlebrown"

#8b4513

"darkolivegreen"

#556b2f

"darkgreen"

#006400

"forestgreen"

#228b22

"green"

#008000

"darkcyan"

#008b8b

"darkslategray"

#2f4f4f

"darkslategrey"

#2f4f4f

"teal"

#008080

"royalblue"

#4169e1

"blue"

#0000ff

"darkblue"

#00008b

"mediumblue"

#0000cd

"midnightblue"

#191970

"navy"

#000080

"slateblue"

#6a5acd

"darkslateblue"

#483d8b

"mediumpurple"

#9370d8

"mediumorchid"

#ba55d3

"plum"

#dda0dd

"violet"

#ee82ee

"orchid"

#da70d6

"hotpink"

#ff69b4

"palevioletred"

#d87093

"indianred "

#cd5c5c

"lightcoral"

#f08080

"rosybrown"

#bc8f8f

"salmon"

#fa8072

"tomato"

#ff6347

"darksalmon"

#e9967a

"coral"

#ff7f50

"lightsalmon"

#ffa07a

"chocolate"

#d2691e

"sandybrown"

#f4a460

"peru"

#cd853f

"darkorange"

#ff8c00

"orange"

#ffa500

"darkgoldenrod"

#b8860b

"goldenrod"

#daa520

"olive"

#808000

"olivedrab"

#6b8e23

"darkseagreen"

#8fbc8f

"limegreen"

#32cd32

"seagreen"

#2e8b57

"mediumseagreen"

#3cb371

"lightseagreen"

#20b2aa

"darkturquoise"

#00ced1

"cadetblue"

#5f9ea0

"deepskyblue"

#00bfff

"steelblue"

#4682b4

"dodgerblue"

#1e90ff

"lightslategray"

#778899

"lightslategrey"

#778899

"slategray"

#708090

"cornflowerblue"

#6495ed

"mediumslateblue"

#7b68ee

"thistle"

#d8bfd8

"pink"

#ffc0cb

"lightpink"

#ffb6c1

"peachpuff"

#ffdab9

"burlywood"

#deb887

"tan"

#d2b48c

"navajowhite"

#ffdead

"wheat"

#f5deb3

"gold"

#ffd700

"khaki"

#f0e68c

"palegoldenrod"

#eee8aa

"darkkhaki"

#bdb76b

"yellowgreen"

#9acd32

"greenyellow"

#adff2f

"chartreuse"

#7fff00

"lawngreen"

#7cfc00

"lightgreen"

#90ee90

"lime"

#00ff00

"palegreen"

#98fb98

"springgreen"

#00ff7f

"mediumspringgreen"

#00fa9a

"mediumaquamarine"

#66cdaa

"aquamarine"

#7fffd4

"turquoise"

#40e0d0

"mediumturquoise"

#48d1cc

"aqua"

#00ffff

"cyan"

#00ffff

"paleturquoise"

#afeeee

"powderblue"

#b0e0e6

"lightblue"

#add8e6

"skyblue"

#87ceeb

"lightskyblue"

#87cefa

"lightsteelblue"

#b0c4de

"lavenderblush"

#fff0f5

"snow"

#fffafa

"mistyrose"

#ffe4e1

"seashell"

#fff5ee

"linen"

#faf0e6

"bisque"

#ffe4c4

"antiquewhite"

#faebd7

"blanchedalmond"

#ffebcd

"papayawhip"

#ffefd5

"moccasin"

#ffe4b5

"oldlace"

#fdf5e6

"floralwhite"

#fffaf0

"cornsilk"

#fff8dc

"lemonchiffon"

#fffacd

"beige"

#f5f5dc

"ivory"

#fffff0

"lightgoldenrodyellow"

#fafad2

"lightyellow"

#ffffe0

"yellow"

#ffff00

"honeydew"

#f0fff0

"mintcream"

#f5fffa

"azure"

#f0ffff

"lightcyan"

#e0ffff

"aliceblue"

#f0f8ff

"ghostwhite"

#f8f8ff

"lavender"

#e6e6fa


1. https://shakespeareoxfordfellowship.org/shakespeare-by-the-numbers-what-stylometrics-can-and-cannot-tell-us