ITD

Design Kit

ITD Logo Guidelines

The Alameda County Information Technology Department 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.

ITD logo with guidelines on paper

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.

ITD logo with guidelines

Stacked

ITD logo with department and county names and tagline

Horizontal

horizontal ITD logo with department and county names and tagline

Minimum Height of Symbol
Digital: 40 pixels
Print: .5 inches

The Alameda County ITD Logo – Variations

The following are approved logo variations that can be used as needed based on layout or design requirements, or whether the use is internal or external.

Core Logo

Tertiary HRS Logo
ITD core stacked logo: symbol and wordmark

Minimum Height of Symbol
Digital: 40 pixels
Print: .5 inches

Other Variations

Symbol Only
Symbol Only
Symbol Only
Symbol Only
Symbol Only
Symbol Only
Symbol Only

Subbrand Guidelines

Use the following convention when creating subbrand logos:
Set the subbrand name in lowercase using the Poppins SemiBold typeface.

Symbol Only

For black version the subbrand name can be grey (#666666, CMYK: 59, 50, 50, 20)

black ITD logo with news subbrand

Symbol Only

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.

Symbol Only
secondary HRS logo with guidelines
stacked HRS logo with guidelines
ITD logo with department name with clearance guides
stacked HRS logo with guidelines
ITD logo with news subbrand with clearance guides
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.

HRS logo symbol only with guidelines

Logo Margins

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

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

primary HRS logo with guidelines
stacked HRS logo with guidelines
stacked HRS logo with guidelines
stacked HRS logo with guidelines
stacked HRS logo with guidelines
ITD logo with news subbrand with margin guides

Color

Green is a key element of the brand and should be used consistently across all communications to maintain a cohesive identity. The symbol features two shades of green.

Symbol Only

#339900
CMYK 80, 15, 100, 3

#006600
CMYK 88, 34, 100, 28

#000000
CMYK 75, 68, 67, 90

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 ITD logo usage
incorrect ITD logo usage
incorrect ITD logo usage
incorrect ITD logo usage
incorrect ITD logo usage
incorrect ITD logo usage

Black and White Logos

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

Black ITD logo with department and county names and tagline
White ITD logo with department and county names and tagline

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 Alameda County ITD 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:

ITD logo with department and county names and tagline

alt=”Alameda County Information Technology Department logo, people. service. innovation.”

 

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://itd.alamedacountyca.gov/”>
<img src=”images/logo.png” alt=”Alameda County ITD 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://itd.alamedacountyca.gov/” aria-label=”Alameda County ITD Homepage”>
<img src=”images/logo.png” alt=”Alameda County ITD logo, people. service. innovation.”></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?