Green & Teal Color Palette
:root {
--color-1: #55F576;
--color-2: #60F5F5;
--color-3: #45B1AC;
--color-4: #55C4B1;
}
colors: {
'palette-1': '#55F576',
'palette-2': '#60F5F5',
'palette-3': '#45B1AC',
'palette-4': '#55C4B1',
}
const palette = [
'#55F576',
'#60F5F5',
'#45B1AC',
'#55C4B1',
];
$color-1: #55F576;
$color-2: #60F5F5;
$color-3: #45B1AC;
$color-4: #55C4B1;
This is a cool, bold 4-colour palette whose tones sit close together for a smooth, cohesive feel.
About this color palette
This is a cool, bold 4-colour palette whose tones sit close together for a smooth, cohesive feel. It is anchored by Green (#55F576) and reads as well balanced in lightness, with an average saturation of 67% and lightness of 59%. It works well for calm, professional and modern interfaces.
The colors in this palette
Green #55F576
rgb(85, 245, 118) · hsl(132, 89%, 65%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Teal #60F5F5
rgb(96, 245, 245) · hsl(180, 88%, 67%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Teal #45B1AC
rgb(69, 177, 172) · hsl(177, 44%, 48%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Teal #55C4B1
rgb(85, 196, 177) · hsl(170, 48%, 55%)
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 |
|---|---|---|---|---|
| #60F5F5 | #45B1AC | 1.95:1 | Fail | Fail |
| #55F576 | #45B1AC | 1.81:1 | Fail | Fail |
| #60F5F5 | #55C4B1 | 1.6:1 | Fail | Fail |
| #55F576 | #55C4B1 | 1.48:1 | Fail | Fail |
| #45B1AC | #55C4B1 | 1.22:1 | Fail | Fail |
| #55F576 | #60F5F5 | 1.08:1 | Fail | Fail |
How to use these colors
- Background — Teal (#60F5F5): the lightest tone — a clean base for large areas
- Text — Teal (#45B1AC): the darkest tone — readable for body copy and headings
- Primary — Green (#55F576): the most saturated tone — buttons, links and key UI
- Accent — Teal (#55C4B1): 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 (#55F576), Teal (#60F5F5), Teal (#45B1AC) and Teal (#55C4B1).
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 #55F576, #60F5F5, #45B1AC and #55C4B1. 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.