Light Violet & Muted Violet, Muted Teal Color Palette
:root {
--color-1: #ECE3F5;
--color-2: #C6BECD;
--color-3: #8AB9B1;
--color-4: #818D9C;
}
colors: {
'palette-1': '#ECE3F5',
'palette-2': '#C6BECD',
'palette-3': '#8AB9B1',
'palette-4': '#818D9C',
}
const palette = [
'#ECE3F5',
'#C6BECD',
'#8AB9B1',
'#818D9C',
];
$color-1: #ECE3F5;
$color-2: #C6BECD;
$color-3: #8AB9B1;
$color-4: #818D9C;
This is a cool, subtle 4-colour palette mixing related and contrasting tones for a natural feel.
About this color palette
This is a cool, subtle 4-colour palette mixing related and contrasting tones for a natural feel. It is anchored by Light Violet (#ECE3F5) and reads as bright and open, with an average saturation of 24% and lightness of 72%. It works well for calm, professional and modern interfaces.
The colors in this palette
Light Violet #ECE3F5
rgb(236, 227, 245) · hsl(270, 47%, 93%)
A light, airy tone — ideal for backgrounds and subtle fills.
Muted Violet #C6BECD
rgb(198, 190, 205) · hsl(272, 13%, 77%)
A soft, muted tone that suits calm backgrounds and large surfaces.
Muted Teal #8AB9B1
rgb(138, 185, 177) · hsl(170, 25%, 63%)
A soft, muted tone that suits calm backgrounds and large surfaces.
Muted Blue #818D9C
rgb(129, 141, 156) · hsl(213, 12%, 56%)
A soft, muted tone that suits calm backgrounds and large surfaces.
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 |
|---|---|---|---|---|
| #ECE3F5 | #818D9C | 2.71:1 | Fail | Fail |
| #C6BECD | #818D9C | 1.87:1 | Fail | Fail |
| #ECE3F5 | #8AB9B1 | 1.75:1 | Fail | Fail |
| #8AB9B1 | #818D9C | 1.55:1 | Fail | Fail |
| #ECE3F5 | #C6BECD | 1.45:1 | Fail | Fail |
| #C6BECD | #8AB9B1 | 1.21:1 | Fail | Fail |
How to use these colors
- Background — Light Violet (#ECE3F5): the lightest tone — a clean base for large areas
- Text — Muted Blue (#818D9C): the darkest tone — readable for body copy and headings
- Primary — Muted Teal (#8AB9B1): the most saturated tone — buttons, links and key UI
- Accent — Muted Violet (#C6BECD): 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 Violet (#ECE3F5), Muted Violet (#C6BECD), Muted Teal (#8AB9B1) and Muted Blue (#818D9C).
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 #ECE3F5, #C6BECD, #8AB9B1 and #818D9C. 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.