Light Blue & Light Teal, Violet Color Palette
:root {
--color-1: #A3E2EB;
--color-2: #B698E7;
--color-3: #AAC7EE;
--color-4: #B1A7DD;
}
colors: {
'palette-1': '#A3E2EB',
'palette-2': '#B698E7',
'palette-3': '#AAC7EE',
'palette-4': '#B1A7DD',
}
const palette = [
'#A3E2EB',
'#B698E7',
'#AAC7EE',
'#B1A7DD',
];
$color-1: #A3E2EB;
$color-2: #B698E7;
$color-3: #AAC7EE;
$color-4: #B1A7DD;
This is a cool, high-energy 4-colour palette built from closely related tones that blend harmoniously.
About this color palette
This is a cool, high-energy 4-colour palette built from closely related tones that blend harmoniously. It is anchored by Light Blue (#AAC7EE) and reads as bright and open, with an average saturation of 59% and lightness of 77%. It works well for calm, professional and modern interfaces.
The colors in this palette
Light Teal #A3E2EB
rgb(163, 226, 235) · hsl(188, 64%, 78%)
A light, airy tone — ideal for backgrounds and subtle fills.
Violet #B698E7
rgb(182, 152, 231) · hsl(263, 62%, 75%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Light Blue #AAC7EE
rgb(170, 199, 238) · hsl(214, 67%, 80%)
A light, airy tone — ideal for backgrounds and subtle fills.
Violet #B1A7DD
rgb(177, 167, 221) · hsl(251, 44%, 76%)
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 |
|---|---|---|---|---|
| #A3E2EB | #B698E7 | 1.7:1 | Fail | Fail |
| #A3E2EB | #B1A7DD | 1.55:1 | Fail | Fail |
| #B698E7 | #AAC7EE | 1.4:1 | Fail | Fail |
| #AAC7EE | #B1A7DD | 1.28:1 | Fail | Fail |
| #A3E2EB | #AAC7EE | 1.21:1 | Fail | Fail |
| #B698E7 | #B1A7DD | 1.09:1 | Fail | Fail |
How to use these colors
- Background — Light Blue (#AAC7EE): the lightest tone — a clean base for large areas
- Text — Violet (#B698E7): the darkest tone — readable for body copy and headings
- Primary — Light Teal (#A3E2EB): the most saturated tone — buttons, links and key UI
- Accent — Violet (#B698E7): 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 Teal (#A3E2EB), Violet (#B698E7), Light Blue (#AAC7EE) and Violet (#B1A7DD).
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 #A3E2EB, #B698E7, #AAC7EE and #B1A7DD. 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.