Blue & Light Teal, Light Pink Color Palette
:root {
--color-1: #CBF5F5;
--color-2: #F5F0F5;
--color-3: #E3C2F5;
--color-4: #7BB8EF;
}
colors: {
'palette-1': '#CBF5F5',
'palette-2': '#F5F0F5',
'palette-3': '#E3C2F5',
'palette-4': '#7BB8EF',
}
const palette = [
'#CBF5F5',
'#F5F0F5',
'#E3C2F5',
'#7BB8EF',
];
$color-1: #CBF5F5;
$color-2: #F5F0F5;
$color-3: #E3C2F5;
$color-4: #7BB8EF;
This is a cool, high-energy 4-colour palette whose tones sit close together for a smooth, cohesive feel.
About this color palette
This is a cool, high-energy 4-colour palette whose tones sit close together for a smooth, cohesive feel. It is anchored by Blue (#7BB8EF) and reads as bright and open, with an average saturation of 59% and lightness of 85%. It works well for calm, professional and modern interfaces.
The colors in this palette
Light Teal #CBF5F5
rgb(203, 245, 245) · hsl(180, 68%, 88%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Pink #F5F0F5
rgb(245, 240, 245) · hsl(300, 20%, 95%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Violet #E3C2F5
rgb(227, 194, 245) · hsl(279, 72%, 86%)
A light, airy tone — ideal for backgrounds and subtle fills.
Blue #7BB8EF
rgb(123, 184, 239) · hsl(208, 78%, 71%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
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 |
|---|---|---|---|---|
| #F5F0F5 | #7BB8EF | 1.88:1 | Fail | Fail |
| #CBF5F5 | #7BB8EF | 1.8:1 | Fail | Fail |
| #F5F0F5 | #E3C2F5 | 1.4:1 | Fail | Fail |
| #CBF5F5 | #E3C2F5 | 1.35:1 | Fail | Fail |
| #E3C2F5 | #7BB8EF | 1.34:1 | Fail | Fail |
| #CBF5F5 | #F5F0F5 | 1.04:1 | Fail | Fail |
How to use these colors
- Background — Light Pink (#F5F0F5): the lightest tone — a clean base for large areas
- Text — Blue (#7BB8EF): the darkest tone — readable for body copy and headings
- Primary — Blue (#7BB8EF): the most saturated tone — buttons, links and key UI
- Accent — Light Violet (#E3C2F5): 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 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 Teal (#CBF5F5), Light Pink (#F5F0F5), Light Violet (#E3C2F5) and Blue (#7BB8EF).
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 #CBF5F5, #F5F0F5, #E3C2F5 and #7BB8EF. 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.