Blue & Dark Blue, Teal Color Palette
:root {
--color-1: #1B3152;
--color-2: #6AB9C7;
--color-3: #171519;
--color-4: #2164EC;
}
colors: {
'palette-1': '#1B3152',
'palette-2': '#6AB9C7',
'palette-3': '#171519',
'palette-4': '#2164EC',
}
const palette = [
'#1B3152',
'#6AB9C7',
'#171519',
'#2164EC',
];
$color-1: #1B3152;
$color-2: #6AB9C7;
$color-3: #171519;
$color-4: #2164EC;
This is a cool, balanced 4-colour palette pairing strongly contrasting colours for real visual punch.
About this color palette
This is a cool, balanced 4-colour palette pairing strongly contrasting colours for real visual punch. It is anchored by Blue (#2164EC) and reads as deep and moody, with an average saturation of 47% and lightness of 36%. It works well for calm, professional and modern interfaces.
The colors in this palette
Dark Blue #1B3152
rgb(27, 49, 82) · hsl(216, 50%, 21%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Teal #6AB9C7
rgb(106, 185, 199) · hsl(189, 45%, 60%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Black #171519
rgb(23, 21, 25) · hsl(270, 9%, 9%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Blue #2164EC
rgb(33, 100, 236) · hsl(220, 84%, 53%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
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 |
|---|---|---|---|---|
| #6AB9C7 | #171519 | 8.1:1 | Pass | Pass |
| #1B3152 | #6AB9C7 | 5.83:1 | Pass | Fail |
| #171519 | #2164EC | 3.54:1 | Fail | Fail |
| #1B3152 | #2164EC | 2.55:1 | Fail | Fail |
| #6AB9C7 | #2164EC | 2.29:1 | Fail | Fail |
| #1B3152 | #171519 | 1.39:1 | Fail | Fail |
How to use these colors
- Background — Teal (#6AB9C7): the lightest tone — a clean base for large areas
- Text — Black (#171519): the darkest tone — readable for body copy and headings
- Primary — Blue (#2164EC): the most saturated tone — buttons, links and key UI
- Accent — Dark Blue (#1B3152): 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 (#1B3152), Teal (#6AB9C7), Black (#171519) and Blue (#2164EC).
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 #1B3152, #6AB9C7, #171519 and #2164EC. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.
Is this palette accessible for text?
Yes — Teal text on Black reaches a contrast ratio of 8.1:1, which meets the WCAG AAA standard for readable text.