Dark Green & Gray, Green Color Palette
:root {
--color-1: #0E611C;
--color-2: #665F5A;
--color-3: #2D7753;
--color-4: #28BC5B;
}
colors: {
'palette-1': '#0E611C',
'palette-2': '#665F5A',
'palette-3': '#2D7753',
'palette-4': '#28BC5B',
}
const palette = [
'#0E611C',
'#665F5A',
'#2D7753',
'#28BC5B',
];
$color-1: #0E611C;
$color-2: #665F5A;
$color-3: #2D7753;
$color-4: #28BC5B;
This is a cool, balanced 4-colour palette with a comfortable balance of contrast and harmony.
About this color palette
This is a cool, balanced 4-colour palette with a comfortable balance of contrast and harmony. It is anchored by Dark Green (#0E611C) and reads as deep and moody, with an average saturation of 48% and lightness of 34%. It works well for calm, professional and modern interfaces.
The colors in this palette
Dark Green #0E611C
rgb(14, 97, 28) · hsl(130, 75%, 22%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Gray #665F5A
rgb(102, 95, 90) · hsl(25, 6%, 38%)
A soft, muted tone that suits calm backgrounds and large surfaces.
Green #2D7753
rgb(45, 119, 83) · hsl(151, 45%, 32%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Green #28BC5B
rgb(40, 188, 91) · hsl(141, 65%, 45%)
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 |
|---|---|---|---|---|
| #0E611C | #28BC5B | 3.07:1 | Fail | Fail |
| #665F5A | #28BC5B | 2.52:1 | Fail | Fail |
| #2D7753 | #28BC5B | 2.18:1 | Fail | Fail |
| #0E611C | #2D7753 | 1.41:1 | Fail | Fail |
| #0E611C | #665F5A | 1.22:1 | Fail | Fail |
| #665F5A | #2D7753 | 1.16:1 | Fail | Fail |
How to use these colors
- Background — Green (#28BC5B): the lightest tone — a clean base for large areas
- Text — Dark Green (#0E611C): the darkest tone — readable for body copy and headings
- Primary — Dark Green (#0E611C): the most saturated tone — buttons, links and key UI
- Accent — Green (#2D7753): 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 (#0E611C), Gray (#665F5A), Green (#2D7753) and Green (#28BC5B).
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 #0E611C, #665F5A, #2D7753 and #28BC5B. 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.