Blue & Dark Blue, Teal Color Palette
:root {
--color-1: #222534;
--color-2: #47A7F5;
--color-3: #40D8C1;
--color-4: #F5F5F5;
}
colors: {
'palette-1': '#222534',
'palette-2': '#47A7F5',
'palette-3': '#40D8C1',
'palette-4': '#F5F5F5',
}
const palette = [
'#222534',
'#47A7F5',
'#40D8C1',
'#F5F5F5',
];
$color-1: #222534;
$color-2: #47A7F5;
$color-3: #40D8C1;
$color-4: #F5F5F5;
This is a cool, easygoing 4-colour palette that combines high-contrast tones for a bold, dynamic look.
About this color palette
This is a cool, easygoing 4-colour palette that combines high-contrast tones for a bold, dynamic look. It is anchored by Blue (#47A7F5) and reads as well balanced in lightness, with an average saturation of 44% and lightness of 57%. It works well for calm, professional and modern interfaces.
The colors in this palette
Dark Blue #222534
rgb(34, 37, 52) · hsl(230, 21%, 17%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Blue #47A7F5
rgb(71, 167, 245) · hsl(207, 90%, 62%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Teal #40D8C1
rgb(64, 216, 193) · hsl(171, 66%, 55%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
White #F5F5F5
rgb(245, 245, 245) · hsl(0, 0%, 96%)
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 |
|---|---|---|---|---|
| #222534 | #F5F5F5 | 13.94:1 | Pass | Pass |
| #222534 | #40D8C1 | 8.54:1 | Pass | Pass |
| #222534 | #47A7F5 | 5.87:1 | Pass | Fail |
| #47A7F5 | #F5F5F5 | 2.37:1 | Fail | Fail |
| #40D8C1 | #F5F5F5 | 1.63:1 | Fail | Fail |
| #47A7F5 | #40D8C1 | 1.46:1 | Fail | Fail |
How to use these colors
- Background — White (#F5F5F5): the lightest tone — a clean base for large areas
- Text — Dark Blue (#222534): the darkest tone — readable for body copy and headings
- Primary — Blue (#47A7F5): the most saturated tone — buttons, links and key UI
- Accent — Teal (#40D8C1): 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 (#222534), Blue (#47A7F5), Teal (#40D8C1) and White (#F5F5F5).
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 #222534, #47A7F5, #40D8C1 and #F5F5F5. 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 White reaches a contrast ratio of 13.94:1, which meets the WCAG AAA standard for readable text.