Light Blue & Light Blue, Light Green Color Palette
:root {
--color-1: #B6B6ED;
--color-2: #CCCBF6;
--color-3: #B2EBBC;
--color-4: #F0DBE3;
}
colors: {
'palette-1': '#B6B6ED',
'palette-2': '#CCCBF6',
'palette-3': '#B2EBBC',
'palette-4': '#F0DBE3',
}
const palette = [
'#B6B6ED',
'#CCCBF6',
'#B2EBBC',
'#F0DBE3',
];
$color-1: #B6B6ED;
$color-2: #CCCBF6;
$color-3: #B2EBBC;
$color-4: #F0DBE3;
This is a cool, versatile 4-colour palette built from closely related tones that blend harmoniously.
About this color palette
This is a cool, versatile 4-colour palette built from closely related tones that blend harmoniously. It is anchored by Light Blue (#CCCBF6) and reads as bright and open, with an average saturation of 58% and lightness of 85%. It works well for calm, professional and modern interfaces.
The colors in this palette
Light Blue #B6B6ED
rgb(182, 182, 237) · hsl(240, 60%, 82%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Blue #CCCBF6
rgb(204, 203, 246) · hsl(241, 70%, 88%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Green #B2EBBC
rgb(178, 235, 188) · hsl(131, 59%, 81%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Pink #F0DBE3
rgb(240, 219, 227) · hsl(337, 41%, 90%)
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 |
|---|---|---|---|---|
| #B6B6ED | #F0DBE3 | 1.46:1 | Fail | Fail |
| #B6B6ED | #B2EBBC | 1.42:1 | Fail | Fail |
| #B6B6ED | #CCCBF6 | 1.23:1 | Fail | Fail |
| #CCCBF6 | #F0DBE3 | 1.19:1 | Fail | Fail |
| #CCCBF6 | #B2EBBC | 1.15:1 | Fail | Fail |
| #B2EBBC | #F0DBE3 | 1.03:1 | Fail | Fail |
How to use these colors
- Background — Light Pink (#F0DBE3): the lightest tone — a clean base for large areas
- Text — Light Green (#B2EBBC): the darkest tone — readable for body copy and headings
- Primary — Light Blue (#CCCBF6): the most saturated tone — buttons, links and key UI
- Accent — Light Blue (#B6B6ED): 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 Blue (#B6B6ED), Light Blue (#CCCBF6), Light Green (#B2EBBC) and Light Pink (#F0DBE3).
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 #B6B6ED, #CCCBF6, #B2EBBC and #F0DBE3. 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.