Skip to contents

uchicago_2 provides the 21 accent colors of the University of Chicago, USA.

Usage

uchicago_2

Format

An object of class character of length 23.

Source

Color definitions are based on UChicago's Brand Identity Guidelines.

Value

A named vector of colors (HEX/HTML codes of type character).

Details

"goldenrod" (defined as Pantone 124C, CMYK 0/25/100/4, RGB 234/170/0, or HEX #EAAA00), "light goldenrod" (defined as Pantone 129C, CMYK 0/12/90/0, RGB 243/208/62, or HEX #F3D03E), "dark goldenrod" (defined as Pantone 131C, CMYK 3/36/100/11, RGB 204/138/0, or HEX #CC8A00), "terracotta" (defined as Pantone 138C, CMYK 0/46/100/6, RGB 222/124/0, or HEX #DE7C00), "light terracotta" (defined as Pantone 157C, CMYK 0/37/74/0, RGB 236/161/84, or HEX #ECA154), "dark terracotta" (defined as Pantone 1675C, CMYK 5/71/100/27, RGB 169/67/30, or HEX #A9431E), "ivy" (defined as Pantone 576C, CMYK 44/4/88/22, RGB 120/157/74, or HEX #789D4A), "light ivy" (defined as Pantone 577C, CMYK 29/2/58/2, RGB 169/196/127, or HEX #A9C47F), "dark ivy" (defined as Pantone 574C, CMYK 52/20/98/66, RGB 19/48/28, or HEX #13301C), "forest" (defined as Pantone 7483C, CMYK 82/15/85/50, RGB 39/93/56, or HEX #275D38), "light forest" (defined as Pantone 7494C, CMYK 31/6/42/16, RGB 156/175/136, or HEX #9CAF88), "dark forest" (defined as Pantone 553C, CMYK 72/28/65/74, RGB 40/71/52, or HEX #284734), "lake" (defined as Pantone 633C, CMYK 100/7/10/31, RGB 0/115/150, or HEX #007396), "light lake" (defined as Pantone 631C, CMYK 70/0/15/2, RGB 62/177/200, or HEX #3EB1C8), "dark lake" (defined as Pantone 303C, CMYK 100/55/18/76, RGB 0/42/58, or HEX #002A3A), "violet" (defined as Pantone 519C, CMYK 63/90/9/50, RGB 89/49/95, or HEX #59315F), "light violet" (defined as Pantone 5205C, CMYK 25/42/13/43, RGB 134/100/122, or HEX #86647A), "dark violet" (defined as Pantone 7449C, CMYK 63/96/21/83, RGB 65/39/59, or HEX #41273B), "brick" (defined as Pantone 1807C, CMYK 6/85/71/30, RGB 164/52/58, or HEX #A4343A), "light brick" (defined as Pantone 7522C, CMYK 10/58/54/18, RGB 180/106/85, or HEX #B46A55), and "dark brick" (defined as Pantone 1817C, CMYK 20/70/59/60, RGB 100/51/53, or HEX #643335).

uchicago_2 uses the HEX color definitions.

The secondary palette is to be used sparingly and always in conjunction with the primary palette. In other words, all print and digital communications will utilize the primary palette as the dominant color scheme, with the secondary color palette providing subtle accent color options.

Author

unicol, 2023-06-14.

Examples

uchicago_2
#>        goldenrod  light goldenrod   dark goldenrod       terracotta 
#>        "#EAAA00"        "#F3D03E"        "#CC8A00"        "#DE7C00" 
#> light terracotta  dark terracotta              ivy        light ivy 
#>        "#ECA154"        "#A9431E"        "#789D4A"        "#A9C47F" 
#>         dark ivy           forest     light forest      dark forest 
#>        "#13301C"        "#275D38"        "#9CAF88"        "#284734" 
#>             lake       light lake        dark lake           violet 
#>        "#007396"        "#3EB1C8"        "#002A3A"        "#59315F" 
#>     light violet      dark violet            brick      light brick 
#>        "#86647A"        "#41273B"        "#A4343A"        "#B46A55" 
#>       dark brick            white            black 
#>        "#643335"        "#FFFFFF"        "#000000" 
unikn::seecol(uchicago_2, main = "Accent colors of UChicago") # view color palette