Dark Teal & Teal, Light Teal Color Palette
:root {
--color-1: #1D3F49;
--color-2: #3A7F92;
--color-3: #6DB2C5;
--color-4: #B6D8E2;
}
colors: {
'palette-1': '#1D3F49',
'palette-2': '#3A7F92',
'palette-3': '#6DB2C5',
'palette-4': '#B6D8E2',
}
const palette = [
'#1D3F49',
'#3A7F92',
'#6DB2C5',
'#B6D8E2',
];
$color-1: #1D3F49;
$color-2: #3A7F92;
$color-3: #6DB2C5;
$color-4: #B6D8E2;
This is a cool, balanced 4-colour palette with a comfortable balance of contrast and harmony.
About this color palette
This is a cool, balanced 4-colour palette with a comfortable balance of contrast and harmony. It is anchored by Dark Teal (#1D3F49) and reads as well balanced in lightness, with an average saturation of 43% and lightness of 50%. It works well for calm, professional and modern interfaces.
The colors in this palette
Dark Teal #1D3F49
rgb(29, 63, 73) · hsl(194, 43%, 20%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Teal #3A7F92
rgb(58, 127, 146) · hsl(193, 43%, 40%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Teal #6DB2C5
rgb(109, 178, 197) · hsl(193, 43%, 60%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Light Teal #B6D8E2
rgb(182, 216, 226) · hsl(194, 43%, 80%)
A light, airy tone — ideal for backgrounds and subtle fills.
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 |
|---|---|---|---|---|
| #1D3F49 | #B6D8E2 | 7.48:1 | Pass | Pass |
| #1D3F49 | #6DB2C5 | 4.75:1 | Pass | Fail |
| #3A7F92 | #B6D8E2 | 3:1 | Fail | Fail |
| #1D3F49 | #3A7F92 | 2.49:1 | Fail | Fail |
| #3A7F92 | #6DB2C5 | 1.91:1 | Fail | Fail |
| #6DB2C5 | #B6D8E2 | 1.58:1 | Fail | Fail |
How to use these colors
- Background — Light Teal (#B6D8E2): the lightest tone — a clean base for large areas
- Text — Dark Teal (#1D3F49): the darkest tone — readable for body copy and headings
- Primary — Dark Teal (#1D3F49): the most saturated tone — buttons, links and key UI
- Accent — Teal (#3A7F92): 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 (#1D3F49), Teal (#3A7F92), Teal (#6DB2C5) and Light Teal (#B6D8E2).
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 #1D3F49, #3A7F92, #6DB2C5 and #B6D8E2. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.
Is this palette accessible for text?
Yes — Dark Teal text on Light Teal reaches a contrast ratio of 7.48:1, which meets the WCAG AAA standard for readable text.