Light Teal & Teal, Light Red Color Palette
:root {
--color-1: #89CFC3;
--color-2: #F5E8EA;
--color-3: #C098D0;
--color-4: #A3E8F5;
}
colors: {
'palette-1': '#89CFC3',
'palette-2': '#F5E8EA',
'palette-3': '#C098D0',
'palette-4': '#A3E8F5',
}
const palette = [
'#89CFC3',
'#F5E8EA',
'#C098D0',
'#A3E8F5',
];
$color-1: #89CFC3;
$color-2: #F5E8EA;
$color-3: #C098D0;
$color-4: #A3E8F5;
This is a cool, balanced 4-colour palette with a comfortable balance of contrast and harmony.
About this color palette
This is a cool, balanced 4-colour palette with a comfortable balance of contrast and harmony. It is anchored by Light Teal (#A3E8F5) and reads as bright and open, with an average saturation of 50% and lightness of 78%. It works well for calm, professional and modern interfaces.
The colors in this palette
Teal #89CFC3
rgb(137, 207, 195) · hsl(170, 42%, 67%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Light Red #F5E8EA
rgb(245, 232, 234) · hsl(351, 39%, 94%)
A light, airy tone — ideal for backgrounds and subtle fills.
Violet #C098D0
rgb(192, 152, 208) · hsl(283, 37%, 71%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Light Teal #A3E8F5
rgb(163, 232, 245) · hsl(190, 80%, 80%)
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 |
|---|---|---|---|---|
| #F5E8EA | #C098D0 | 2.04:1 | Fail | Fail |
| #C098D0 | #A3E8F5 | 1.78:1 | Fail | Fail |
| #89CFC3 | #F5E8EA | 1.5:1 | Fail | Fail |
| #89CFC3 | #C098D0 | 1.36:1 | Fail | Fail |
| #89CFC3 | #A3E8F5 | 1.31:1 | Fail | Fail |
| #F5E8EA | #A3E8F5 | 1.14:1 | Fail | Fail |
How to use these colors
- Background — Light Red (#F5E8EA): the lightest tone — a clean base for large areas
- Text — Teal (#89CFC3): the darkest tone — readable for body copy and headings
- Primary — Light Teal (#A3E8F5): the most saturated tone — buttons, links and key UI
- Accent — Teal (#89CFC3): 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 Teal 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 (#89CFC3), Light Red (#F5E8EA), Violet (#C098D0) and Light Teal (#A3E8F5).
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 #89CFC3, #F5E8EA, #C098D0 and #A3E8F5. 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.