Muted Violet & White, Light Pink Color Palette
:root {
--color-1: #F5F5F5;
--color-2: #D7C8D0;
--color-3: #C6B4CE;
--color-4: #BEB3C2;
}
colors: {
'palette-1': '#F5F5F5',
'palette-2': '#D7C8D0',
'palette-3': '#C6B4CE',
'palette-4': '#BEB3C2',
}
const palette = [
'#F5F5F5',
'#D7C8D0',
'#C6B4CE',
'#BEB3C2',
];
$color-1: #F5F5F5;
$color-2: #D7C8D0;
$color-3: #C6B4CE;
$color-4: #BEB3C2;
This is a balanced, soft, muted 4-colour palette built from closely related tones that blend harmoniously.
About this color palette
This is a balanced, soft, muted 4-colour palette built from closely related tones that blend harmoniously. It is anchored by Muted Violet (#C6B4CE) and reads as bright and open, with an average saturation of 12% and lightness of 82%. It adapts to a wide range of web and brand projects.
The colors in this palette
White #F5F5F5
rgb(245, 245, 245) · hsl(0, 0%, 96%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Pink #D7C8D0
rgb(215, 200, 208) · hsl(328, 16%, 81%)
A light, airy tone — ideal for backgrounds and subtle fills.
Muted Violet #C6B4CE
rgb(198, 180, 206) · hsl(282, 21%, 76%)
A soft, muted tone that suits calm backgrounds and large surfaces.
Light Gray #BEB3C2
rgb(190, 179, 194) · hsl(284, 11%, 73%)
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 |
|---|---|---|---|---|
| #F5F5F5 | #BEB3C2 | 1.85:1 | Fail | Fail |
| #F5F5F5 | #C6B4CE | 1.78:1 | Fail | Fail |
| #F5F5F5 | #D7C8D0 | 1.47:1 | Fail | Fail |
| #D7C8D0 | #BEB3C2 | 1.25:1 | Fail | Fail |
| #D7C8D0 | #C6B4CE | 1.21:1 | Fail | Fail |
| #C6B4CE | #BEB3C2 | 1.04:1 | Fail | Fail |
How to use these colors
- Background — White (#F5F5F5): the lightest tone — a clean base for large areas
- Text — Light Gray (#BEB3C2): the darkest tone — readable for body copy and headings
- Primary — Muted Violet (#C6B4CE): the most saturated tone — buttons, links and key UI
- Accent — Light Pink (#D7C8D0): 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 Muted 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: White (#F5F5F5), Light Pink (#D7C8D0), Muted Violet (#C6B4CE) and Light Gray (#BEB3C2).
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 #F5F5F5, #D7C8D0, #C6B4CE and #BEB3C2. 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.