Teal & Dark Green, Dark Teal Color Palette
:root {
--color-1: #0A2F22;
--color-2: #2D4F45;
--color-3: #365C6C;
--color-4: #1CB4A7;
}
colors: {
'palette-1': '#0A2F22',
'palette-2': '#2D4F45',
'palette-3': '#365C6C',
'palette-4': '#1CB4A7',
}
const palette = [
'#0A2F22',
'#2D4F45',
'#365C6C',
'#1CB4A7',
];
$color-1: #0A2F22;
$color-2: #2D4F45;
$color-3: #365C6C;
$color-4: #1CB4A7;
This is a cool, balanced 4-colour palette mixing related and contrasting tones for a natural feel.
About this color palette
This is a cool, balanced 4-colour palette mixing related and contrasting tones for a natural feel. It is anchored by Teal (#1CB4A7) and reads as deep and moody, with an average saturation of 50% and lightness of 27%. It works well for calm, professional and modern interfaces.
The colors in this palette
Dark Green #0A2F22
rgb(10, 47, 34) · hsl(159, 65%, 11%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Dark Teal #2D4F45
rgb(45, 79, 69) · hsl(162, 27%, 24%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Teal #365C6C
rgb(54, 92, 108) · hsl(198, 33%, 32%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Teal #1CB4A7
rgb(28, 180, 167) · hsl(175, 73%, 41%)
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 |
|---|---|---|---|---|
| #0A2F22 | #1CB4A7 | 5.64:1 | Pass | Fail |
| #2D4F45 | #1CB4A7 | 3.51:1 | Fail | Fail |
| #365C6C | #1CB4A7 | 2.8:1 | Fail | Fail |
| #0A2F22 | #365C6C | 2.01:1 | Fail | Fail |
| #0A2F22 | #2D4F45 | 1.61:1 | Fail | Fail |
| #2D4F45 | #365C6C | 1.25:1 | Fail | Fail |
How to use these colors
- Background — Teal (#1CB4A7): the lightest tone — a clean base for large areas
- Text — Dark Green (#0A2F22): the darkest tone — readable for body copy and headings
- Primary — Dark Green (#0A2F22): the most saturated tone — buttons, links and key UI
- Accent — Teal (#365C6C): 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 Green (#0A2F22), Dark Teal (#2D4F45), Teal (#365C6C) and Teal (#1CB4A7).
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 #0A2F22, #2D4F45, #365C6C and #1CB4A7. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.
Is this palette accessible for text?
Yes — Dark Green text on Teal reaches a contrast ratio of 5.64:1, which meets the WCAG AA standard for readable text.