Teal & Dark Teal, Muted Green Color Palette
:root {
--color-1: #23626B;
--color-2: #6BAB82;
--color-3: #349266;
--color-4: #289FA8;
}
colors: {
'palette-1': '#23626B',
'palette-2': '#6BAB82',
'palette-3': '#349266',
'palette-4': '#289FA8',
}
const palette = [
'#23626B',
'#6BAB82',
'#349266',
'#289FA8',
];
$color-1: #23626B;
$color-2: #6BAB82;
$color-3: #349266;
$color-4: #289FA8;
This is a cool, balanced 4-colour palette whose tones sit close together for a smooth, cohesive feel.
About this color palette
This is a cool, balanced 4-colour palette whose tones sit close together for a smooth, cohesive feel. It is anchored by Teal (#289FA8) and reads as well balanced in lightness, with an average saturation of 47% and lightness of 40%. It works well for calm, professional and modern interfaces.
The colors in this palette
Dark Teal #23626B
rgb(35, 98, 107) · hsl(188, 51%, 28%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Muted Green #6BAB82
rgb(107, 171, 130) · hsl(142, 28%, 55%)
A soft, muted tone that suits calm backgrounds and large surfaces.
Green #349266
rgb(52, 146, 102) · hsl(152, 47%, 39%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Teal #289FA8
rgb(40, 159, 168) · hsl(184, 62%, 41%)
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 |
|---|---|---|---|---|
| #23626B | #6BAB82 | 2.56:1 | Fail | Fail |
| #23626B | #289FA8 | 2.18:1 | Fail | Fail |
| #23626B | #349266 | 1.8:1 | Fail | Fail |
| #6BAB82 | #349266 | 1.43:1 | Fail | Fail |
| #349266 | #289FA8 | 1.21:1 | Fail | Fail |
| #6BAB82 | #289FA8 | 1.18:1 | Fail | Fail |
How to use these colors
- Background — Muted Green (#6BAB82): the lightest tone — a clean base for large areas
- Text — Dark Teal (#23626B): the darkest tone — readable for body copy and headings
- Primary — Teal (#289FA8): the most saturated tone — buttons, links and key UI
- Accent — Dark Teal (#23626B): 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 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 (#23626B), Muted Green (#6BAB82), Green (#349266) and Teal (#289FA8).
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 #23626B, #6BAB82, #349266 and #289FA8. 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.