Light Blue & Light Pink, Lime Color Palette
:root {
--color-1: #F1D0E7;
--color-2: #C9D9F2;
--color-3: #D3E4A0;
--color-4: #D1EFD6;
}
colors: {
'palette-1': '#F1D0E7',
'palette-2': '#C9D9F2',
'palette-3': '#D3E4A0',
'palette-4': '#D1EFD6',
}
const palette = [
'#F1D0E7',
'#C9D9F2',
'#D3E4A0',
'#D1EFD6',
];
$color-1: #F1D0E7;
$color-2: #C9D9F2;
$color-3: #D3E4A0;
$color-4: #D1EFD6;
This is a cool, balanced 4-colour palette whose tones sit close together for a smooth, cohesive feel.
About this color palette
This is a cool, balanced 4-colour palette whose tones sit close together for a smooth, cohesive feel. It is anchored by Light Blue (#C9D9F2) and reads as bright and open, with an average saturation of 55% and lightness of 85%. It works well for calm, professional and modern interfaces.
The colors in this palette
Light Pink #F1D0E7
rgb(241, 208, 231) · hsl(318, 54%, 88%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Blue #C9D9F2
rgb(201, 217, 242) · hsl(217, 61%, 87%)
A light, airy tone — ideal for backgrounds and subtle fills.
Lime #D3E4A0
rgb(211, 228, 160) · hsl(75, 56%, 76%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Light Green #D1EFD6
rgb(209, 239, 214) · hsl(130, 48%, 88%)
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 |
|---|---|---|---|---|
| #C9D9F2 | #D1EFD6 | 1.16:1 | Fail | Fail |
| #F1D0E7 | #D1EFD6 | 1.14:1 | Fail | Fail |
| #D3E4A0 | #D1EFD6 | 1.11:1 | Fail | Fail |
| #C9D9F2 | #D3E4A0 | 1.05:1 | Fail | Fail |
| #F1D0E7 | #D3E4A0 | 1.03:1 | Fail | Fail |
| #F1D0E7 | #C9D9F2 | 1.02:1 | Fail | Fail |
How to use these colors
- Background — Light Pink (#F1D0E7): the lightest tone — a clean base for large areas
- Text — Lime (#D3E4A0): the darkest tone — readable for body copy and headings
- Primary — Light Blue (#C9D9F2): the most saturated tone — buttons, links and key UI
- Accent — Lime (#D3E4A0): 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 (#F1D0E7), Light Blue (#C9D9F2), Lime (#D3E4A0) and Light Green (#D1EFD6).
Is this a warm or cool colour palette?
It is a cool palette — its tones lean toward blues, greens and purples, which feel calm and modern.
What are the hex codes for this palette?
The hex codes are #F1D0E7, #C9D9F2, #D3E4A0 and #D1EFD6. 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.