Colors

Color makes the visual design more consistent, provides meaning, and adds hierarchy to the interface.

Brand

The brand deep blue is used to reinforce our brand along with the design, in contrast with pure white.

Name
Brand
ID
brand
RGB(A)
10, 10, 71
HEX
#0a0a47
Name
White
ID
white
RGB(A)
255, 255, 255
HEX
#ffffff

Neutral colors

We use shades of the brand color to subtly distinguish texts and surfaces from one another. They are also used when we don't want to draw too much attention to an interaction or information such as notes or a disabled state.

Name
Neutral darker
ID
neutral-darker
RGB(A)
59, 59, 108
HEX
#3b3b6c
Name
Neutral dark
ID
neutral-dark
RGB(A)
96, 96, 135
HEX
#606087
Name
Neutral medium
ID
neutral
RGB(A)
132, 132, 163
HEX
#8484a3
Name
Neutral light
ID
neutral-light
RGB(A)
194, 194, 209
HEX
#c2c2d1
Name
Neutral lighter
ID
neutral-lighter
RGB(A)
230, 230, 236
HEX
#e6e6ec
Name
Neutral off
ID
neutral-off
RGB(A)
243, 243, 246
HEX
#f3f3f6
Common usage
  • Neutral Dark is our default text color (the color ID text can used for this purpose).
  • Neutral Off is often used as a surface to provide an alternative to a pure white background.
  • Neutral Lighter is used for box borders and dividers, where Neutral Light is used for borders of interactive elements (text input, etc.)
Alpha alternative

All neutral colors are also available as transparent shades of the brand color. Add the suffix -alpha to use them (example: neutral-dark-alpha).

Primary interaction color

We use a specific color to denote interactions such as links or buttons. The light and off shades provide an extra color to tint surface or borders of elements.

Base
Name
Primary
ID
primary
RGB(A)
19, 19, 138
HEX
#13138a
Hover state
RGB
HEX
hover
primary-hover
29, 29, 205 #1d1dcd
hover (light)
primary-hover-light
199, 199, 243 #c7c7f3
hover (off)
primary-hover-off
244, 244, 253 #f4f4fd
Active state
RGB
HEX
active
primary-active
26, 26, 183 #1a1ab7
active (light)
primary-active-light
198, 198, 237 #c6c6ed
active (off)
primary-active-off
244, 244, 251 #f4f4fb
Visited state
RGB
HEX
visited
primary-visited
62, 62, 146 #3e3e92
The link color tokens have been deprecated in 1.18. They should be replaced with these primary interaction color tokens.

Semantic colors

These colors help the user understand the status of given information or action.

Informative

Base
Name
Informative
ID
informative
RGB(A)
52, 167, 230
HEX
#34a7e6
States
RGB
HEX
hover
informative-hover
42, 179, 255 #2ab3ff
active
informative-active
50, 182, 255 #32b6ff
Additional shades
RGB
HEX
light
informative-light
204, 233, 249 #cce9f9
off
informative-off
245, 251, 254 #f5fbfe

Success

Base
Name
Success
ID
success
RGB(A)
34, 197, 128
HEX
#22c580
States
RGB
HEX
hover
success-hover
33, 211, 135 #21d387
active
success-active
34, 217, 139 #22d98b
Additional shades
RGB
HEX
light
success-light
200, 241, 223 #c8f1df
off
success-off
244, 252, 249 #f4fcf9

Warning

Base
Name
Warning
ID
warning
RGB(A)
255, 136, 57
HEX
#ff8839
States
RGB
HEX
hover
warning-hover
255, 127, 41 #ff7f29
active
warning-active
255, 132, 49 #ff8431
Additional shades
RGB
HEX
light
warning-light
255, 225, 206 #ffe1ce
off
warning-off
255, 249, 245 #fff9f5

Danger

Base
Name
Danger
ID
danger
RGB(A)
242, 66, 66
HEX
#f24242
States
RGB
HEX
hover
danger-hover
242, 51, 51 #f23333
active
danger-active
243, 58, 58 #f33a3a
Additional shades
RGB
HEX
light
danger-light
252, 208, 208 #fcd0d0
off
danger-off
254, 246, 246 #fef6f6

Invalid

Name
Invalid
ID
invalid
RGB(A)
242, 66, 66
HEX
#f24242

Flow statuses

Name
Expected
ID
status-expected
RGB(A)
10, 10, 71
HEX
#0a0a47
Name
On-site
ID
status-on-site
RGB(A)
58, 185, 255
HEX
#3ab9ff
Name
Checked-in
ID
status-checked-in
RGB(A)
34, 197, 128
HEX
#22c580
Name
Checked-out
ID
status-checked-out
RGB(A)
132, 132, 163
HEX
#8484a3
Name
In-review
ID
status-in-review
RGB(A)
255, 136, 57
HEX
#ff8839
Name
Denied
ID
status-denied
RGB(A)
242, 66, 66
HEX
#f24242
Name
Booked
ID
status-booked
RGB(A)
34, 197, 128
HEX
#22c580

Accent

We use accent colors to reinforce the brand and keep this attractive. We use these colors when brand awareness is high such as our website or marketing and sales material. They are mainly used as solid backgrounds, for graphic elements, or in illustrations.

These colors should not be used for semantic or interactive elements. See the semantic guidelines below for more information.

Green

Base
Name
Accent-green
ID
accent-green
RGB(A)
38, 219, 142
HEX
#26db8e
Additional shades
RGB
HEX
dark
accent-green-dark
114, 232, 182 #72e8b6
medium
accent-green-medium
147, 237, 199 #93edc7
light
accent-green-light
201, 246, 227 #c9f6e3
lighter
accent-green-lighter
233, 251, 244 #e9fbf4
off
accent-green-off
244, 253, 249 #f4fdf9

Blue

Base
Name
Accent-blue
ID
accent-blue
RGB(A)
58, 185, 255
HEX
#3ab9ff
Additional shades
RGB
HEX
dark
accent-blue-dark
127, 210, 255 #7fd2ff
medium
accent-blue-medium
157, 220, 255 #9ddcff
light
accent-blue-light
206, 238, 255 #ceeeff
lighter
accent-blue-lighter
235, 248, 255 #ebf8ff
off
accent-blue-off
245, 252, 255 #f5fcff

Orange

Base
Name
Accent-orange
ID
accent-orange
RGB(A)
255, 136, 57
HEX
#ff8839
Additional shades
RGB
HEX
dark
accent-orange-dark
255, 178, 126 #ffb27e
medium
accent-orange-medium
255, 196, 156 #ffc49c
light
accent-orange-light
255, 225, 206 #ffe1ce
lighter
accent-orange-lighter
255, 243, 235 #fff3eb
off
accent-orange-off
255, 249, 245 #fff9f5

Our offer

Name
Essential
ID
plan-essential
RGB(A)
255, 107, 104
HEX
#ff6b68
Name
Premium
ID
plan-premium
RGB(A)
252, 190, 97
HEX
#fcbe61
Name
Enterprise
ID
plan-enterprise
RGB(A)
99, 97, 207
HEX
#6361cf

Packs (legacy)

Name
Prime
ID
pack-prime
RGB(A)
107, 212, 242
HEX
#6bd4f2
Name
Efficiency
ID
pack-efficiency
RGB(A)
255, 107, 104
HEX
#ff6b68
Name
Security
ID
pack-security
RGB(A)
129, 134, 240
HEX
#8186f0
Name
Privacy
ID
pack-privacy
RGB(A)
65, 227, 158
HEX
#41e39e
Name
Delivery
ID
pack-delivery
RGB(A)
252, 190, 97
HEX
#fcbe61
Name
Enterprise
ID
pack-enterprise
RGB(A)
99, 97, 207
HEX
#6361cf

Accessibility

All text should be legible and meet accessibility standards. The Web Content Accessibility Guidelines (WCAG 2.0) level AA requires a 4.5s:1 color contrast between text and background for normal text, and 3:1 to large text.

You can test colors contrast with this online tool.