Light Violet & Light Teal, Light Pink Color Palette
:root {
--color-1: #A2D9F0;
--color-2: #F5D9F5;
--color-3: #D4C0F5;
--color-4: #66B4D3;
}
colors: {
'palette-1': '#A2D9F0',
'palette-2': '#F5D9F5',
'palette-3': '#D4C0F5',
'palette-4': '#66B4D3',
}
const palette = [
'#A2D9F0',
'#F5D9F5',
'#D4C0F5',
'#66B4D3',
];
$color-1: #A2D9F0;
$color-2: #F5D9F5;
$color-3: #D4C0F5;
$color-4: #66B4D3;
This is a cool, bold 4-colour palette mixing related and contrasting tones for a natural feel.
About this color palette
This is a cool, bold 4-colour palette mixing related and contrasting tones for a natural feel. It is anchored by Light Violet (#D4C0F5) and reads as bright and open, with an average saturation of 65% and lightness of 79%. It works well for calm, professional and modern interfaces.
The colors in this palette
Light Teal #A2D9F0
rgb(162, 217, 240) · hsl(198, 72%, 79%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Pink #F5D9F5
rgb(245, 217, 245) · hsl(300, 58%, 91%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Violet #D4C0F5
rgb(212, 192, 245) · hsl(263, 73%, 86%)
A light, airy tone — ideal for backgrounds and subtle fills.
Teal #66B4D3
rgb(102, 180, 211) · hsl(197, 55%, 61%)
A balanced mid-tone that works well for primary surfaces and UI elements.
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 |
|---|---|---|---|---|
| #F5D9F5 | #66B4D3 | 1.79:1 | Fail | Fail |
| #A2D9F0 | #66B4D3 | 1.52:1 | Fail | Fail |
| #D4C0F5 | #66B4D3 | 1.4:1 | Fail | Fail |
| #F5D9F5 | #D4C0F5 | 1.27:1 | Fail | Fail |
| #A2D9F0 | #F5D9F5 | 1.18:1 | Fail | Fail |
| #A2D9F0 | #D4C0F5 | 1.08:1 | Fail | Fail |
How to use these colors
- Background — Light Pink (#F5D9F5): the lightest tone — a clean base for large areas
- Text — Teal (#66B4D3): the darkest tone — readable for body copy and headings
- Primary — Light Violet (#D4C0F5): the most saturated tone — buttons, links and key UI
- Accent — Light Teal (#A2D9F0): 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 Violet 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 (#A2D9F0), Light Pink (#F5D9F5), Light Violet (#D4C0F5) and Teal (#66B4D3).
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 #A2D9F0, #F5D9F5, #D4C0F5 and #66B4D3. 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.