Light Blue & Light Green, Light Pink Color Palette
:root {
--color-1: #B3E6D3;
--color-2: #E9C3DF;
--color-3: #CAC7F4;
--color-4: #A7E2AA;
}
colors: {
'palette-1': '#B3E6D3',
'palette-2': '#E9C3DF',
'palette-3': '#CAC7F4',
'palette-4': '#A7E2AA',
}
const palette = [
'#B3E6D3',
'#E9C3DF',
'#CAC7F4',
'#A7E2AA',
];
$color-1: #B3E6D3;
$color-2: #E9C3DF;
$color-3: #CAC7F4;
$color-4: #A7E2AA;
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 Blue (#CAC7F4) and reads as bright and open, with an average saturation of 54% and lightness of 82%. It works well for calm, professional and modern interfaces.
The colors in this palette
Light Green #B3E6D3
rgb(179, 230, 211) · hsl(158, 50%, 80%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Pink #E9C3DF
rgb(233, 195, 223) · hsl(316, 46%, 84%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Blue #CAC7F4
rgb(202, 199, 244) · hsl(244, 67%, 87%)
A light, airy tone — ideal for backgrounds and subtle fills.
Green #A7E2AA
rgb(167, 226, 170) · hsl(123, 50%, 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 |
|---|---|---|---|---|
| #B3E6D3 | #CAC7F4 | 1.17:1 | Fail | Fail |
| #B3E6D3 | #E9C3DF | 1.14:1 | Fail | Fail |
| #CAC7F4 | #A7E2AA | 1.09:1 | Fail | Fail |
| #B3E6D3 | #A7E2AA | 1.08:1 | Fail | Fail |
| #E9C3DF | #A7E2AA | 1.06:1 | Fail | Fail |
| #E9C3DF | #CAC7F4 | 1.03:1 | Fail | Fail |
How to use these colors
- Background — Light Blue (#CAC7F4): the lightest tone — a clean base for large areas
- Text — Green (#A7E2AA): the darkest tone — readable for body copy and headings
- Primary — Light Green (#B3E6D3): the most saturated tone — buttons, links and key UI
- Accent — Green (#A7E2AA): 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 Green (#B3E6D3), Light Pink (#E9C3DF), Light Blue (#CAC7F4) and Green (#A7E2AA).
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 #B3E6D3, #E9C3DF, #CAC7F4 and #A7E2AA. 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.