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

Green & Dark Green, Green Color Palette

#1E481E 30, 72, 30
#3B913B 59, 145, 59
#6EC46E 110, 196, 110
#B7E1B7 183, 225, 183
#1E481E
Color 1
#3B913B
Color 2
#6EC46E
Color 3
#B7E1B7
Color 4
:root {
  --color-1: #1E481E;
  --color-2: #3B913B;
  --color-3: #6EC46E;
  --color-4: #B7E1B7;
}
colors: {
  'palette-1': '#1E481E',
  'palette-2': '#3B913B',
  'palette-3': '#6EC46E',
  'palette-4': '#B7E1B7',
}
const palette = [
  '#1E481E',
  '#3B913B',
  '#6EC46E',
  '#B7E1B7',
];
$color-1: #1E481E;
$color-2: #3B913B;
$color-3: #6EC46E;
$color-4: #B7E1B7;
Palette Codes 4 COLORS

This is a cool, versatile 4-colour palette mixing related and contrasting tones for a natural feel.

4,507 Views
Added Jun 2026
Copy & Download

About this color palette

This is a cool, versatile 4-colour palette mixing related and contrasting tones for a natural feel. It is anchored by Green (#6EC46E) and reads as well balanced in lightness, with an average saturation of 42% and lightness of 50%. It works well for calm, professional and modern interfaces.

The colors in this palette

Dark Green #1E481E

rgb(30, 72, 30) · hsl(120, 41%, 20%)

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

Green #3B913B

rgb(59, 145, 59) · hsl(120, 42%, 40%)

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

Green #6EC46E

rgb(110, 196, 110) · hsl(120, 42%, 60%)

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

Light Green #B7E1B7

rgb(183, 225, 183) · hsl(120, 41%, 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
#1E481E #B7E1B7 7.23:1 Pass Pass
#1E481E #6EC46E 4.89:1 Pass Fail
#3B913B #B7E1B7 2.73:1 Fail Fail
#1E481E #3B913B 2.65:1 Fail Fail
#3B913B #6EC46E 1.85:1 Fail Fail
#6EC46E #B7E1B7 1.48:1 Fail Fail

How to use these colors

  • Background — Light Green (#B7E1B7): the lightest tone — a clean base for large areas
  • Text — Dark Green (#1E481E): the darkest tone — readable for body copy and headings
  • Primary — Green (#6EC46E): the most saturated tone — buttons, links and key UI
  • Accent — Green (#3B913B): 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 (#1E481E), Green (#3B913B), Green (#6EC46E) and Light Green (#B7E1B7).

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 #1E481E, #3B913B, #6EC46E and #B7E1B7. 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.23:1, which meets the WCAG AAA standard for readable text.

Related Palettes

Copied!