Green & Dark Teal, Green Color Palette
:root {
--color-1: #0A7363;
--color-2: #43F58A;
--color-3: #4A9A23;
--color-4: #73C12D;
}
colors: {
'palette-1': '#0A7363',
'palette-2': '#43F58A',
'palette-3': '#4A9A23',
'palette-4': '#73C12D',
}
const palette = [
'#0A7363',
'#43F58A',
'#4A9A23',
'#73C12D',
];
$color-1: #0A7363;
$color-2: #43F58A;
$color-3: #4A9A23;
$color-4: #73C12D;
This is a cool, bold 4-colour palette with a comfortable balance of contrast and harmony.
About this color palette
This is a cool, bold 4-colour palette with a comfortable balance of contrast and harmony. It is anchored by Green (#43F58A) and reads as well balanced in lightness, with an average saturation of 75% and lightness of 42%. It works well for calm, professional and modern interfaces.
The colors in this palette
Dark Teal #0A7363
rgb(10, 115, 99) · hsl(171, 84%, 25%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Green #43F58A
rgb(67, 245, 138) · hsl(144, 90%, 61%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Green #4A9A23
rgb(74, 154, 35) · hsl(100, 63%, 37%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Lime #73C12D
rgb(115, 193, 45) · hsl(92, 62%, 47%)
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 |
|---|---|---|---|---|
| #0A7363 | #43F58A | 4.02:1 | Fail | Fail |
| #0A7363 | #73C12D | 2.58:1 | Fail | Fail |
| #43F58A | #4A9A23 | 2.47:1 | Fail | Fail |
| #0A7363 | #4A9A23 | 1.63:1 | Fail | Fail |
| #4A9A23 | #73C12D | 1.58:1 | Fail | Fail |
| #43F58A | #73C12D | 1.56:1 | Fail | Fail |
How to use these colors
- Background — Green (#43F58A): the lightest tone — a clean base for large areas
- Text — Dark Teal (#0A7363): the darkest tone — readable for body copy and headings
- Primary — Dark Teal (#0A7363): the most saturated tone — buttons, links and key UI
- Accent — Green (#4A9A23): 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 Teal (#0A7363), Green (#43F58A), Green (#4A9A23) and Lime (#73C12D).
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 #0A7363, #43F58A, #4A9A23 and #73C12D. 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.