Light Red & Light Teal, Light Pink Color Palette
:root {
--color-1: #D0F5F5;
--color-2: #F5CDD4;
--color-3: #F5E0F5;
--color-4: #69AFDC;
}
colors: {
'palette-1': '#D0F5F5',
'palette-2': '#F5CDD4',
'palette-3': '#F5E0F5',
'palette-4': '#69AFDC',
}
const palette = [
'#D0F5F5',
'#F5CDD4',
'#F5E0F5',
'#69AFDC',
];
$color-1: #D0F5F5;
$color-2: #F5CDD4;
$color-3: #F5E0F5;
$color-4: #69AFDC;
This is a balanced, high-energy 4-colour palette with a comfortable balance of contrast and harmony.
About this color palette
This is a balanced, high-energy 4-colour palette with a comfortable balance of contrast and harmony. It is anchored by Light Red (#F5CDD4) and reads as bright and open, with an average saturation of 61% and lightness of 83%. It adapts to a wide range of web and brand projects.
The colors in this palette
Light Teal #D0F5F5
rgb(208, 245, 245) · hsl(180, 65%, 89%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Red #F5CDD4
rgb(245, 205, 212) · hsl(350, 67%, 88%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Pink #F5E0F5
rgb(245, 224, 245) · hsl(300, 51%, 92%)
A light, airy tone — ideal for backgrounds and subtle fills.
Blue #69AFDC
rgb(105, 175, 220) · hsl(203, 62%, 64%)
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 |
|---|---|---|---|---|
| #D0F5F5 | #69AFDC | 2.06:1 | Fail | Fail |
| #F5E0F5 | #69AFDC | 1.92:1 | Fail | Fail |
| #F5CDD4 | #69AFDC | 1.66:1 | Fail | Fail |
| #D0F5F5 | #F5CDD4 | 1.24:1 | Fail | Fail |
| #F5CDD4 | #F5E0F5 | 1.16:1 | Fail | Fail |
| #D0F5F5 | #F5E0F5 | 1.07:1 | Fail | Fail |
How to use these colors
- Background — Light Pink (#F5E0F5): the lightest tone — a clean base for large areas
- Text — Blue (#69AFDC): the darkest tone — readable for body copy and headings
- Primary — Light Red (#F5CDD4): the most saturated tone — buttons, links and key UI
- Accent — Light Teal (#D0F5F5): 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 Red 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 (#D0F5F5), Light Red (#F5CDD4), Light Pink (#F5E0F5) and Blue (#69AFDC).
Is this a warm or cool colour palette?
It is balanced, mixing warm and cool tones fairly evenly.
What are the hex codes for this palette?
The hex codes are #D0F5F5, #F5CDD4, #F5E0F5 and #69AFDC. 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.