Dark Green & Dark Teal, Green Color Palette
:root {
--color-1: #14616A;
--color-2: #7FC379;
--color-3: #107824;
--color-4: #519FBC;
}
colors: {
'palette-1': '#14616A',
'palette-2': '#7FC379',
'palette-3': '#107824',
'palette-4': '#519FBC',
}
const palette = [
'#14616A',
'#7FC379',
'#107824',
'#519FBC',
];
$color-1: #14616A;
$color-2: #7FC379;
$color-3: #107824;
$color-4: #519FBC;
This is a cool, versatile 4-colour palette with a comfortable balance of contrast and harmony.
About this color palette
This is a cool, versatile 4-colour palette with a comfortable balance of contrast and harmony. It is anchored by Dark Green (#107824) and reads as well balanced in lightness, with an average saturation of 57% and lightness of 42%. It works well for calm, professional and modern interfaces.
The colors in this palette
Dark Teal #14616A
rgb(20, 97, 106) · hsl(186, 68%, 25%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Green #7FC379
rgb(127, 195, 121) · hsl(115, 38%, 62%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Dark Green #107824
rgb(16, 120, 36) · hsl(132, 76%, 27%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Teal #519FBC
rgb(81, 159, 188) · hsl(196, 44%, 53%)
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).
| Text | Background | Ratio | AA | AAA |
|---|---|---|---|---|
| #14616A | #7FC379 | 3.39:1 | Fail | Fail |
| #7FC379 | #107824 | 2.67:1 | Fail | Fail |
| #14616A | #519FBC | 2.39:1 | Fail | Fail |
| #107824 | #519FBC | 1.88:1 | Fail | Fail |
| #7FC379 | #519FBC | 1.42:1 | Fail | Fail |
| #14616A | #107824 | 1.27:1 | Fail | Fail |
How to use these colors
- Background — Green (#7FC379): the lightest tone — a clean base for large areas
- Text — Dark Teal (#14616A): the darkest tone — readable for body copy and headings
- Primary — Dark Green (#107824): the most saturated tone — buttons, links and key UI
- Accent — Dark Teal (#14616A): 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 Teal (#14616A), Green (#7FC379), Dark Green (#107824) and Teal (#519FBC).
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 #14616A, #7FC379, #107824 and #519FBC. 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.