Light Pink & Green, Light Lime Color Palette
:root {
--color-1: #F3C4E6;
--color-2: #B9DEAB;
--color-3: #D9EBCC;
--color-4: #AEE6A7;
}
colors: {
'palette-1': '#F3C4E6',
'palette-2': '#B9DEAB',
'palette-3': '#D9EBCC',
'palette-4': '#AEE6A7',
}
const palette = [
'#F3C4E6',
'#B9DEAB',
'#D9EBCC',
'#AEE6A7',
];
$color-1: #F3C4E6;
$color-2: #B9DEAB;
$color-3: #D9EBCC;
$color-4: #AEE6A7;
This is a cool, easygoing 4-colour palette built from closely related tones that blend harmoniously.
About this color palette
This is a cool, easygoing 4-colour palette built from closely related tones that blend harmoniously. It is anchored by Light Pink (#F3C4E6) and reads as bright and open, with an average saturation of 52% and lightness of 82%. It works well for calm, professional and modern interfaces.
The colors in this palette
Light Pink #F3C4E6
rgb(243, 196, 230) · hsl(317, 66%, 86%)
A light, airy tone — ideal for backgrounds and subtle fills.
Green #B9DEAB
rgb(185, 222, 171) · hsl(104, 44%, 77%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Light Lime #D9EBCC
rgb(217, 235, 204) · hsl(95, 44%, 86%)
A light, airy tone — ideal for backgrounds and subtle fills.
Green #AEE6A7
rgb(174, 230, 167) · hsl(113, 56%, 78%)
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 |
|---|---|---|---|---|
| #F3C4E6 | #D9EBCC | 1.21:1 | Fail | Fail |
| #B9DEAB | #D9EBCC | 1.18:1 | Fail | Fail |
| #D9EBCC | #AEE6A7 | 1.14:1 | Fail | Fail |
| #F3C4E6 | #AEE6A7 | 1.06:1 | Fail | Fail |
| #B9DEAB | #AEE6A7 | 1.04:1 | Fail | Fail |
| #F3C4E6 | #B9DEAB | 1.02:1 | Fail | Fail |
How to use these colors
- Background — Light Lime (#D9EBCC): the lightest tone — a clean base for large areas
- Text — Green (#B9DEAB): the darkest tone — readable for body copy and headings
- Primary — Light Pink (#F3C4E6): the most saturated tone — buttons, links and key UI
- Accent — Green (#AEE6A7): 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 (#F3C4E6), Green (#B9DEAB), Light Lime (#D9EBCC) and Green (#AEE6A7).
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 #F3C4E6, #B9DEAB, #D9EBCC and #AEE6A7. 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.