Teal & Lime, Pink Color Palette
:root {
--color-1: #C2EF2E;
--color-2: #58CFF3;
--color-3: #D43AB0;
--color-4: #E1E5D1;
}
colors: {
'palette-1': '#C2EF2E',
'palette-2': '#58CFF3',
'palette-3': '#D43AB0',
'palette-4': '#E1E5D1',
}
const palette = [
'#C2EF2E',
'#58CFF3',
'#D43AB0',
'#E1E5D1',
];
$color-1: #C2EF2E;
$color-2: #58CFF3;
$color-3: #D43AB0;
$color-4: #E1E5D1;
This is a warm, vibrant 4-colour palette pairing strongly contrasting colours for real visual punch.
About this color palette
This is a warm, vibrant 4-colour palette pairing strongly contrasting colours for real visual punch. It is anchored by Teal (#58CFF3) and reads as well balanced in lightness, with an average saturation of 66% and lightness of 65%. It suits energetic, friendly and lifestyle-oriented designs.
The colors in this palette
Lime #C2EF2E
rgb(194, 239, 46) · hsl(74, 86%, 56%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Teal #58CFF3
rgb(88, 207, 243) · hsl(194, 87%, 65%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Pink #D43AB0
rgb(212, 58, 176) · hsl(314, 64%, 53%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Light Lime #E1E5D1
rgb(225, 229, 209) · hsl(72, 28%, 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 |
|---|---|---|---|---|
| #D43AB0 | #E1E5D1 | 3.25:1 | Fail | Fail |
| #C2EF2E | #D43AB0 | 3.12:1 | Fail | Fail |
| #58CFF3 | #D43AB0 | 2.31:1 | Fail | Fail |
| #58CFF3 | #E1E5D1 | 1.4:1 | Fail | Fail |
| #C2EF2E | #58CFF3 | 1.35:1 | Fail | Fail |
| #C2EF2E | #E1E5D1 | 1.04:1 | Fail | Fail |
How to use these colors
- Background — Light Lime (#E1E5D1): the lightest tone — a clean base for large areas
- Text — Pink (#D43AB0): the darkest tone — readable for body copy and headings
- Primary — Teal (#58CFF3): the most saturated tone — buttons, links and key UI
- Accent — Lime (#C2EF2E): 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 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: Lime (#C2EF2E), Teal (#58CFF3), Pink (#D43AB0) and Light Lime (#E1E5D1).
Is this a warm or cool colour palette?
It is a warm palette — its tones lean toward reds, oranges and yellows, which feel energetic and inviting.
What are the hex codes for this palette?
The hex codes are #C2EF2E, #58CFF3, #D43AB0 and #E1E5D1. 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.