Green & Green, Muted Red Color Palette
:root {
--color-1: #2E803E;
--color-2: #573A3B;
--color-3: #60AD94;
--color-4: #0A9E53;
}
colors: {
'palette-1': '#2E803E',
'palette-2': '#573A3B',
'palette-3': '#60AD94',
'palette-4': '#0A9E53',
}
const palette = [
'#2E803E',
'#573A3B',
'#60AD94',
'#0A9E53',
];
$color-1: #2E803E;
$color-2: #573A3B;
$color-3: #60AD94;
$color-4: #0A9E53;
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 Green (#0A9E53) and reads as well balanced in lightness, with an average saturation of 47% and lightness of 37%. It works well for calm, professional and modern interfaces.
The colors in this palette
Green #2E803E
rgb(46, 128, 62) · hsl(132, 47%, 34%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Muted Red #573A3B
rgb(87, 58, 59) · hsl(358, 20%, 28%)
A soft, muted tone that suits calm backgrounds and large surfaces.
Muted Teal #60AD94
rgb(96, 173, 148) · hsl(161, 32%, 53%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Green #0A9E53
rgb(10, 158, 83) · hsl(150, 88%, 33%)
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 |
|---|---|---|---|---|
| #573A3B | #60AD94 | 3.81:1 | Fail | Fail |
| #573A3B | #0A9E53 | 2.91:1 | Fail | Fail |
| #2E803E | #573A3B | 2.06:1 | Fail | Fail |
| #2E803E | #60AD94 | 1.85:1 | Fail | Fail |
| #2E803E | #0A9E53 | 1.41:1 | Fail | Fail |
| #60AD94 | #0A9E53 | 1.31:1 | Fail | Fail |
How to use these colors
- Background — Muted Teal (#60AD94): the lightest tone — a clean base for large areas
- Text — Muted Red (#573A3B): the darkest tone — readable for body copy and headings
- Primary — Green (#0A9E53): the most saturated tone — buttons, links and key UI
- Accent — Green (#2E803E): 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 (#2E803E), Muted Red (#573A3B), Muted Teal (#60AD94) and Green (#0A9E53).
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 #2E803E, #573A3B, #60AD94 and #0A9E53. 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.