Blue & Dark Blue, Blue Color Palette
:root {
--color-1: #191452;
--color-2: #3228A4;
--color-3: #655BD7;
--color-4: #B2ADEB;
}
colors: {
'palette-1': '#191452',
'palette-2': '#3228A4',
'palette-3': '#655BD7',
'palette-4': '#B2ADEB',
}
const palette = [
'#191452',
'#3228A4',
'#655BD7',
'#B2ADEB',
];
$color-1: #191452;
$color-2: #3228A4;
$color-3: #655BD7;
$color-4: #B2ADEB;
This is a cool, vibrant 4-colour palette mixing related and contrasting tones for a natural feel.
About this color palette
This is a cool, vibrant 4-colour palette mixing related and contrasting tones for a natural feel. It is anchored by Blue (#655BD7) and reads as well balanced in lightness, with an average saturation of 61% and lightness of 50%. It works well for calm, professional and modern interfaces.
The colors in this palette
Dark Blue #191452
rgb(25, 20, 82) · hsl(245, 61%, 20%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Blue #3228A4
rgb(50, 40, 164) · hsl(245, 61%, 40%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Blue #655BD7
rgb(101, 91, 215) · hsl(245, 61%, 60%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Light Blue #B2ADEB
rgb(178, 173, 235) · hsl(245, 61%, 80%)
A light, airy tone — ideal for backgrounds and subtle fills.
Accessibility & contrast
Colour contrast decides whether text stays readable. Here is how each pair of colours in this palette performs when one is used as text on the other, measured against the WCAG standard (AA needs 4.5:1, AAA needs 7:1).
| Text | Background | Ratio | AA | AAA |
|---|---|---|---|---|
| #191452 | #B2ADEB | 7.97:1 | Pass | Pass |
| #3228A4 | #B2ADEB | 5.1:1 | Pass | Fail |
| #191452 | #655BD7 | 3.19:1 | Fail | Fail |
| #655BD7 | #B2ADEB | 2.5:1 | Fail | Fail |
| #3228A4 | #655BD7 | 2.04:1 | Fail | Fail |
| #191452 | #3228A4 | 1.56:1 | Fail | Fail |
How to use these colors
- Background — Light Blue (#B2ADEB): the lightest tone — a clean base for large areas
- Text — Dark Blue (#191452): the darkest tone — readable for body copy and headings
- Primary — Blue (#655BD7): the most saturated tone — buttons, links and key UI
- Accent — Dark Blue (#191452): a secondary highlight for badges and details
Colors that pair with this palette
Want to extend this palette? These colours pair naturally with its dominant Blue tone, based on colour-wheel harmony. Tap a swatch to explore that colour family.
Frequently asked questions
What colours are in this palette?
This palette has 4 colours: Dark Blue (#191452), Blue (#3228A4), Blue (#655BD7) and Light Blue (#B2ADEB).
Is this a warm or cool colour palette?
It is a cool palette — its tones lean toward blues, greens and purples, which feel calm and modern.
What are the hex codes for this palette?
The hex codes are #191452, #3228A4, #655BD7 and #B2ADEB. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.
Is this palette accessible for text?
Yes — Dark Blue text on Light Blue reaches a contrast ratio of 7.97:1, which meets the WCAG AAA standard for readable text.