Light Teal & Light Pink, Light Violet Color Palette
:root {
--color-1: #D7F5F5;
--color-2: #DAB5C7;
--color-3: #C3BCE0;
--color-4: #769CD6;
}
colors: {
'palette-1': '#D7F5F5',
'palette-2': '#DAB5C7',
'palette-3': '#C3BCE0',
'palette-4': '#769CD6',
}
const palette = [
'#D7F5F5',
'#DAB5C7',
'#C3BCE0',
'#769CD6',
];
$color-1: #D7F5F5;
$color-2: #DAB5C7;
$color-3: #C3BCE0;
$color-4: #769CD6;
This is a cool, balanced 4-colour palette whose tones sit close together for a smooth, cohesive feel.
About this color palette
This is a cool, balanced 4-colour palette whose tones sit close together for a smooth, cohesive feel. It is anchored by Light Teal (#D7F5F5) and reads as bright and open, with an average saturation of 46% and lightness of 79%. It works well for calm, professional and modern interfaces.
The colors in this palette
Light Teal #D7F5F5
rgb(215, 245, 245) · hsl(180, 60%, 90%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Pink #DAB5C7
rgb(218, 181, 199) · hsl(331, 33%, 78%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Violet #C3BCE0
rgb(195, 188, 224) · hsl(252, 37%, 81%)
A light, airy tone — ideal for backgrounds and subtle fills.
Blue #769CD6
rgb(118, 156, 214) · hsl(216, 54%, 65%)
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 |
|---|---|---|---|---|
| #D7F5F5 | #769CD6 | 2.44:1 | Fail | Fail |
| #D7F5F5 | #DAB5C7 | 1.6:1 | Fail | Fail |
| #D7F5F5 | #C3BCE0 | 1.58:1 | Fail | Fail |
| #C3BCE0 | #769CD6 | 1.55:1 | Fail | Fail |
| #DAB5C7 | #769CD6 | 1.52:1 | Fail | Fail |
| #DAB5C7 | #C3BCE0 | 1.02:1 | Fail | Fail |
How to use these colors
- Background — Light Teal (#D7F5F5): the lightest tone — a clean base for large areas
- Text — Blue (#769CD6): the darkest tone — readable for body copy and headings
- Primary — Blue (#769CD6): the most saturated tone — buttons, links and key UI
- Accent — Light Violet (#C3BCE0): 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: Light Teal (#D7F5F5), Light Pink (#DAB5C7), Light Violet (#C3BCE0) and Blue (#769CD6).
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 #D7F5F5, #DAB5C7, #C3BCE0 and #769CD6. 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.