Dark Teal & Muted Green, Dark Green Color Palette
:root {
--color-1: #0A4545;
--color-2: #6FA27F;
--color-3: #1D663D;
--color-4: #3391A6;
}
colors: {
'palette-1': '#0A4545',
'palette-2': '#6FA27F',
'palette-3': '#1D663D',
'palette-4': '#3391A6',
}
const palette = [
'#0A4545',
'#6FA27F',
'#1D663D',
'#3391A6',
];
$color-1: #0A4545;
$color-2: #6FA27F;
$color-3: #1D663D;
$color-4: #3391A6;
This is a cool, easygoing 4-colour palette with a comfortable balance of contrast and harmony.
About this color palette
This is a cool, easygoing 4-colour palette with a comfortable balance of contrast and harmony. It is anchored by Dark Teal (#0A4545) and reads as deep and moody, with an average saturation of 51% and lightness of 34%. It works well for calm, professional and modern interfaces.
The colors in this palette
Dark Teal #0A4545
rgb(10, 69, 69) · hsl(180, 75%, 15%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Muted Green #6FA27F
rgb(111, 162, 127) · hsl(139, 22%, 54%)
A soft, muted tone that suits calm backgrounds and large surfaces.
Dark Green #1D663D
rgb(29, 102, 61) · hsl(146, 56%, 26%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Teal #3391A6
rgb(51, 145, 166) · hsl(191, 53%, 43%)
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 |
|---|---|---|---|---|
| #0A4545 | #6FA27F | 3.67:1 | Fail | Fail |
| #0A4545 | #3391A6 | 2.94:1 | Fail | Fail |
| #6FA27F | #1D663D | 2.37:1 | Fail | Fail |
| #1D663D | #3391A6 | 1.9:1 | Fail | Fail |
| #0A4545 | #1D663D | 1.55:1 | Fail | Fail |
| #6FA27F | #3391A6 | 1.25:1 | Fail | Fail |
How to use these colors
- Background — Muted Green (#6FA27F): the lightest tone — a clean base for large areas
- Text — Dark Teal (#0A4545): the darkest tone — readable for body copy and headings
- Primary — Dark Teal (#0A4545): the most saturated tone — buttons, links and key UI
- Accent — Dark Green (#1D663D): 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 Teal 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 (#0A4545), Muted Green (#6FA27F), Dark Green (#1D663D) and Teal (#3391A6).
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 #0A4545, #6FA27F, #1D663D and #3391A6. 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.