Teal & Green, Teal Color Palette
:root {
--color-1: #61F588;
--color-2: #5EF5F5;
--color-3: #6AEDE4;
--color-4: #2A837A;
}
colors: {
'palette-1': '#61F588',
'palette-2': '#5EF5F5',
'palette-3': '#6AEDE4',
'palette-4': '#2A837A',
}
const palette = [
'#61F588',
'#5EF5F5',
'#6AEDE4',
'#2A837A',
];
$color-1: #61F588;
$color-2: #5EF5F5;
$color-3: #6AEDE4;
$color-4: #2A837A;
This is a cool, high-energy 4-colour palette mixing related and contrasting tones for a natural feel.
About this color palette
This is a cool, high-energy 4-colour palette mixing related and contrasting tones for a natural feel. It is anchored by Teal (#5EF5F5) and reads as well balanced in lightness, with an average saturation of 77% and lightness of 59%. It works well for calm, professional and modern interfaces.
The colors in this palette
Green #61F588
rgb(97, 245, 136) · hsl(136, 88%, 67%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Teal #5EF5F5
rgb(94, 245, 245) · hsl(180, 88%, 66%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Teal #6AEDE4
rgb(106, 237, 228) · hsl(176, 78%, 67%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Teal #2A837A
rgb(42, 131, 122) · hsl(174, 51%, 34%)
A balanced mid-tone that works well for primary surfaces and UI elements.
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 |
|---|---|---|---|---|
| #5EF5F5 | #2A837A | 3.43:1 | Fail | Fail |
| #61F588 | #2A837A | 3.23:1 | Fail | Fail |
| #6AEDE4 | #2A837A | 3.21:1 | Fail | Fail |
| #5EF5F5 | #6AEDE4 | 1.07:1 | Fail | Fail |
| #61F588 | #5EF5F5 | 1.06:1 | Fail | Fail |
| #61F588 | #6AEDE4 | 1.01:1 | Fail | Fail |
How to use these colors
- Background — Teal (#6AEDE4): the lightest tone — a clean base for large areas
- Text — Teal (#2A837A): the darkest tone — readable for body copy and headings
- Primary — Teal (#5EF5F5): the most saturated tone — buttons, links and key UI
- Accent — Green (#61F588): 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: Green (#61F588), Teal (#5EF5F5), Teal (#6AEDE4) and Teal (#2A837A).
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 #61F588, #5EF5F5, #6AEDE4 and #2A837A. 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.