Light Pink & Light Pink, Pink Color Palette
:root {
--color-1: #ECA7D5;
--color-2: #EEA5C3;
--color-3: #E3A0D5;
--color-4: #B0BDED;
}
colors: {
'palette-1': '#ECA7D5',
'palette-2': '#EEA5C3',
'palette-3': '#E3A0D5',
'palette-4': '#B0BDED',
}
const palette = [
'#ECA7D5',
'#EEA5C3',
'#E3A0D5',
'#B0BDED',
];
$color-1: #ECA7D5;
$color-2: #EEA5C3;
$color-3: #E3A0D5;
$color-4: #B0BDED;
This is a warm, bold 4-colour palette built from closely related tones that blend harmoniously.
About this color palette
This is a warm, bold 4-colour palette built from closely related tones that blend harmoniously. It is anchored by Light Pink (#EEA5C3) and reads as bright and open, with an average saturation of 63% and lightness of 79%. It suits energetic, friendly and lifestyle-oriented designs.
The colors in this palette
Light Pink #ECA7D5
rgb(236, 167, 213) · hsl(320, 64%, 79%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Pink #EEA5C3
rgb(238, 165, 195) · hsl(335, 68%, 79%)
A light, airy tone — ideal for backgrounds and subtle fills.
Pink #E3A0D5
rgb(227, 160, 213) · hsl(313, 54%, 76%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Light Blue #B0BDED
rgb(176, 189, 237) · hsl(227, 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 |
|---|---|---|---|---|
| #E3A0D5 | #B0BDED | 1.11:1 | Fail | Fail |
| #ECA7D5 | #E3A0D5 | 1.08:1 | Fail | Fail |
| #EEA5C3 | #E3A0D5 | 1.05:1 | Fail | Fail |
| #EEA5C3 | #B0BDED | 1.05:1 | Fail | Fail |
| #ECA7D5 | #B0BDED | 1.03:1 | Fail | Fail |
| #ECA7D5 | #EEA5C3 | 1.02:1 | Fail | Fail |
How to use these colors
- Background — Light Blue (#B0BDED): the lightest tone — a clean base for large areas
- Text — Pink (#E3A0D5): the darkest tone — readable for body copy and headings
- Primary — Light Pink (#EEA5C3): the most saturated tone — buttons, links and key UI
- Accent — Light Pink (#ECA7D5): 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 Pink 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 Pink (#ECA7D5), Light Pink (#EEA5C3), Pink (#E3A0D5) and Light Blue (#B0BDED).
Is this a warm or cool colour palette?
It is a warm palette — its tones lean toward reds, oranges and yellows, which feel energetic and inviting.
What are the hex codes for this palette?
The hex codes are #ECA7D5, #EEA5C3, #E3A0D5 and #B0BDED. 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.