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

Light Green & Dark Green, Green Color Palette

#1B4332 27, 67, 50
#2D6A4F 45, 106, 79
#52B788 82, 183, 136
#B7E4C7 183, 228, 199
#1B4332
Color 1
#2D6A4F
Color 2
#52B788
Color 3
#B7E4C7
Color 4
:root {
  --color-1: #1B4332;
  --color-2: #2D6A4F;
  --color-3: #52B788;
  --color-4: #B7E4C7;
}
colors: {
  'palette-1': '#1B4332',
  'palette-2': '#2D6A4F',
  'palette-3': '#52B788',
  'palette-4': '#B7E4C7',
}
const palette = [
  '#1B4332',
  '#2D6A4F',
  '#52B788',
  '#B7E4C7',
];
$color-1: #1B4332;
$color-2: #2D6A4F;
$color-3: #52B788;
$color-4: #B7E4C7;
Palette Codes 4 COLORS

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

20,536 Views
Added Jun 2026
Copy & Download

About this color palette

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

The colors in this palette

Dark Green #1B4332

rgb(27, 67, 50) · hsl(155, 43%, 18%)

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

Green #2D6A4F

rgb(45, 106, 79) · hsl(153, 40%, 30%)

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

Green #52B788

rgb(82, 183, 136) · hsl(152, 41%, 52%)

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

Light Green #B7E4C7

rgb(183, 228, 199) · hsl(141, 45%, 81%)

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
#1B4332 #B7E4C7 7.88:1 Pass Pass
#2D6A4F #B7E4C7 4.55:1 Pass Fail
#1B4332 #52B788 4.48:1 Fail Fail
#2D6A4F #52B788 2.58:1 Fail Fail
#52B788 #B7E4C7 1.76:1 Fail Fail
#1B4332 #2D6A4F 1.73:1 Fail Fail

How to use these colors

  • Background — Light Green (#B7E4C7): the lightest tone — a clean base for large areas
  • Text — Dark Green (#1B4332): the darkest tone — readable for body copy and headings
  • Primary — Dark Green (#1B4332): the most saturated tone — buttons, links and key UI
  • Accent — Green (#52B788): 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 Light 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 (#1B4332), Green (#2D6A4F), Green (#52B788) and Light Green (#B7E4C7).

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 #1B4332, #2D6A4F, #52B788 and #B7E4C7. 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 7.88:1, which meets the WCAG AAA standard for readable text.

Related Palettes

Copied!