Light Blue & Blue, Light Teal Color Palette
:root {
--color-1: #A9B9DA;
--color-2: #D4F2F0;
--color-3: #ADAFEB;
--color-4: #D9F2E2;
}
colors: {
'palette-1': '#A9B9DA',
'palette-2': '#D4F2F0',
'palette-3': '#ADAFEB',
'palette-4': '#D9F2E2',
}
const palette = [
'#A9B9DA',
'#D4F2F0',
'#ADAFEB',
'#D9F2E2',
];
$color-1: #A9B9DA;
$color-2: #D4F2F0;
$color-3: #ADAFEB;
$color-4: #D9F2E2;
This is a cool, versatile 4-colour palette built from closely related tones that blend harmoniously.
About this color palette
This is a cool, versatile 4-colour palette built from closely related tones that blend harmoniously. It is anchored by Light Blue (#ADAFEB) and reads as bright and open, with an average saturation of 51% and lightness of 84%. It works well for calm, professional and modern interfaces.
The colors in this palette
Blue #A9B9DA
rgb(169, 185, 218) · hsl(220, 40%, 76%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Light Teal #D4F2F0
rgb(212, 242, 240) · hsl(176, 54%, 89%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Blue #ADAFEB
rgb(173, 175, 235) · hsl(238, 61%, 80%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Green #D9F2E2
rgb(217, 242, 226) · hsl(142, 49%, 90%)
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 |
|---|---|---|---|---|
| #D4F2F0 | #ADAFEB | 1.76:1 | Fail | Fail |
| #ADAFEB | #D9F2E2 | 1.76:1 | Fail | Fail |
| #A9B9DA | #D4F2F0 | 1.67:1 | Fail | Fail |
| #A9B9DA | #D9F2E2 | 1.67:1 | Fail | Fail |
| #A9B9DA | #ADAFEB | 1.05:1 | Fail | Fail |
| #D4F2F0 | #D9F2E2 | 1:1 | Fail | Fail |
How to use these colors
- Background — Light Green (#D9F2E2): the lightest tone — a clean base for large areas
- Text — Blue (#A9B9DA): the darkest tone — readable for body copy and headings
- Primary — Light Blue (#ADAFEB): the most saturated tone — buttons, links and key UI
- Accent — Light Teal (#D4F2F0): 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: Blue (#A9B9DA), Light Teal (#D4F2F0), Light Blue (#ADAFEB) and Light Green (#D9F2E2).
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 #A9B9DA, #D4F2F0, #ADAFEB and #D9F2E2. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.
Is this palette accessible for text?
The colours are fairly close in contrast, so pair them carefully for text — put a very light or very dark colour behind body text, and check the contrast table above.