Green & Muted Green, Dark Orange Color Palette
:root {
--color-1: #528F54;
--color-2: #533E2A;
--color-3: #41A56F;
--color-4: #0A9E43;
}
colors: {
'palette-1': '#528F54',
'palette-2': '#533E2A',
'palette-3': '#41A56F',
'palette-4': '#0A9E43',
}
const palette = [
'#528F54',
'#533E2A',
'#41A56F',
'#0A9E43',
];
$color-1: #528F54;
$color-2: #533E2A;
$color-3: #41A56F;
$color-4: #0A9E43;
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 Green (#0A9E43) and reads as well balanced in lightness, with an average saturation of 48% and lightness of 37%. It works well for calm, professional and modern interfaces.
The colors in this palette
Muted Green #528F54
rgb(82, 143, 84) · hsl(122, 27%, 44%)
A soft, muted tone that suits calm backgrounds and large surfaces.
Dark Orange #533E2A
rgb(83, 62, 42) · hsl(29, 33%, 25%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Green #41A56F
rgb(65, 165, 111) · hsl(148, 43%, 45%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Green #0A9E43
rgb(10, 158, 67) · hsl(143, 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 |
|---|---|---|---|---|
| #533E2A | #41A56F | 3.27:1 | Fail | Fail |
| #533E2A | #0A9E43 | 2.86:1 | Fail | Fail |
| #528F54 | #533E2A | 2.59:1 | Fail | Fail |
| #528F54 | #41A56F | 1.26:1 | Fail | Fail |
| #41A56F | #0A9E43 | 1.14:1 | Fail | Fail |
| #528F54 | #0A9E43 | 1.11:1 | Fail | Fail |
How to use these colors
- Background — Green (#41A56F): the lightest tone — a clean base for large areas
- Text — Dark Orange (#533E2A): the darkest tone — readable for body copy and headings
- Primary — Green (#0A9E43): the most saturated tone — buttons, links and key UI
- Accent — Dark Orange (#533E2A): 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 (#528F54), Dark Orange (#533E2A), Green (#41A56F) and Green (#0A9E43).
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 #528F54, #533E2A, #41A56F and #0A9E43. 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.