Red & Light Blue, Red Color Palette
:root {
--color-1: #AEB2E5;
--color-2: #E9A996;
--color-3: #E995A7;
--color-4: #E0A9D2;
}
colors: {
'palette-1': '#AEB2E5',
'palette-2': '#E9A996',
'palette-3': '#E995A7',
'palette-4': '#E0A9D2',
}
const palette = [
'#AEB2E5',
'#E9A996',
'#E995A7',
'#E0A9D2',
];
$color-1: #AEB2E5;
$color-2: #E9A996;
$color-3: #E995A7;
$color-4: #E0A9D2;
This is a warm, versatile 4-colour palette whose tones sit close together for a smooth, cohesive feel.
About this color palette
This is a warm, versatile 4-colour palette whose tones sit close together for a smooth, cohesive feel. It is anchored by Red (#E995A7) and reads as bright and open, with an average saturation of 57% and lightness of 77%. It suits energetic, friendly and lifestyle-oriented designs.
The colors in this palette
Light Blue #AEB2E5
rgb(174, 178, 229) · hsl(236, 51%, 79%)
A light, airy tone — ideal for backgrounds and subtle fills.
Red #E9A996
rgb(233, 169, 150) · hsl(14, 65%, 75%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Red #E995A7
rgb(233, 149, 167) · hsl(347, 66%, 75%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Pink #E0A9D2
rgb(224, 169, 210) · hsl(315, 47%, 77%)
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 |
|---|---|---|---|---|
| #E995A7 | #E0A9D2 | 1.16:1 | Fail | Fail |
| #E9A996 | #E995A7 | 1.14:1 | Fail | Fail |
| #AEB2E5 | #E995A7 | 1.1:1 | Fail | Fail |
| #AEB2E5 | #E0A9D2 | 1.05:1 | Fail | Fail |
| #AEB2E5 | #E9A996 | 1.03:1 | Fail | Fail |
| #E9A996 | #E0A9D2 | 1.02:1 | Fail | Fail |
How to use these colors
- Background — Light Blue (#AEB2E5): the lightest tone — a clean base for large areas
- Text — Red (#E995A7): the darkest tone — readable for body copy and headings
- Primary — Red (#E995A7): the most saturated tone — buttons, links and key UI
- Accent — Red (#E9A996): 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 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 Blue (#AEB2E5), Red (#E9A996), Red (#E995A7) and Pink (#E0A9D2).
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 #AEB2E5, #E9A996, #E995A7 and #E0A9D2. 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.