Light Blue & Dark Blue, Blue Color Palette
:root {
--color-1: #160B5B;
--color-2: #2C16B6;
--color-3: #5F49E9;
--color-4: #AFA4F4;
}
colors: {
'palette-1': '#160B5B',
'palette-2': '#2C16B6',
'palette-3': '#5F49E9',
'palette-4': '#AFA4F4',
}
const palette = [
'#160B5B',
'#2C16B6',
'#5F49E9',
'#AFA4F4',
];
$color-1: #160B5B;
$color-2: #2C16B6;
$color-3: #5F49E9;
$color-4: #AFA4F4;
This is a cool, bold 4-colour palette that combines high-contrast tones for a bold, dynamic look.
About this color palette
This is a cool, bold 4-colour palette that combines high-contrast tones for a bold, dynamic look. It is anchored by Light Blue (#AFA4F4) and reads as well balanced in lightness, with an average saturation of 78% and lightness of 50%. It works well for calm, professional and modern interfaces.
The colors in this palette
Dark Blue #160B5B
rgb(22, 11, 91) · hsl(248, 78%, 20%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Blue #2C16B6
rgb(44, 22, 182) · hsl(248, 78%, 40%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Blue #5F49E9
rgb(95, 73, 233) · hsl(248, 78%, 60%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Light Blue #AFA4F4
rgb(175, 164, 244) · hsl(248, 78%, 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 |
|---|---|---|---|---|
| #160B5B | #AFA4F4 | 7.66:1 | Pass | Pass |
| #2C16B6 | #AFA4F4 | 4.98:1 | Pass | Fail |
| #160B5B | #5F49E9 | 2.93:1 | Fail | Fail |
| #5F49E9 | #AFA4F4 | 2.61:1 | Fail | Fail |
| #2C16B6 | #5F49E9 | 1.91:1 | Fail | Fail |
| #160B5B | #2C16B6 | 1.54:1 | Fail | Fail |
How to use these colors
- Background — Light Blue (#AFA4F4): the lightest tone — a clean base for large areas
- Text — Dark Blue (#160B5B): the darkest tone — readable for body copy and headings
- Primary — Dark Blue (#160B5B): the most saturated tone — buttons, links and key UI
- Accent — Blue (#2C16B6): 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 Light 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 (#160B5B), Blue (#2C16B6), Blue (#5F49E9) and Light Blue (#AFA4F4).
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 #160B5B, #2C16B6, #5F49E9 and #AFA4F4. 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.66:1, which meets the WCAG AAA standard for readable text.