Teal & Lime, Pink Color Palette
:root {
--color-1: #AFDE4A;
--color-2: #2BA9E3;
--color-3: #B61B85;
--color-4: #ECEFE6;
}
colors: {
'palette-1': '#AFDE4A',
'palette-2': '#2BA9E3',
'palette-3': '#B61B85',
'palette-4': '#ECEFE6',
}
const palette = [
'#AFDE4A',
'#2BA9E3',
'#B61B85',
'#ECEFE6',
];
$color-1: #AFDE4A;
$color-2: #2BA9E3;
$color-3: #B61B85;
$color-4: #ECEFE6;
This is a cool, vibrant 4-colour palette that combines high-contrast tones for a bold, dynamic look.
About this color palette
This is a cool, vibrant 4-colour palette that combines high-contrast tones for a bold, dynamic look. It is anchored by Teal (#2BA9E3) and reads as well balanced in lightness, with an average saturation of 60% and lightness of 61%. It works well for calm, professional and modern interfaces.
The colors in this palette
Lime #AFDE4A
rgb(175, 222, 74) · hsl(79, 69%, 58%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Teal #2BA9E3
rgb(43, 169, 227) · hsl(199, 77%, 53%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Pink #B61B85
rgb(182, 27, 133) · hsl(319, 74%, 41%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Light Lime #ECEFE6
rgb(236, 239, 230) · hsl(80, 22%, 92%)
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 |
|---|---|---|---|---|
| #B61B85 | #ECEFE6 | 5.18:1 | Pass | Fail |
| #AFDE4A | #B61B85 | 3.84:1 | Fail | Fail |
| #2BA9E3 | #ECEFE6 | 2.29:1 | Fail | Fail |
| #2BA9E3 | #B61B85 | 2.26:1 | Fail | Fail |
| #AFDE4A | #2BA9E3 | 1.7:1 | Fail | Fail |
| #AFDE4A | #ECEFE6 | 1.35:1 | Fail | Fail |
How to use these colors
- Background — Light Lime (#ECEFE6): the lightest tone — a clean base for large areas
- Text — Pink (#B61B85): the darkest tone — readable for body copy and headings
- Primary — Teal (#2BA9E3): the most saturated tone — buttons, links and key UI
- Accent — Pink (#B61B85): 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 (#AFDE4A), Teal (#2BA9E3), Pink (#B61B85) and Light Lime (#ECEFE6).
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 #AFDE4A, #2BA9E3, #B61B85 and #ECEFE6. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.
Is this palette accessible for text?
Yes — Pink text on Light Lime reaches a contrast ratio of 5.18:1, which meets the WCAG AA standard for readable text.