Light Violet & Light Violet, Light Orange Color Palette
:root {
--color-1: #D6C7F4;
--color-2: #D2B9E9;
--color-3: #EFD8CD;
--color-4: #DFD7A5;
}
colors: {
'palette-1': '#D6C7F4',
'palette-2': '#D2B9E9',
'palette-3': '#EFD8CD',
'palette-4': '#DFD7A5',
}
const palette = [
'#D6C7F4',
'#D2B9E9',
'#EFD8CD',
'#DFD7A5',
];
$color-1: #D6C7F4;
$color-2: #D2B9E9;
$color-3: #EFD8CD;
$color-4: #DFD7A5;
This is a balanced, versatile 4-colour palette built from closely related tones that blend harmoniously.
About this color palette
This is a balanced, versatile 4-colour palette built from closely related tones that blend harmoniously. It is anchored by Light Violet (#D6C7F4) and reads as bright and open, with an average saturation of 55% and lightness of 83%. It adapts to a wide range of web and brand projects.
The colors in this palette
Light Violet #D6C7F4
rgb(214, 199, 244) · hsl(260, 67%, 87%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Violet #D2B9E9
rgb(210, 185, 233) · hsl(271, 52%, 82%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Orange #EFD8CD
rgb(239, 216, 205) · hsl(19, 52%, 87%)
A light, airy tone — ideal for backgrounds and subtle fills.
Yellow #DFD7A5
rgb(223, 215, 165) · hsl(52, 48%, 76%)
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 |
|---|---|---|---|---|
| #D2B9E9 | #EFD8CD | 1.3:1 | Fail | Fail |
| #D2B9E9 | #DFD7A5 | 1.21:1 | Fail | Fail |
| #D6C7F4 | #EFD8CD | 1.15:1 | Fail | Fail |
| #D6C7F4 | #D2B9E9 | 1.12:1 | Fail | Fail |
| #D6C7F4 | #DFD7A5 | 1.08:1 | Fail | Fail |
| #EFD8CD | #DFD7A5 | 1.07:1 | Fail | Fail |
How to use these colors
- Background — Light Orange (#EFD8CD): the lightest tone — a clean base for large areas
- Text — Yellow (#DFD7A5): the darkest tone — readable for body copy and headings
- Primary — Light Violet (#D6C7F4): the most saturated tone — buttons, links and key UI
- Accent — Light Violet (#D2B9E9): 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 (#D6C7F4), Light Violet (#D2B9E9), Light Orange (#EFD8CD) and Yellow (#DFD7A5).
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 #D6C7F4, #D2B9E9, #EFD8CD and #DFD7A5. 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.