The design system uses a curated color palette derived from UGA’s brand guidelines. Colors are organized into primary, secondary (vibrant, rich, dark, neutral), and gray categories. To apply these colors in your markup, use the color utility classes (e.g. .util-color-red, .util-background-olympic) rather than referencing hex values directly.
Contrast ratios are calculated against white (#FFFFFF), gray (#DEDEDE), and black (#000000) backgrounds per WCAG 2.0. A ratio of 4.5:1 or higher passes AA for normal text; 3:1 passes AA for large text.
The colors documented in the table below can be used at a variety of tint values. To use the tinted color, you should construct the color class as util-color-{colorName}__{tintValue} or util-background-{colorName}__{tintValue}. The following colors and tint values can be used in combination:
Sanford and Herty Field: 30% and 50%
Stegeman, Creamery, and Odyssey: 30%, 50%, and 75%
For example, to use Sanford as a background color at 50% the class would be util-background-sanford__50.