Light Blue & Teal, Pink Color Palette
:root {
--color-1: #A8DCD5;
--color-2: #DDB0C9;
--color-3: #CCE6F5;
--color-4: #C1EAB8;
}
colors: {
'palette-1': '#A8DCD5',
'palette-2': '#DDB0C9',
'palette-3': '#CCE6F5',
'palette-4': '#C1EAB8',
}
const palette = [
'#A8DCD5',
'#DDB0C9',
'#CCE6F5',
'#C1EAB8',
];
$color-1: #A8DCD5;
$color-2: #DDB0C9;
$color-3: #CCE6F5;
$color-4: #C1EAB8;
This is a cool, balanced 4-colour palette built from closely related tones that blend harmoniously.
About this color palette
This is a cool, balanced 4-colour palette built from closely related tones that blend harmoniously. It is anchored by Light Blue (#CCE6F5) and reads as bright and open, with an average saturation of 51% and lightness of 81%. It works well for calm, professional and modern interfaces.
The colors in this palette
Teal #A8DCD5
rgb(168, 220, 213) · hsl(172, 43%, 76%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Pink #DDB0C9
rgb(221, 176, 201) · hsl(327, 40%, 78%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Light Blue #CCE6F5
rgb(204, 230, 245) · hsl(202, 67%, 88%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Green #C1EAB8
rgb(193, 234, 184) · hsl(109, 54%, 82%)
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 |
|---|---|---|---|---|
| #DDB0C9 | #CCE6F5 | 1.46:1 | Fail | Fail |
| #DDB0C9 | #C1EAB8 | 1.41:1 | Fail | Fail |
| #A8DCD5 | #DDB0C9 | 1.25:1 | Fail | Fail |
| #A8DCD5 | #CCE6F5 | 1.17:1 | Fail | Fail |
| #A8DCD5 | #C1EAB8 | 1.13:1 | Fail | Fail |
| #CCE6F5 | #C1EAB8 | 1.03:1 | Fail | Fail |
How to use these colors
- Background — Light Blue (#CCE6F5): the lightest tone — a clean base for large areas
- Text — Teal (#A8DCD5): the darkest tone — readable for body copy and headings
- Primary — Light Green (#C1EAB8): the most saturated tone — buttons, links and key UI
- Accent — Teal (#A8DCD5): 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: Teal (#A8DCD5), Pink (#DDB0C9), Light Blue (#CCE6F5) and Light Green (#C1EAB8).
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 #A8DCD5, #DDB0C9, #CCE6F5 and #C1EAB8. 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.