Blue & Dark Blue, Teal Color Palette
:root {
--color-1: #1B364D;
--color-2: #3797DA;
--color-3: #39D1BB;
--color-4: #D9DCCC;
}
colors: {
'palette-1': '#1B364D',
'palette-2': '#3797DA',
'palette-3': '#39D1BB',
'palette-4': '#D9DCCC',
}
const palette = [
'#1B364D',
'#3797DA',
'#39D1BB',
'#D9DCCC',
];
$color-1: #1B364D;
$color-2: #3797DA;
$color-3: #39D1BB;
$color-4: #D9DCCC;
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 (#3797DA) and reads as well balanced in lightness, with an average saturation of 49% and lightness of 52%. It works well for calm, professional and modern interfaces.
The colors in this palette
Dark Blue #1B364D
rgb(27, 54, 77) · hsl(208, 48%, 20%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Blue #3797DA
rgb(55, 151, 218) · hsl(205, 69%, 54%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Teal #39D1BB
rgb(57, 209, 187) · hsl(171, 62%, 52%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Light Lime #D9DCCC
rgb(217, 220, 204) · hsl(71, 19%, 83%)
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 |
|---|---|---|---|---|
| #1B364D | #D9DCCC | 8.96:1 | Pass | Pass |
| #1B364D | #39D1BB | 6.55:1 | Pass | Fail |
| #1B364D | #3797DA | 3.93:1 | Fail | Fail |
| #3797DA | #D9DCCC | 2.28:1 | Fail | Fail |
| #3797DA | #39D1BB | 1.67:1 | Fail | Fail |
| #39D1BB | #D9DCCC | 1.37:1 | Fail | Fail |
How to use these colors
- Background — Light Lime (#D9DCCC): the lightest tone — a clean base for large areas
- Text — Dark Blue (#1B364D): the darkest tone — readable for body copy and headings
- Primary — Blue (#3797DA): the most saturated tone — buttons, links and key UI
- Accent — Teal (#39D1BB): 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 (#1B364D), Blue (#3797DA), Teal (#39D1BB) and Light Lime (#D9DCCC).
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 #1B364D, #3797DA, #39D1BB and #D9DCCC. 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 Lime reaches a contrast ratio of 8.96:1, which meets the WCAG AAA standard for readable text.