Light Blue & Light Teal Color Palette
:root {
--color-1: #C3EEE2;
--color-2: #BFEDEB;
--color-3: #CEC8F3;
--color-4: #DBF0F0;
}
colors: {
'palette-1': '#C3EEE2',
'palette-2': '#BFEDEB',
'palette-3': '#CEC8F3',
'palette-4': '#DBF0F0',
}
const palette = [
'#C3EEE2',
'#BFEDEB',
'#CEC8F3',
'#DBF0F0',
];
$color-1: #C3EEE2;
$color-2: #BFEDEB;
$color-3: #CEC8F3;
$color-4: #DBF0F0;
This is a cool, easygoing 4-colour palette whose tones sit close together for a smooth, cohesive feel.
About this color palette
This is a cool, easygoing 4-colour palette whose tones sit close together for a smooth, cohesive feel. It is anchored by Light Blue (#CEC8F3) and reads as bright and open, with an average saturation of 54% and lightness of 86%. It works well for calm, professional and modern interfaces.
The colors in this palette
Light Teal #C3EEE2
rgb(195, 238, 226) · hsl(163, 56%, 85%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Teal #BFEDEB
rgb(191, 237, 235) · hsl(177, 56%, 84%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Blue #CEC8F3
rgb(206, 200, 243) · hsl(248, 64%, 87%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Teal #DBF0F0
rgb(219, 240, 240) · hsl(180, 41%, 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 |
|---|---|---|---|---|
| #CEC8F3 | #DBF0F0 | 1.35:1 | Fail | Fail |
| #C3EEE2 | #CEC8F3 | 1.26:1 | Fail | Fail |
| #BFEDEB | #CEC8F3 | 1.25:1 | Fail | Fail |
| #C3EEE2 | #DBF0F0 | 1.07:1 | Fail | Fail |
| #BFEDEB | #DBF0F0 | 1.07:1 | Fail | Fail |
| #C3EEE2 | #BFEDEB | 1.01:1 | Fail | Fail |
How to use these colors
- Background — Light Teal (#DBF0F0): the lightest tone — a clean base for large areas
- Text — Light Teal (#BFEDEB): the darkest tone — readable for body copy and headings
- Primary — Light Blue (#CEC8F3): the most saturated tone — buttons, links and key UI
- Accent — Light Teal (#BFEDEB): 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: Light Teal (#C3EEE2), Light Teal (#BFEDEB), Light Blue (#CEC8F3) and Light Teal (#DBF0F0).
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 #C3EEE2, #BFEDEB, #CEC8F3 and #DBF0F0. 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.