Dark Green & Green, Light Green Color Palette — PaletteCSS
Back to palettes

Dark Green & Green, Light Green Color Palette

#2A5511 42, 85, 17
#54A923 84, 169, 35
#87DC56 135, 220, 86
#C3EEAA 195, 238, 170
#2A5511
Color 1
#54A923
Color 2
#87DC56
Color 3
#C3EEAA
Color 4
:root {
  --color-1: #2A5511;
  --color-2: #54A923;
  --color-3: #87DC56;
  --color-4: #C3EEAA;
}
colors: {
  'palette-1': '#2A5511',
  'palette-2': '#54A923',
  'palette-3': '#87DC56',
  'palette-4': '#C3EEAA',
}
const palette = [
  '#2A5511',
  '#54A923',
  '#87DC56',
  '#C3EEAA',
];
$color-1: #2A5511;
$color-2: #54A923;
$color-3: #87DC56;
$color-4: #C3EEAA;
Palette Codes 4 COLORS

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

119 Views
Added Jun 2026
Copy & Download

About this color palette

This is a cool, high-energy 4-colour palette with a comfortable balance of contrast and harmony. It is anchored by Dark Green (#2A5511) and reads as well balanced in lightness, with an average saturation of 66% and lightness of 50%. It works well for calm, professional and modern interfaces.

The colors in this palette

Dark Green #2A5511

rgb(42, 85, 17) · hsl(98, 67%, 20%)

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

Green #54A923

rgb(84, 169, 35) · hsl(98, 66%, 40%)

A vivid, saturated tone that draws the eye — best for accents and highlights.

Green #87DC56

rgb(135, 220, 86) · hsl(98, 66%, 60%)

A vivid, saturated tone that draws the eye — best for accents and highlights.

Light Green #C3EEAA

rgb(195, 238, 170) · hsl(98, 67%, 80%)

A light, airy tone — ideal for backgrounds and subtle fills.

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
#2A5511 #C3EEAA 6.7:1 Pass Fail
#2A5511 #87DC56 5.15:1 Pass Fail
#2A5511 #54A923 2.94:1 Fail Fail
#54A923 #C3EEAA 2.28:1 Fail Fail
#54A923 #87DC56 1.75:1 Fail Fail
#87DC56 #C3EEAA 1.3:1 Fail Fail

How to use these colors

  • Background — Light Green (#C3EEAA): the lightest tone — a clean base for large areas
  • Text — Dark Green (#2A5511): the darkest tone — readable for body copy and headings
  • Primary — Dark Green (#2A5511): the most saturated tone — buttons, links and key UI
  • Accent — Green (#87DC56): 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 (#2A5511), Green (#54A923), Green (#87DC56) and Light Green (#C3EEAA).

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 #2A5511, #54A923, #87DC56 and #C3EEAA. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.

Is this palette accessible for text?

Yes — Dark Green text on Light Green reaches a contrast ratio of 6.7:1, which meets the WCAG AA standard for readable text.

Related Palettes

Copied!