Basics

Colours, typography, icons and buttons

Digital design principles

Clean and simple
The space around our content is as important as the content itself. Our digital landscape should be easy to follow and have room to breathe.
Inclusive
It is vital that our digital presence is available to as many customers as possible, which is why we continue to strive towards being WCAG 2.1 AA compliant
Complementary
Our digital presence should be aligned to modern media best practices, while still maintaining the Skipton feel.

Colours

The Skipton digital colour palette is based on the Skipton core colour palette, with digital display and accessibility in mind.

Core palette

Online Cyan

  • #069DE5

Online Blue

  • #017ACD

Primary Purple

  • #2B2171

Greys

Grey 1

  • #F4F4F8

Grey 2

  • #E9EAEF

Grey 3

  • #DCDEE3

Grey 4

  • #747476

Utility colours

Font Grey

  • #222222

Success Green

  • #238830

Warning Amber

  • #C05100

Error Red

  • #B12B2B

Colour combinations

It's important that we achieve a suitable level of colour contrast to ensure that text remains legible.

  • Regular/body text must have a minimum colour contrast level of 4.5:1 with the background
  • Larger text (24px+) may have a lower colour contrast level of 3:1
  • Logos and incidental text are exempt from colour contrast guidelines

Universal colour combinations

The colour combinations below meet the minimum 4.5:1 colour contrast ratio, and can be used for any sized text.

Text Grey on White

#222222 on #FFFFFF

Contrast: 15.9

White on Online Blue

#FFFFFF on #017ACD

Contrast: 4.5

White on Primary Purple

#FFFFFF on #2B2171

Contrast: 13.4

Text Grey on Grey 1

#222222 on #F4F4F8

Contrast: 14.5

Text Grey on Grey 2

#222222 on #E9EAEF

Contrast: 13.2

Text Grey on Grey 3

#222222 on #DCDEE3

Contrast: 11.8

White on Grey 4

#FFFFFF on #747476

Contrast: 4.6

Large text colour combinations

The colour combinations below can only be used for text that is larger than 24px rather than blocks of body text, as they meet the 3:1 colour contrast threshold but are below 4:5.1

Online Cyan on White

#069DE5 on #FFFFFF

Contrast: 3

White on Online Cyan

#FFFFFF on #069DE5

Contrast: 3

Colour contrast matrix

The table below indicates which combination of text and background colours are fully AA accessible or partially AA accessible, using the WebAIM Color Contrast Checker.

Background Text
Text Grey
#222222
White
#FFFFFF
Online Cyan
#069DE5
Online Blue
#017ACD
Purple
#2B2171
White
#FFFFFF
Text
Pass 15.9
Text
24px+ 3
Text
Pass 4.5
Text
Pass 13.4
Online Cyan
#069DE5
Text
Pass 5.2
Text
24px+ 3
Text
24px+ 4.4
Online Blue
#017ACD
Text
24px+ 3.5
Text
Pass 4.5
Purple
#2B2171
Text
Pass 13.4
Text
24px+ 4.4
Grey 4
#747476
Text
24px+ 3.4
Text
Pass 4.6
Grey 3
#DCDEE3
Text
Pass 11.8
Text
24px+ 3.3
Text
Pass 10
Grey 2
#E9EAEF
Text
Pass 13.2
Text
24px+ 3.7
Text
Pass 11.2
Grey 1
#F4F4F8
Text
Pass 14.5
Text
24px+ 4.1
Text
Pass 12.2
Success Green
#1BAA66
Text
Pass 5.2
Text
24px+ 3
Text
24px+ 4.4
Warning Amber
#E26B00
Text
Pass 4.8
Text
24px+ 3.3
Text
24px+ 4
Error Red
#BF2E33
Text
Pass 5.7
Pass Pass, AA (4.5+)
24px+ Pass, Large Text Only (3+)
About WCAG 2.0 contrast

Typography

Typography is critical in developing a consistent look and feel across all our platforms. Only the typography listed below should be used for any Skipton Building Society branded digital asset.

Typefaces

Turret 1853 is our principal brand font and is unique to Skipton. It should be used for larger headings (H1-3).

Roboto has been chosen as our Sans-Serif font due to its flexibility of weights, and its legibility. Roboto should be used for all other copy and headings.

Turret 1853

Aa
ABCDEFGHIJKLMNOPQRSTUVWXYZ
abcdefghijklmnopqrstuvwxyz
1234567890(,.;:?!£&*)
Turret 1853 Bold 700 Normal
Download Turret 1853 (.zip)

Roboto

Aa
ABCDEFGHIJKLMNOPQRSTUVWXYZ
abcdefghijklmnopqrstuvwxyz
1234567890(,.;:?!£&*)
Roboto Light 300 Normal
Aa
ABCDEFGHIJKLMNOPQRSTUVWXYZ
abcdefghijklmnopqrstuvwxyz
1234567890(,.;:?!£&*)
Roboto Regular 400 Normal
Aa
ABCDEFGHIJKLMNOPQRSTUVWXYZ
abcdefghijklmnopqrstuvwxyz
1234567890(,.;:?!£&*)
Roboto Semibold 500 Normal
Roboto (fonts.google.com)

Text styles

Our typeface sizing is based on the Major Third Scale, and we utilise the Major Second Scale for mobile only to maximise use of space. For more information, visit type-scale.com

Heavier weights such as bold and semibold should only be used for headings, lead paragraphs, text links, and to emphasis key messages where necessary. Italics should only be used for footnotes.

typeface font weight font size line height
Display H1 Turret 1853 Bold
700
3.05125em 1.5
H1 Heading Turret 1853 Bold
700
2.441em 1.5
H2 Heading Turret 1853 Bold
700
1.953em 1.5
H3 Heading Turret 1853 Bold
700
1.563em 1.5
H4 Heading Roboto Semibold
500
1.25em 1.5
H5 Heading Roboto Semibold
500
1em 1.5
Lead paragraph Roboto Semibold
500
1em 1.5
Standard paragraph Roboto Regular
400
1em 1.5
Small paragraph Roboto Regular
400
0.8em 1.5
a link example Roboto Semibold
500
- -

Lists

Lists are a great way to display key content in a digestible way and we've developed multiple styles with various visual aids to make them even easier to understand.

Default

  • List item
  • List item
  • List item
<ul>
    <li>List item</li>
    <li>List item</li>
    <li>List item</li>
</ul>

Unstyled

  • List item
  • List item
  • List item
<ul class="unstyled">
    <li>List item</li>
    <li>List item</li>
    <li>List item</li>
</ul>

Numbered

  1. List item
  2. List item
  3. List item
<ol>
    <li>List item</li>
    <li>List item</li>
    <li>List item</li>
</ol>

Roundel list

  1. List item
  2. List item
  3. List item
<ol class="roundel-list">
    <li>List item</li>
    <li>List item</li>
    <li>List item</li>
</ol>

Checklist

  • List item
  • List item
  • List item
<ul class="ticks">
    <li>List item</li>
    <li>List item</li>
    <li>List item</li>
</ul>

Iconography

Icons provide useful visual cues to accompany key messages or actions.

Brand icons

We use a suite of bespoke icons to help provide visual cues for key brand messages.

System icons

We use the opensource Material Icons vector icon set for all of our universal system and utility icons.

Material Icons

Buttons

The styling of the buttons brings together the typography, colour palette and iconography to unify the styling across our digital channels.

Primary button

The Primary button is used specifically to highlight the main call to action on a page. This can vary from the main "apply" link on a page, to the "next" button in an application process.

Skipton Blue has been chosen as the primary button colour because it provides a strong level of contrast against a pale background. Where a primary button is used on a vivid background, white is used instead with Font Grey text.

The use of the primary button should be minimised where possible to maximise the impact of its presence.

Default button

The default button should be used when there are multiple objectives to a page, as they are less prominent. These will predominantly be navigational links, but could also be used for interactive elements like "search" buttons, or the "back" link of an application process.

Default buttons combine a purple keyline and text colour to achieve a suitable level of contrast while not compromising on legibility.

Text button

The text button is used when a Default button is not appropriate - these will predominantly be navigational links.