New
These colours make up the majority of colours on questrade.com and also define the Questrade brand.
Basic foundation
Grey tones are a foundational colour for Questrade and are used across the Questrade design system. Light grey tones are most commonly used for general purpose backgrounds & regions, while darker ones are common on borders and in text colours.
700
#262D33
600
#5E6D83
500
#78899F
400 (PRIME)
#CED6E2
300
#F2F2F8
200
#F8F8FA
100
#FFFFFF
Use `bg` prefix for background and `color` prefix for content color
<div class="bg-grey-100"></div>
<p class="color-grey-700"></p>Colour tones vary from 700 to 100 (from darker to lighter)
Primary, positive, successful
Questrade green is the primary brand colour for Questrade, and its digital counterpart is meant align with our brand designs primary colour. Primary green should never be used for backgrounds. For any text applications Green 500 (on light) should be used to ensure legibility.
700
#1C5F1F
600
#217024
500
#227C20
400 (PRIME)
#389B3C
300
#5DBE62
200
#ADDEAF
100
#EBF7EB
Use `bg` prefix for background and `color` prefix for content color
<div class="bg-green-100"></div>
<p class="color-green-700"></p>Colour tones vary from 700 to 100 (from darker to lighter)
These colours act as supporting colours to the core set. They are to be used sparingly and only in specific cases (please see each individual description).
Secondary, interactive, status
Questrade Blue plays an important role to denote certain interactive elements like inline links and tertiary CTAs. Questrade Blue is also used for “info” level status’.
700
#003878
600
#00428F
500
#0055B6
400 (PRIME)
#0066DB
300
#1682FF
200
#8BC1FF
100
#E2F0FF
Use `bg` prefix for background and `color` prefix for content color
<div class="bg-blue-100"></div>
<p class="color-blue-700"></p>Colour tones vary from 700 to 100 (from darker to lighter)
Danger, alert, and error
Red is the status colour for errors and critical alerts.
700
#851021
600
#9D1328
500
#C91A33
400 (PRIME)
#D33E54
300
#F54C64
200
#F9A5B2
100
#FEE9EC
Use `bg` prefix for background and `color` prefix for content color
<div class="bg-red-100"></div>
<p class="color-red-700"></p>Colour tones vary from 700 to 100 (from darker to lighter)
Attention, notice, and in progress
Yellow is the status colour for mild alerts and warnings.
700
#715800
600
#866800
500
#AB8400
400 (PRIME)
#CEA000
300
#FBC610
200
#FCE287
100
#FEF8E2
Use `bg` prefix for background and `color` prefix for content color
<div class="bg-yellow-100"></div>
<p class="color-yellow-700"></p>Colour tones for vary from 700 to 100 (from darker to lighter)
Educational, caution, and status
Orange is the status colour for educational tips.
700
#974009
600
#B34B0B
500
#E5600E
400 (PRIME)
#ED7D37
300
#FF9451
200
#FFC9A8
100
#FFF2E9
Use `bg` prefix for background and `color` prefix for content color
<div class="bg-orange-100"></div>
<p class="color-orange-700"></p>Colour tones for vary from 700 to 100 (from darker to lighter)
Status
Purple is not currently used in the design system.
700
#591A67
600
#691F7A
500
#86279D
400 (PRIME)
#9545A8
300
#B459C9
200
#DAADE4
100
#F7EBF8
Use `bg` prefix for background and `color` prefix for content color
<div class="bg-purple-100"></div>
<p class="color-purple-700"></p>Colour tones vary from 700 to 100 (from darker to lighter)
Status
Used in charting, graphs and other data visualizations to show profit and loss information. PL 100 is to be used primarily for backgrounds, while PL 300 is meant to hold text values. PL 200 can be used for specific graphics (up/down chevrons, candle sticks etc)
Currently these colours are only used by the product team.
Profit and Loss Green is to be used in charting tools were profits and upturns need to be represented.
300
#087346
200 (PRIME)
#159A62
100
#E4F5EF
Use `bg` prefix for background and `color` prefix for content color
<div class="bg-pl-green-100"></div>
<p class="color-pl-green-300"></p>Colour tones for PL vary from 300 to 100 (from darker to lighter)
Profit and Loss Red is to be used in charting tools were losses and downturns need to be represented.
300
#B41005
200 (PRIME)
#E94B41
100
#FFECE8
Use `bg` prefix for background and `color` prefix for content color
<div class="bg-pl-red-100"></div>
<p class="color-pl-red-300"></p>Colour tones for PL vary from 300 to 100 (from darker to lighter)
Grey 700 | #262D33
This is an example of the primary text colour
<p class="color-grey-700">This is an example of the primary text colour</p>Grey 600 | #5E6D83
This is an example of subdued text colour
<p class="color-grey-600">This is an example of subdued text colour</p>Green 500 | #227C20
<h4 class="heading-5 heading-5--bold color-grey-700 m-b-xs">This is an example of <span class="color-green-500">accented text</span>.</h4>
<h4 class="heading-5 heading-5--bold color-grey-600">This is an example of subdued <span class="color-green-500">accented text</span>.</h4>