Light Red & Light Violet, Light Teal Color Palette
:root {
--color-1: #EEB0B1;
--color-2: #DCA4EA;
--color-3: #D6EFF5;
--color-4: #EDB0CB;
}
colors: {
'palette-1': '#EEB0B1',
'palette-2': '#DCA4EA',
'palette-3': '#D6EFF5',
'palette-4': '#EDB0CB',
}
const palette = [
'#EEB0B1',
'#DCA4EA',
'#D6EFF5',
'#EDB0CB',
];
$color-1: #EEB0B1;
$color-2: #DCA4EA;
$color-3: #D6EFF5;
$color-4: #EDB0CB;
This is a balanced, vibrant 4-colour palette built from closely related tones that blend harmoniously.
About this color palette
This is a balanced, vibrant 4-colour palette built from closely related tones that blend harmoniously. It is anchored by Light Red (#EEB0B1) and reads as bright and open, with an average saturation of 63% and lightness of 83%. It adapts to a wide range of web and brand projects.
The colors in this palette
Light Red #EEB0B1
rgb(238, 176, 177) · hsl(359, 65%, 81%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Violet #DCA4EA
rgb(220, 164, 234) · hsl(288, 62%, 78%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Teal #D6EFF5
rgb(214, 239, 245) · hsl(192, 61%, 90%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Pink #EDB0CB
rgb(237, 176, 203) · hsl(333, 63%, 81%)
A light, airy tone — ideal for backgrounds and subtle fills.
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 |
|---|---|---|---|---|
| #DCA4EA | #D6EFF5 | 1.66:1 | Fail | Fail |
| #EEB0B1 | #D6EFF5 | 1.53:1 | Fail | Fail |
| #D6EFF5 | #EDB0CB | 1.5:1 | Fail | Fail |
| #DCA4EA | #EDB0CB | 1.11:1 | Fail | Fail |
| #EEB0B1 | #DCA4EA | 1.09:1 | Fail | Fail |
| #EEB0B1 | #EDB0CB | 1.02:1 | Fail | Fail |
How to use these colors
- Background — Light Teal (#D6EFF5): the lightest tone — a clean base for large areas
- Text — Light Violet (#DCA4EA): the darkest tone — readable for body copy and headings
- Primary — Light Red (#EEB0B1): the most saturated tone — buttons, links and key UI
- Accent — Light Pink (#EDB0CB): 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 Red 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 Red (#EEB0B1), Light Violet (#DCA4EA), Light Teal (#D6EFF5) and Light Pink (#EDB0CB).
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 #EEB0B1, #DCA4EA, #D6EFF5 and #EDB0CB. 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.