Green & Teal, Dark Teal Color Palette
:root {
--color-1: #58F58E;
--color-2: #26E9B9;
--color-3: #68E3E6;
--color-4: #0D7472;
}
colors: {
'palette-1': '#58F58E',
'palette-2': '#26E9B9',
'palette-3': '#68E3E6',
'palette-4': '#0D7472',
}
const palette = [
'#58F58E',
'#26E9B9',
'#68E3E6',
'#0D7472',
];
$color-1: #58F58E;
$color-2: #26E9B9;
$color-3: #68E3E6;
$color-4: #0D7472;
This is a cool, vibrant 4-colour palette mixing related and contrasting tones for a natural feel.
About this color palette
This is a cool, vibrant 4-colour palette mixing related and contrasting tones for a natural feel. It is anchored by Green (#58F58E) and reads as well balanced in lightness, with an average saturation of 80% and lightness of 52%. It works well for calm, professional and modern interfaces.
The colors in this palette
Green #58F58E
rgb(88, 245, 142) · hsl(141, 89%, 65%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Teal #26E9B9
rgb(38, 233, 185) · hsl(165, 82%, 53%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Teal #68E3E6
rgb(104, 227, 230) · hsl(181, 72%, 65%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Dark Teal #0D7472
rgb(13, 116, 114) · hsl(179, 80%, 25%)
A deep, low-lightness tone — strong for text, headings and bold accents.
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 |
|---|---|---|---|---|
| #58F58E | #0D7472 | 3.96:1 | Fail | Fail |
| #68E3E6 | #0D7472 | 3.65:1 | Fail | Fail |
| #26E9B9 | #0D7472 | 3.58:1 | Fail | Fail |
| #58F58E | #26E9B9 | 1.11:1 | Fail | Fail |
| #58F58E | #68E3E6 | 1.08:1 | Fail | Fail |
| #26E9B9 | #68E3E6 | 1.02:1 | Fail | Fail |
How to use these colors
- Background — Teal (#68E3E6): the lightest tone — a clean base for large areas
- Text — Dark Teal (#0D7472): the darkest tone — readable for body copy and headings
- Primary — Green (#58F58E): the most saturated tone — buttons, links and key UI
- Accent — Teal (#26E9B9): 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 Green 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: Green (#58F58E), Teal (#26E9B9), Teal (#68E3E6) and Dark Teal (#0D7472).
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 #58F58E, #26E9B9, #68E3E6 and #0D7472. 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.