Dark Green & Teal, Muted Green Color Palette
:root {
--color-1: #377C84;
--color-2: #527C66;
--color-3: #0F7335;
--color-4: #33A6C2;
}
colors: {
'palette-1': '#377C84',
'palette-2': '#527C66',
'palette-3': '#0F7335',
'palette-4': '#33A6C2',
}
const palette = [
'#377C84',
'#527C66',
'#0F7335',
'#33A6C2',
];
$color-1: #377C84;
$color-2: #527C66;
$color-3: #0F7335;
$color-4: #33A6C2;
This is a cool, easygoing 4-colour palette mixing related and contrasting tones for a natural feel.
About this color palette
This is a cool, easygoing 4-colour palette mixing related and contrasting tones for a natural feel. It is anchored by Dark Green (#0F7335) and reads as well balanced in lightness, with an average saturation of 49% and lightness of 38%. It works well for calm, professional and modern interfaces.
The colors in this palette
Teal #377C84
rgb(55, 124, 132) · hsl(186, 41%, 37%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Muted Green #527C66
rgb(82, 124, 102) · hsl(149, 20%, 40%)
A soft, muted tone that suits calm backgrounds and large surfaces.
Dark Green #0F7335
rgb(15, 115, 53) · hsl(143, 77%, 25%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Teal #33A6C2
rgb(51, 166, 194) · hsl(192, 58%, 48%)
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 |
|---|---|---|---|---|
| #0F7335 | #33A6C2 | 2.09:1 | Fail | Fail |
| #377C84 | #33A6C2 | 1.68:1 | Fail | Fail |
| #527C66 | #33A6C2 | 1.66:1 | Fail | Fail |
| #527C66 | #0F7335 | 1.26:1 | Fail | Fail |
| #377C84 | #0F7335 | 1.24:1 | Fail | Fail |
| #377C84 | #527C66 | 1.01:1 | Fail | Fail |
How to use these colors
- Background — Teal (#33A6C2): the lightest tone — a clean base for large areas
- Text — Dark Green (#0F7335): the darkest tone — readable for body copy and headings
- Primary — Dark Green (#0F7335): the most saturated tone — buttons, links and key UI
- Accent — Teal (#377C84): 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 Dark 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: Teal (#377C84), Muted Green (#527C66), Dark Green (#0F7335) and Teal (#33A6C2).
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 #377C84, #527C66, #0F7335 and #33A6C2. 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.