Teal & Lime, Pink Color Palette
:root {
--color-1: #99B120;
--color-2: #63D2E9;
--color-3: #B82EA1;
--color-4: #EAECDF;
}
colors: {
'palette-1': '#99B120',
'palette-2': '#63D2E9',
'palette-3': '#B82EA1',
'palette-4': '#EAECDF',
}
const palette = [
'#99B120',
'#63D2E9',
'#B82EA1',
'#EAECDF',
];
$color-1: #99B120;
$color-2: #63D2E9;
$color-3: #B82EA1;
$color-4: #EAECDF;
This is a warm, easygoing 4-colour palette that combines high-contrast tones for a bold, dynamic look.
About this color palette
This is a warm, easygoing 4-colour palette that combines high-contrast tones for a bold, dynamic look. It is anchored by Teal (#63D2E9) and reads as well balanced in lightness, with an average saturation of 58% and lightness of 60%. It suits energetic, friendly and lifestyle-oriented designs.
The colors in this palette
Lime #99B120
rgb(153, 177, 32) · hsl(70, 69%, 41%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Teal #63D2E9
rgb(99, 210, 233) · hsl(190, 75%, 65%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Pink #B82EA1
rgb(184, 46, 161) · hsl(310, 60%, 45%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Light Lime #EAECDF
rgb(234, 236, 223) · hsl(69, 25%, 90%)
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 |
|---|---|---|---|---|
| #B82EA1 | #EAECDF | 4.45:1 | Fail | Fail |
| #63D2E9 | #B82EA1 | 3.02:1 | Fail | Fail |
| #99B120 | #B82EA1 | 2.2:1 | Fail | Fail |
| #99B120 | #EAECDF | 2.03:1 | Fail | Fail |
| #63D2E9 | #EAECDF | 1.47:1 | Fail | Fail |
| #99B120 | #63D2E9 | 1.38:1 | Fail | Fail |
How to use these colors
- Background — Light Lime (#EAECDF): the lightest tone — a clean base for large areas
- Text — Lime (#99B120): the darkest tone — readable for body copy and headings
- Primary — Teal (#63D2E9): the most saturated tone — buttons, links and key UI
- Accent — Lime (#99B120): 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 (#99B120), Teal (#63D2E9), Pink (#B82EA1) and Light Lime (#EAECDF).
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 #99B120, #63D2E9, #B82EA1 and #EAECDF. 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.