Style Guide

Your Health Research Style Guide

This style guide defines the visual requirements for the Your Health Research brand. It includes guidance for logos, colors, photography, illustrations, typography, and digital presentation.

Use these standards when creating or updating application screens, emails, marketing pages, and other digital materials so the Your Health Research experience remains consistent, accessible, and recognizable.

Logos

Logo Requirements

Colors

Color Requirements

Your Health Research allows colors to be customized to meet an institution’s needs. The colors below can be specified when standing up the application for an institution or research network.

Brand Colors

Brand colors set the overarching brand for the platform. They are used on global application elements such as headers, footers, and emails. They should conform to an institution’s or research network’s broader color scheme.

Primary #00274C 0, 39, 76
Secondary #FFCB05 255, 203, 5
Brand colors are generally used as background colors for headers, footers, and emails. The font on them is generally white.

Do

  • Use deep, dark, bold hues as brand colors.
  • Make sure the primary and secondary brand colors contrast with each other.

Don’t

  • Avoid lighter hues for brand colors.
  • Light brand colors may cause white text to disappear or become difficult to read.

Application Colors

Application colors are used for interaction elements within the application and their varied states. Examples include buttons, tab bars, accordions, and modal headers.

Primary #366CAF 54, 108, 175
Secondary #FF9800 255, 152, 0
Accent 1 #800080 128, 0, 128
Accent 2 #3F51B5 63, 81, 181
Application colors are generally used on elements that can be clicked. These elements usually have white text on them.

Do

  • Use an accessibility contrast checker to ensure application colors have a high contrast ratio with white text.

Don’t

  • Avoid lighter hues.
  • Light colors may cause white text on them to not show clearly.

Background Colors

Background colors are used for setting the background color of the page and for adding emphasis to text and sections.

Neutral #F2F2F2 242, 242, 242
Emphasis #D7E5F1 215, 229, 241
Background colors are paired with a dark font color.

Do

  • Use lighter hues for background colors.

Don’t

  • Avoid darker background colors.
  • Dark background colors may cause dark text to become difficult to read.
Colors

An Example Color Scheme

The University of Michigan uses institutional maize and blue as its brand colors. This helps with brand recognition and trust because visitors can quickly identify the experience as a University of Michigan site.

Replace with Image 11
University of Michigan example color scheme and application usage.
Colors

Accessibility

Consider web accessibility when choosing colors. Use online accessibility checkers, such as WebAIM, to test contrast between text and background colors.

Photos & Illustrations

HERO Images

HERO images are used as a backdrop for marketing messages on the home page. These images set the tone for the experience potential volunteers will have with recruitment efforts.

Replace with Image 13
Examples of HERO images and homepage placement.

Anatomy of a HERO Banner

A HERO banner is made up of the HERO image, an accompanying quote, and a campaign tagline.

The quote and campaign tagline sections are not part of the HERO image. They are layered over the image in HTML.

Choosing or Creating HERO Images

When choosing HERO images, compose the image around a clear primary subject. The primary subject should sit toward the top-left third of the image so that quote and campaign messaging can be layered on the right side.

Do

  • Use a minimum image size of 1920px × 1080px.
  • Compose or choose the image around a primary subject.
  • Center the primary subject’s face in the top-left third of the image.
  • Leave open space on the right side for quote and campaign messaging.

Don’t

  • Do not use an image smaller than 1920px × 1080px.
  • Do not use images with more than one competing area of focus.
  • Do not place the main subject on the right side of the image.
  • Do not use images where messaging would cover the subject’s face or important detail.
Photos & Illustrations

Highlighted Searches

Popular searches are used to provide volunteers with quick browsing access through the homepage to study categories that are in high demand. Each category has a title and an accompanying background image.

Replace with Image 14
Highlighted searches section on the homepage.

Anatomy of a Highlighted Search Bucket

A highlighted search bucket is made up of a background image and a search title.

The blue overlay on the image is added by CSS. You do not need to find or create an image with the overlay already applied.

Choosing or Creating Highlighted Search Background Images

Do

  • Use an ideal image size of 800px × 530px.
  • Make sure the image composition is simple yet meaningful.
  • Choose images with enough visual quiet space for the search title.

Don’t

  • Avoid bold or overly busy color compositions.
  • Avoid images that make the white title text hard to read.
  • Do not add the blue overlay directly into the image file.
Photos & Illustrations

Illustrations in Emails

Some emails include illustrations or supporting images. These visuals should reinforce the message while maintaining the Your Health Research visual system.

Replace with Image 15
Examples of email layouts using illustrations and supporting imagery.

Illustration Images

Illustrations and supporting images in emails should feel simple, focused, and message-driven. They should support the email’s purpose without distracting from the primary call to action.

Quote Sources

Quote source images may be used to support testimonial-style content in emails. Keep quote source imagery clear, human, and emotionally relevant to the message.

Fonts

Font Specifications

Primary Font Family

The application is carefully typeset using the Roboto font family. These fonts are served by Google Fonts.

Roboto

Aa
ABCDEFGHIJKLMNOPQRSTUVWXYZ
abcdefghijklmnopqrstuvwxyz
1234567890(.,;?!$&*)
Roboto
Weight: italic
Style: italic
Aa
ABCDEFGHIJKLMNOPQRSTUVWXYZ
abcdefghijklmnopqrstuvwxyz
1234567890(.,;?!$&*)
Roboto
Weight: 300
Style: normal
Aa
ABCDEFGHIJKLMNOPQRSTUVWXYZ
abcdefghijklmnopqrstuvwxyz
1234567890(.,;?!$&*)
Roboto
Weight: 400
Style: normal
Aa
ABCDEFGHIJKLMNOPQRSTUVWXYZ
abcdefghijklmnopqrstuvwxyz
1234567890(.,;?!$&*)
Roboto
Weight: 500
Style: normal
Aa
ABCDEFGHIJKLMNOPQRSTUVWXYZ
abcdefghijklmnopqrstuvwxyz
1234567890(.,;?!$&*)
Roboto
Weight: 700
Style: normal

Usage

HTML:
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" type="text/css">

CSS:
font-family: "Roboto", sans-serif;

Backup Font Family

As a backup to the web font, Arial is used when the primary font family fails to load over the internet. Arial is a system font.

Arial

Aa
ABCDEFGHIJKLMNOPQRSTUVWXYZ
abcdefghijklmnopqrstuvwxyz
1234567890(.,;?!$&*)
Arial
Weight: italic
Style: italic
Aa
ABCDEFGHIJKLMNOPQRSTUVWXYZ
abcdefghijklmnopqrstuvwxyz
1234567890(.,;?!$&*)
Arial
Weight: 400
Style: normal
Aa
ABCDEFGHIJKLMNOPQRSTUVWXYZ
abcdefghijklmnopqrstuvwxyz
1234567890(.,;?!$&*)
Arial
Weight: bold
Style: normal

Usage

CSS:
font-family: "Arial", sans-serif;
While it is possible to customize the font family, it is strongly discouraged. Customizing the font family might lead to unreliable typographic results.