Lime & Teal, Pink Color Palette
:root {
--color-1: #DFF43E;
--color-2: #35C2D4;
--color-3: #BA1CA8;
--color-4: #F5F6EE;
}
colors: {
'palette-1': '#DFF43E',
'palette-2': '#35C2D4',
'palette-3': '#BA1CA8',
'palette-4': '#F5F6EE',
}
const palette = [
'#DFF43E',
'#35C2D4',
'#BA1CA8',
'#F5F6EE',
];
$color-1: #DFF43E;
$color-2: #35C2D4;
$color-3: #BA1CA8;
$color-4: #F5F6EE;
This is a warm, bold 4-colour palette that combines high-contrast tones for a bold, dynamic look.
About this color palette
This is a warm, bold 4-colour palette that combines high-contrast tones for a bold, dynamic look. It is anchored by Lime (#DFF43E) and reads as well balanced in lightness, with an average saturation of 65% and lightness of 62%. It suits energetic, friendly and lifestyle-oriented designs.
The colors in this palette
Lime #DFF43E
rgb(223, 244, 62) · hsl(67, 89%, 60%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Teal #35C2D4
rgb(53, 194, 212) · hsl(187, 65%, 52%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Pink #BA1CA8
rgb(186, 28, 168) · hsl(307, 74%, 42%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Light Lime #F5F6EE
rgb(245, 246, 238) · hsl(67, 31%, 95%)
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 |
|---|---|---|---|---|
| #BA1CA8 | #F5F6EE | 5.05:1 | Pass | Fail |
| #DFF43E | #BA1CA8 | 4.49:1 | Fail | Fail |
| #35C2D4 | #BA1CA8 | 2.57:1 | Fail | Fail |
| #35C2D4 | #F5F6EE | 1.97:1 | Fail | Fail |
| #DFF43E | #35C2D4 | 1.75:1 | Fail | Fail |
| #DFF43E | #F5F6EE | 1.13:1 | Fail | Fail |
How to use these colors
- Background — Light Lime (#F5F6EE): the lightest tone — a clean base for large areas
- Text — Pink (#BA1CA8): the darkest tone — readable for body copy and headings
- Primary — Lime (#DFF43E): the most saturated tone — buttons, links and key UI
- Accent — Pink (#BA1CA8): 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 Lime 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 (#DFF43E), Teal (#35C2D4), Pink (#BA1CA8) and Light Lime (#F5F6EE).
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 #DFF43E, #35C2D4, #BA1CA8 and #F5F6EE. 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.05:1, which meets the WCAG AA standard for readable text.