Green & Muted Green, Muted Red Color Palette
:root {
--color-1: #47875B;
--color-2: #775D56;
--color-3: #308F58;
--color-4: #4FD578;
}
colors: {
'palette-1': '#47875B',
'palette-2': '#775D56',
'palette-3': '#308F58',
'palette-4': '#4FD578',
}
const palette = [
'#47875B',
'#775D56',
'#308F58',
'#4FD578',
];
$color-1: #47875B;
$color-2: #775D56;
$color-3: #308F58;
$color-4: #4FD578;
This is a cool, balanced 4-colour palette whose tones sit close together for a smooth, cohesive feel.
About this color palette
This is a cool, balanced 4-colour palette whose tones sit close together for a smooth, cohesive feel. It is anchored by Green (#4FD578) and reads as well balanced in lightness, with an average saturation of 40% and lightness of 44%. It works well for calm, professional and modern interfaces.
The colors in this palette
Muted Green #47875B
rgb(71, 135, 91) · hsl(139, 31%, 40%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Muted Red #775D56
rgb(119, 93, 86) · hsl(13, 16%, 40%)
A soft, muted tone that suits calm backgrounds and large surfaces.
Green #308F58
rgb(48, 143, 88) · hsl(145, 50%, 37%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Green #4FD578
rgb(79, 213, 120) · hsl(138, 61%, 57%)
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 |
|---|---|---|---|---|
| #775D56 | #4FD578 | 3.19:1 | Fail | Fail |
| #47875B | #4FD578 | 2.28:1 | Fail | Fail |
| #308F58 | #4FD578 | 2.14:1 | Fail | Fail |
| #775D56 | #308F58 | 1.49:1 | Fail | Fail |
| #47875B | #775D56 | 1.4:1 | Fail | Fail |
| #47875B | #308F58 | 1.06:1 | Fail | Fail |
How to use these colors
- Background — Green (#4FD578): the lightest tone — a clean base for large areas
- Text — Green (#308F58): the darkest tone — readable for body copy and headings
- Primary — Green (#308F58): the most saturated tone — buttons, links and key UI
- Accent — Muted Green (#47875B): 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 (#47875B), Muted Red (#775D56), Green (#308F58) and Green (#4FD578).
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 #47875B, #775D56, #308F58 and #4FD578. 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.