Teal & Dark Teal, Green Color Palette
:root {
--color-1: #215B6D;
--color-2: #76C989;
--color-3: #307F56;
--color-4: #77D7F5;
}
colors: {
'palette-1': '#215B6D',
'palette-2': '#76C989',
'palette-3': '#307F56',
'palette-4': '#77D7F5',
}
const palette = [
'#215B6D',
'#76C989',
'#307F56',
'#77D7F5',
];
$color-1: #215B6D;
$color-2: #76C989;
$color-3: #307F56;
$color-4: #77D7F5;
This is a cool, balanced 4-colour palette with a comfortable balance of contrast and harmony.
About this color palette
This is a cool, balanced 4-colour palette with a comfortable balance of contrast and harmony. It is anchored by Teal (#77D7F5) and reads as well balanced in lightness, with an average saturation of 57% and lightness of 49%. It works well for calm, professional and modern interfaces.
The colors in this palette
Dark Teal #215B6D
rgb(33, 91, 109) · hsl(194, 54%, 28%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Green #76C989
rgb(118, 201, 137) · hsl(134, 43%, 63%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Green #307F56
rgb(48, 127, 86) · hsl(149, 45%, 34%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Teal #77D7F5
rgb(119, 215, 245) · hsl(194, 86%, 71%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
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 |
|---|---|---|---|---|
| #215B6D | #77D7F5 | 4.61:1 | Pass | Fail |
| #215B6D | #76C989 | 3.77:1 | Fail | Fail |
| #307F56 | #77D7F5 | 2.99:1 | Fail | Fail |
| #76C989 | #307F56 | 2.44:1 | Fail | Fail |
| #215B6D | #307F56 | 1.54:1 | Fail | Fail |
| #76C989 | #77D7F5 | 1.22:1 | Fail | Fail |
How to use these colors
- Background — Teal (#77D7F5): the lightest tone — a clean base for large areas
- Text — Dark Teal (#215B6D): the darkest tone — readable for body copy and headings
- Primary — Dark Teal (#215B6D): the most saturated tone — buttons, links and key UI
- Accent — Green (#307F56): 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: Dark Teal (#215B6D), Green (#76C989), Green (#307F56) and Teal (#77D7F5).
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 #215B6D, #76C989, #307F56 and #77D7F5. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.
Is this palette accessible for text?
Yes — Dark Teal text on Teal reaches a contrast ratio of 4.61:1, which meets the WCAG AA standard for readable text.