Light Blue & Light Pink, Light Orange Color Palette
:root {
--color-1: #ECCFEB;
--color-2: #EADCC2;
--color-3: #B4B8EE;
--color-4: #ECEFD7;
}
colors: {
'palette-1': '#ECCFEB',
'palette-2': '#EADCC2',
'palette-3': '#B4B8EE',
'palette-4': '#ECEFD7',
}
const palette = [
'#ECCFEB',
'#EADCC2',
'#B4B8EE',
'#ECEFD7',
];
$color-1: #ECCFEB;
$color-2: #EADCC2;
$color-3: #B4B8EE;
$color-4: #ECEFD7;
This is a warm, easygoing 4-colour palette whose tones sit close together for a smooth, cohesive feel.
About this color palette
This is a warm, easygoing 4-colour palette whose tones sit close together for a smooth, cohesive feel. It is anchored by Light Blue (#B4B8EE) and reads as bright and open, with an average saturation of 49% and lightness of 85%. It suits energetic, friendly and lifestyle-oriented designs.
The colors in this palette
Light Pink #ECCFEB
rgb(236, 207, 235) · hsl(302, 43%, 87%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Orange #EADCC2
rgb(234, 220, 194) · hsl(39, 49%, 84%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Blue #B4B8EE
rgb(180, 184, 238) · hsl(236, 63%, 82%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Lime #ECEFD7
rgb(236, 239, 215) · hsl(67, 43%, 89%)
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 |
|---|---|---|---|---|
| #B4B8EE | #ECEFD7 | 1.62:1 | Fail | Fail |
| #EADCC2 | #B4B8EE | 1.41:1 | Fail | Fail |
| #ECCFEB | #B4B8EE | 1.33:1 | Fail | Fail |
| #ECCFEB | #ECEFD7 | 1.22:1 | Fail | Fail |
| #EADCC2 | #ECEFD7 | 1.15:1 | Fail | Fail |
| #ECCFEB | #EADCC2 | 1.06:1 | Fail | Fail |
How to use these colors
- Background — Light Lime (#ECEFD7): the lightest tone — a clean base for large areas
- Text — Light Blue (#B4B8EE): the darkest tone — readable for body copy and headings
- Primary — Light Blue (#B4B8EE): the most saturated tone — buttons, links and key UI
- Accent — Light Orange (#EADCC2): 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 Blue 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 (#ECCFEB), Light Orange (#EADCC2), Light Blue (#B4B8EE) and Light Lime (#ECEFD7).
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 #ECCFEB, #EADCC2, #B4B8EE and #ECEFD7. 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.