Blue & Dark Blue, Blue Color Palette
:root {
--color-1: #080B5E;
--color-2: #0F15BD;
--color-3: #4248F0;
--color-4: #A1A4F7;
}
colors: {
'palette-1': '#080B5E',
'palette-2': '#0F15BD',
'palette-3': '#4248F0',
'palette-4': '#A1A4F7',
}
const palette = [
'#080B5E',
'#0F15BD',
'#4248F0',
'#A1A4F7',
];
$color-1: #080B5E;
$color-2: #0F15BD;
$color-3: #4248F0;
$color-4: #A1A4F7;
This is a cool, vibrant 4-colour palette that combines high-contrast tones for a bold, dynamic look.
About this color palette
This is a cool, vibrant 4-colour palette that combines high-contrast tones for a bold, dynamic look. It is anchored by Blue (#0F15BD) and reads as well balanced in lightness, with an average saturation of 85% and lightness of 50%. It works well for calm, professional and modern interfaces.
The colors in this palette
Dark Blue #080B5E
rgb(8, 11, 94) · hsl(238, 84%, 20%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Blue #0F15BD
rgb(15, 21, 189) · hsl(238, 85%, 40%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Blue #4248F0
rgb(66, 72, 240) · hsl(238, 85%, 60%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Light Blue #A1A4F7
rgb(161, 164, 247) · hsl(238, 84%, 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 |
|---|---|---|---|---|
| #080B5E | #A1A4F7 | 7.52:1 | Pass | Pass |
| #0F15BD | #A1A4F7 | 4.92:1 | Pass | Fail |
| #080B5E | #4248F0 | 2.8:1 | Fail | Fail |
| #4248F0 | #A1A4F7 | 2.68:1 | Fail | Fail |
| #0F15BD | #4248F0 | 1.83:1 | Fail | Fail |
| #080B5E | #0F15BD | 1.53:1 | Fail | Fail |
How to use these colors
- Background — Light Blue (#A1A4F7): the lightest tone — a clean base for large areas
- Text — Dark Blue (#080B5E): the darkest tone — readable for body copy and headings
- Primary — Blue (#0F15BD): the most saturated tone — buttons, links and key UI
- Accent — Blue (#4248F0): 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 (#080B5E), Blue (#0F15BD), Blue (#4248F0) and Light Blue (#A1A4F7).
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 #080B5E, #0F15BD, #4248F0 and #A1A4F7. 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.52:1, which meets the WCAG AAA standard for readable text.