Skip to contents

ucla_4 provides three blue brand gradient colors of the University of California, Los Angeles (UCLA), USA.

Usage

ucla_4

Format

An object of class character of length 3.

Source

Color definitions are based on UCLA's Color manual.

Value

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

Details

The 3 gradient colors are darker blue, defined as CMYK 100 45 0 45, RGB 0 85 135, or HEX #005587, UCLA blue, defined as CMYK 83 40 3 6, RGB 39 116 174, or HEX #2774AE, and lighter blue, defined as CMYK 45 14 0 0, RGB 139 184 232, or HEX #8BB8E8.

ucla_4 uses the HEX color definitions.

A blue gradient can be used to enliven fields of color.

If the gradient is used strictly as a background -- for instance, under an overlay box -- you can use the complete color range.

If you are overprinting the gradient with type, you need to make sure the resulting contrast ratio meets accessibility standards. See the color combination chart at https://brand.ucla.edu/identity/colors#accessibility.

Author

unicol, 2023-06-16.

Examples

ucla_4
#>  darker blue    UCLA blue lighter blue 
#>    "#005587"    "#2774AE"    "#8BB8E8" 
unikn::seecol(ucla_4, main = "The blue gradient colors of UCLA")  # view color palette


# Gradient with n = 7 tints:
unikn::seecol(unikn::usecol(ucla_4, n = 7), main = "UCLA blue brand gradient")