Light Red & Pink, Light Pink Color Palette
:root {
--color-1: #EFC7C9;
--color-2: #D9A5C6;
--color-3: #E3B5C7;
--color-4: #D3DDA1;
}
colors: {
'palette-1': '#EFC7C9',
'palette-2': '#D9A5C6',
'palette-3': '#E3B5C7',
'palette-4': '#D3DDA1',
}
const palette = [
'#EFC7C9',
'#D9A5C6',
'#E3B5C7',
'#D3DDA1',
];
$color-1: #EFC7C9;
$color-2: #D9A5C6;
$color-3: #E3B5C7;
$color-4: #D3DDA1;
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 Light Red (#EFC7C9) and reads as bright and open, with an average saturation of 47% and lightness of 79%. It suits energetic, friendly and lifestyle-oriented designs.
The colors in this palette
Light Red #EFC7C9
rgb(239, 199, 201) · hsl(357, 56%, 86%)
A light, airy tone — ideal for backgrounds and subtle fills.
Pink #D9A5C6
rgb(217, 165, 198) · hsl(322, 41%, 75%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Light Pink #E3B5C7
rgb(227, 181, 199) · hsl(337, 45%, 80%)
A light, airy tone — ideal for backgrounds and subtle fills.
Lime #D3DDA1
rgb(211, 221, 161) · hsl(70, 47%, 75%)
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 |
|---|---|---|---|---|
| #D9A5C6 | #D3DDA1 | 1.44:1 | Fail | Fail |
| #EFC7C9 | #D9A5C6 | 1.35:1 | Fail | Fail |
| #E3B5C7 | #D3DDA1 | 1.25:1 | Fail | Fail |
| #EFC7C9 | #E3B5C7 | 1.17:1 | Fail | Fail |
| #D9A5C6 | #E3B5C7 | 1.15:1 | Fail | Fail |
| #EFC7C9 | #D3DDA1 | 1.07:1 | Fail | Fail |
How to use these colors
- Background — Light Red (#EFC7C9): the lightest tone — a clean base for large areas
- Text — Pink (#D9A5C6): the darkest tone — readable for body copy and headings
- Primary — Lime (#D3DDA1): the most saturated tone — buttons, links and key UI
- Accent — Light Pink (#E3B5C7): 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 (#EFC7C9), Pink (#D9A5C6), Light Pink (#E3B5C7) and Lime (#D3DDA1).
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 #EFC7C9, #D9A5C6, #E3B5C7 and #D3DDA1. 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.