Diversity Programs Unit

Design Kit

Logo Usage Guidelines

The Diversity Programs Unit logo is an important expression of its brand identity. By applying the wordmark and the symbol in a consistent manner, the recognition and visibility of the brand is strengthened. These few simple rules will help you use the logo, wordmark, and symbol to communicate the brand most effectively.

DPU logo symbol on paper with guidelines

Logo Anatomy

The logo consists of a symbol and a wordmark. The symbol and the wordmark can be used together or the symbol can be used independently.

DPU-logo-anatomy

Diversity Programs Unit Logo

This is the Diversity Programs Unit logo, It is the primary graphic device and should be the first choice when choosing a graphic element to represent the brand.

Primary

Primary DPU logo
Minimum Height
Digital: 40 pixels
Print: .5 inches

Secondary

DPU logo stacked

Minimum Height
Digital: 40 pixels
Print: .5 inches

Diversity Programs Unit Logo – Variations

These are variations of the logo that can be used when space is limited.

DPU logo stacked
DPU logo stacked 3

Symbol Only

DPU logo - symbol only
Minimum Height
Digital: 25 pixels
Print: .3 inches

Logo Clearance

When using the logo in a design or placing it next to other visual elements, it should have plenty of room to breathe. This maximizes the visibility & impact of the logo. The minimum amount of space that the logo must have on all sides is ½ the height of the symbol.

For example: If the logo is sized 60px tall, there should be at least 30px of clearspace on all sides.

DPU primary logo with clearance guidelines
DPU stacked logo with clearance guidelines
DPU stacked logo with clearance guidelines
DPU stacked logo with clearance guidelines
If symbol is used alone, the minimum amount of space on all sides is ¼ the height of the symbol.

For example: If the logo is sized 60px tall, there should be at least 15px of clearspace on all sides.

DPU logo symbol with clearance guidelines

Logo Margins

Do not alter the spacing between the symbol and the wordmark. The distance between the symbol and the wordmark is 1/5 the height of the symbol.

For example: If the symbol is sized 100px tall, there should be 20px between the symbol and the wordmark.

DPU primary logo with margin guidelines
DPU stacked logo with margin guidelines

Color

The symbol uses 7 colors. 

Primary DPU logo

#087CA9
CMYK 86, 43, 17, 1

#FDD301
CMYK 2, 15, 100, 0

#0EB9E8
CMYK 69, 4, 2, 0

#F5841F
CMYK 0, 59, 100, 0

#5BB947
CMYK 67, 0, 100, 0

#EC186A
CMYK 0, 99, 34, 0

#92C849
CMYK 47, 0, 92, 0

Incorrect Usage of Logo

  1. Do not reverse logo.
  2. Do not apply other colors.
  3. Do not rotate any single part of the logo.
  4. Do not stretch or alter the proportions of the logo.
  5. Do not change the arrangement of the logo.
  6. Do not apply gradients, shadows, or other effects.
incorrect DPU logo usage
incorrect DPU logo usage
incorrect DPU logo usage
incorrect DPU logo usage
incorrect DPU logo usage
incorrect DPU logo usage

Inverted

These versions are to be used on black backgrounds. The same clearance, margin and usage rules apply.

Primary DPU logo
Stacked DPU logo
Stacked DPU logo
Stacked DPU logo

Black and White Logos

These should only be used when it is not possible to use color.

primary DPU logo black
stacked DPU logo black
primary DPU logo white
stacked DPU logo white

Digital Accessibility

Digital accessibility involves designing and building websites, tools and technologies that allow access to all visitors, no matter what their abilities or disabilities.

ITD follows the Web Content Accessibility Guidelines (WCAG) 2.1, which are international standards that define how to make web content more accessible. WCAG only requires logos to have text alternatives. However, even though logos are exempt from other WCAG guidelines, ITD still strives to create designs that are accessible to all users, including those with disabilities.

a11y Digital Accessibility logo

Our goal with accessibility isn’t simply WCAG conformance but to present the best possible experience for users.

The Diversity Programs Unit logo follows these accessibility guidelines:

  • The wordmark exceeds the minimum color contrast ratio of 3:1
  • The wordmark uses a sans-serif font which has a slightly higher readability than serif fonts
  • The logo mark is not too visually complex

When using logos digitally make sure to include an alternate text attribute:

 

Alt Text
To comply with the WCAG guidelines always provide text-alternatives when using any logo digitally.

For example:

Primary DPU logo

alt=”Diversity Programs Unit logo”

 

Logos with a hyperlink
Logos often function as hyperlinks, following the best practice of linking to the homepage. It is important to use appropriate markup in the html to make it accessible. The link element (aka anchor tag) supports the function of naming from child content.  The logo image is the child of the link, and so the alt text of the logo will become the text for the link. To be a meaningful link, the alt text should describe where the link will go.

For example:

<a href=”https://alamedacountyca.gov/diversity/”>
<img src=”images/logo.png” alt=”Diversity Progams Unit Homepage”></a>

If you are linking the logo in an older application or system that will not allow setting or changing the alt text of the logo image, you can fall back to using an aria-label attribute on the anchor tag. The aria-label attribute on an anchor tag will hide the child content (the image) from assistive technology and the aria-label value will become the text for the link.

For example:

<a href=”https://alamedacountyca.gov/diversity/” aria-label=”Diversity Programs Unit Homepage”>
<img src=”images/logo.png” alt=”Diversity Programs Unit”></a>

If adding an aria-label is not possible, we suggest that you don’t place a link on the logo, and instead provide a text link.

Need Help? Have Questions?