Green & Muted Green, Muted Orange Color Palette
:root {
--color-1: #427A4E;
--color-2: #6D5139;
--color-3: #53AE90;
--color-4: #14AA61;
}
colors: {
'palette-1': '#427A4E',
'palette-2': '#6D5139',
'palette-3': '#53AE90',
'palette-4': '#14AA61',
}
const palette = [
'#427A4E',
'#6D5139',
'#53AE90',
'#14AA61',
];
$color-1: #427A4E;
$color-2: #6D5139;
$color-3: #53AE90;
$color-4: #14AA61;
This is a cool, balanced 4-colour palette mixing related and contrasting tones for a natural feel.
About this color palette
This is a cool, balanced 4-colour palette mixing related and contrasting tones for a natural feel. It is anchored by Green (#14AA61) and reads as well balanced in lightness, with an average saturation of 44% and lightness of 39%. It works well for calm, professional and modern interfaces.
The colors in this palette
Muted Green #427A4E
rgb(66, 122, 78) · hsl(133, 30%, 37%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Muted Orange #6D5139
rgb(109, 81, 57) · hsl(28, 31%, 33%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Teal #53AE90
rgb(83, 174, 144) · hsl(160, 36%, 50%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Green #14AA61
rgb(20, 170, 97) · hsl(151, 79%, 37%)
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 |
|---|---|---|---|---|
| #6D5139 | #53AE90 | 2.71:1 | Fail | Fail |
| #6D5139 | #14AA61 | 2.41:1 | Fail | Fail |
| #427A4E | #53AE90 | 1.9:1 | Fail | Fail |
| #427A4E | #14AA61 | 1.69:1 | Fail | Fail |
| #427A4E | #6D5139 | 1.43:1 | Fail | Fail |
| #53AE90 | #14AA61 | 1.13:1 | Fail | Fail |
How to use these colors
- Background — Teal (#53AE90): the lightest tone — a clean base for large areas
- Text — Muted Orange (#6D5139): the darkest tone — readable for body copy and headings
- Primary — Green (#14AA61): the most saturated tone — buttons, links and key UI
- Accent — Muted Orange (#6D5139): 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: Muted Green (#427A4E), Muted Orange (#6D5139), Teal (#53AE90) and Green (#14AA61).
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 #427A4E, #6D5139, #53AE90 and #14AA61. 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.