Light Green & Light Pink, Light Blue Color Palette
:root {
--color-1: #E3B8EA;
--color-2: #B5EEDA;
--color-3: #C6CBEB;
--color-4: #C6CEF1;
}
colors: {
'palette-1': '#E3B8EA',
'palette-2': '#B5EEDA',
'palette-3': '#C6CBEB',
'palette-4': '#C6CEF1',
}
const palette = [
'#E3B8EA',
'#B5EEDA',
'#C6CBEB',
'#C6CEF1',
];
$color-1: #E3B8EA;
$color-2: #B5EEDA;
$color-3: #C6CBEB;
$color-4: #C6CEF1;
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 Green (#B5EEDA) and reads as bright and open, with an average saturation of 56% and lightness of 84%. It works well for calm, professional and modern interfaces.
The colors in this palette
Light Pink #E3B8EA
rgb(227, 184, 234) · hsl(292, 54%, 82%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Green #B5EEDA
rgb(181, 238, 218) · hsl(159, 63%, 82%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Blue #C6CBEB
rgb(198, 203, 235) · hsl(232, 48%, 85%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Blue #C6CEF1
rgb(198, 206, 241) · hsl(229, 61%, 86%)
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 |
|---|---|---|---|---|
| #E3B8EA | #B5EEDA | 1.32:1 | Fail | Fail |
| #B5EEDA | #C6CBEB | 1.23:1 | Fail | Fail |
| #B5EEDA | #C6CEF1 | 1.2:1 | Fail | Fail |
| #E3B8EA | #C6CEF1 | 1.1:1 | Fail | Fail |
| #E3B8EA | #C6CBEB | 1.07:1 | Fail | Fail |
| #C6CBEB | #C6CEF1 | 1.03:1 | Fail | Fail |
How to use these colors
- Background — Light Blue (#C6CEF1): the lightest tone — a clean base for large areas
- Text — Light Pink (#E3B8EA): the darkest tone — readable for body copy and headings
- Primary — Light Green (#B5EEDA): the most saturated tone — buttons, links and key UI
- Accent — Light Pink (#E3B8EA): 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 Green 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 (#E3B8EA), Light Green (#B5EEDA), Light Blue (#C6CBEB) and Light Blue (#C6CEF1).
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 #E3B8EA, #B5EEDA, #C6CBEB and #C6CEF1. 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.