Teal & Teal, Green Color Palette
:root {
--color-1: #336C76;
--color-2: #9CE2A7;
--color-3: #40AF66;
--color-4: #2192B7;
}
colors: {
'palette-1': '#336C76',
'palette-2': '#9CE2A7',
'palette-3': '#40AF66',
'palette-4': '#2192B7',
}
const palette = [
'#336C76',
'#9CE2A7',
'#40AF66',
'#2192B7',
];
$color-1: #336C76;
$color-2: #9CE2A7;
$color-3: #40AF66;
$color-4: #2192B7;
This is a cool, versatile 4-colour palette mixing related and contrasting tones for a natural feel.
About this color palette
This is a cool, versatile 4-colour palette mixing related and contrasting tones for a natural feel. It is anchored by Teal (#2192B7) and reads as well balanced in lightness, with an average saturation of 53% and lightness of 49%. It works well for calm, professional and modern interfaces.
The colors in this palette
Teal #336C76
rgb(51, 108, 118) · hsl(189, 40%, 33%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Green #9CE2A7
rgb(156, 226, 167) · hsl(129, 55%, 75%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Green #40AF66
rgb(64, 175, 102) · hsl(141, 46%, 47%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Teal #2192B7
rgb(33, 146, 183) · hsl(195, 69%, 42%)
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 |
|---|---|---|---|---|
| #336C76 | #9CE2A7 | 3.9:1 | Fail | Fail |
| #9CE2A7 | #2192B7 | 2.36:1 | Fail | Fail |
| #336C76 | #40AF66 | 2.13:1 | Fail | Fail |
| #9CE2A7 | #40AF66 | 1.84:1 | Fail | Fail |
| #336C76 | #2192B7 | 1.65:1 | Fail | Fail |
| #40AF66 | #2192B7 | 1.29:1 | Fail | Fail |
How to use these colors
- Background — Green (#9CE2A7): the lightest tone — a clean base for large areas
- Text — Teal (#336C76): the darkest tone — readable for body copy and headings
- Primary — Teal (#2192B7): the most saturated tone — buttons, links and key UI
- Accent — Green (#40AF66): 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: Teal (#336C76), Green (#9CE2A7), Green (#40AF66) and Teal (#2192B7).
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 #336C76, #9CE2A7, #40AF66 and #2192B7. 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.