Dark Green & Muted Red, Green Color Palette
:root {
--color-1: #185938;
--color-2: #725854;
--color-3: #45AB6F;
--color-4: #39C987;
}
colors: {
'palette-1': '#185938',
'palette-2': '#725854',
'palette-3': '#45AB6F',
'palette-4': '#39C987',
}
const palette = [
'#185938',
'#725854',
'#45AB6F',
'#39C987',
];
$color-1: #185938;
$color-2: #725854;
$color-3: #45AB6F;
$color-4: #39C987;
This is a cool, versatile 4-colour palette with a comfortable balance of contrast and harmony.
About this color palette
This is a cool, versatile 4-colour palette with a comfortable balance of contrast and harmony. It is anchored by Dark Green (#185938) and reads as well balanced in lightness, with an average saturation of 43% and lightness of 40%. It works well for calm, professional and modern interfaces.
The colors in this palette
Dark Green #185938
rgb(24, 89, 56) · hsl(150, 58%, 22%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Muted Red #725854
rgb(114, 88, 84) · hsl(8, 15%, 39%)
A soft, muted tone that suits calm backgrounds and large surfaces.
Green #45AB6F
rgb(69, 171, 111) · hsl(145, 43%, 47%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Green #39C987
rgb(57, 201, 135) · hsl(153, 57%, 51%)
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 |
|---|---|---|---|---|
| #185938 | #39C987 | 3.91:1 | Fail | Fail |
| #725854 | #39C987 | 3.05:1 | Fail | Fail |
| #185938 | #45AB6F | 2.89:1 | Fail | Fail |
| #725854 | #45AB6F | 2.26:1 | Fail | Fail |
| #45AB6F | #39C987 | 1.35:1 | Fail | Fail |
| #185938 | #725854 | 1.28:1 | Fail | Fail |
How to use these colors
- Background — Green (#39C987): the lightest tone — a clean base for large areas
- Text — Dark Green (#185938): the darkest tone — readable for body copy and headings
- Primary — Dark Green (#185938): the most saturated tone — buttons, links and key UI
- Accent — Green (#45AB6F): 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: Dark Green (#185938), Muted Red (#725854), Green (#45AB6F) and Green (#39C987).
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 #185938, #725854, #45AB6F and #39C987. 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.