Light Teal & Green, Light Red Color Palette
:root {
--color-1: #B1DEF1;
--color-2: #A7E2AD;
--color-3: #EEA5A5;
--color-4: #EAF3C4;
}
colors: {
'palette-1': '#B1DEF1',
'palette-2': '#A7E2AD',
'palette-3': '#EEA5A5',
'palette-4': '#EAF3C4',
}
const palette = [
'#B1DEF1',
'#A7E2AD',
'#EEA5A5',
'#EAF3C4',
];
$color-1: #B1DEF1;
$color-2: #A7E2AD;
$color-3: #EEA5A5;
$color-4: #EAF3C4;
This is a balanced, high-energy 4-colour palette built from closely related tones that blend harmoniously.
About this color palette
This is a balanced, high-energy 4-colour palette built from closely related tones that blend harmoniously. It is anchored by Light Teal (#B1DEF1) and reads as bright and open, with an average saturation of 64% and lightness of 81%. It adapts to a wide range of web and brand projects.
The colors in this palette
Light Teal #B1DEF1
rgb(177, 222, 241) · hsl(198, 70%, 82%)
A light, airy tone — ideal for backgrounds and subtle fills.
Green #A7E2AD
rgb(167, 226, 173) · hsl(126, 50%, 77%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Light Red #EEA5A5
rgb(238, 165, 165) · hsl(0, 68%, 79%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Lime #EAF3C4
rgb(234, 243, 196) · hsl(71, 66%, 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 |
|---|---|---|---|---|
| #EEA5A5 | #EAF3C4 | 1.72:1 | Fail | Fail |
| #B1DEF1 | #EEA5A5 | 1.38:1 | Fail | Fail |
| #A7E2AD | #EEA5A5 | 1.34:1 | Fail | Fail |
| #A7E2AD | #EAF3C4 | 1.28:1 | Fail | Fail |
| #B1DEF1 | #EAF3C4 | 1.24:1 | Fail | Fail |
| #B1DEF1 | #A7E2AD | 1.03:1 | Fail | Fail |
How to use these colors
- Background — Light Lime (#EAF3C4): the lightest tone — a clean base for large areas
- Text — Green (#A7E2AD): the darkest tone — readable for body copy and headings
- Primary — Light Teal (#B1DEF1): the most saturated tone — buttons, links and key UI
- Accent — Light Red (#EEA5A5): 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 Teal 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 (#B1DEF1), Green (#A7E2AD), Light Red (#EEA5A5) and Light Lime (#EAF3C4).
Is this a warm or cool colour palette?
It is balanced, mixing warm and cool tones fairly evenly.
What are the hex codes for this palette?
The hex codes are #B1DEF1, #A7E2AD, #EEA5A5 and #EAF3C4. 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.