Green & Dark Green, Muted Red Color Palette — PaletteCSS
Back to palettes

Green & Dark Green, Muted Red Color Palette

#226B43 34, 107, 67
#654A4C 101, 74, 76
#4DAA77 77, 170, 119
#49D37C 73, 211, 124
#226B43
Color 1
#654A4C
Color 2
#4DAA77
Color 3
#49D37C
Color 4
:root {
  --color-1: #226B43;
  --color-2: #654A4C;
  --color-3: #4DAA77;
  --color-4: #49D37C;
}
colors: {
  'palette-1': '#226B43',
  'palette-2': '#654A4C',
  'palette-3': '#4DAA77',
  'palette-4': '#49D37C',
}
const palette = [
  '#226B43',
  '#654A4C',
  '#4DAA77',
  '#49D37C',
];
$color-1: #226B43;
$color-2: #654A4C;
$color-3: #4DAA77;
$color-4: #49D37C;
Palette Codes 4 COLORS

This is a cool, balanced 4-colour palette with a comfortable balance of contrast and harmony.

1,001 Views
Added Jun 2026
Copy & Download

About this color palette

This is a cool, balanced 4-colour palette with a comfortable balance of contrast and harmony. It is anchored by Green (#49D37C) and reads as well balanced in lightness, with an average saturation of 41% and lightness of 42%. It works well for calm, professional and modern interfaces.

The colors in this palette

Dark Green #226B43

rgb(34, 107, 67) · hsl(147, 52%, 28%)

A deep, low-lightness tone — strong for text, headings and bold accents.

Muted Red #654A4C

rgb(101, 74, 76) · hsl(356, 15%, 34%)

A soft, muted tone that suits calm backgrounds and large surfaces.

Green #4DAA77

rgb(77, 170, 119) · hsl(147, 38%, 48%)

A balanced mid-tone that works well for primary surfaces and UI elements.

Green #49D37C

rgb(73, 211, 124) · hsl(142, 61%, 56%)

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).

TextBackgroundRatioAAAAA
#654A4C #49D37C 4.13:1 Fail Fail
#226B43 #49D37C 3.35:1 Fail Fail
#654A4C #4DAA77 2.78:1 Fail Fail
#226B43 #4DAA77 2.25:1 Fail Fail
#4DAA77 #49D37C 1.49:1 Fail Fail
#226B43 #654A4C 1.23:1 Fail Fail

How to use these colors

  • Background — Green (#49D37C): the lightest tone — a clean base for large areas
  • Text — Dark Green (#226B43): the darkest tone — readable for body copy and headings
  • Primary — Dark Green (#226B43): the most saturated tone — buttons, links and key UI
  • Accent — Green (#4DAA77): 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: Dark Green (#226B43), Muted Red (#654A4C), Green (#4DAA77) and Green (#49D37C).

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 #226B43, #654A4C, #4DAA77 and #49D37C. 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.

Related Palettes

Copied!