Teal & Teal, Blue Color Palette
:root {
--color-1: #16CAF1;
--color-2: #0B94B9;
--color-3: #267BC0;
--color-4: #0A95CD;
}
colors: {
'palette-1': '#16CAF1',
'palette-2': '#0B94B9',
'palette-3': '#267BC0',
'palette-4': '#0A95CD',
}
const palette = [
'#16CAF1',
'#0B94B9',
'#267BC0',
'#0A95CD',
];
$color-1: #16CAF1;
$color-2: #0B94B9;
$color-3: #267BC0;
$color-4: #0A95CD;
This is a cool, high-energy 4-colour palette whose tones sit close together for a smooth, cohesive feel.
About this color palette
This is a cool, high-energy 4-colour palette whose tones sit close together for a smooth, cohesive feel. It is anchored by Teal (#0A95CD) and reads as well balanced in lightness, with an average saturation of 84% and lightness of 44%. It works well for calm, professional and modern interfaces.
The colors in this palette
Teal #16CAF1
rgb(22, 202, 241) · hsl(191, 89%, 52%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Teal #0B94B9
rgb(11, 148, 185) · hsl(193, 89%, 38%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Blue #267BC0
rgb(38, 123, 192) · hsl(207, 67%, 45%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Teal #0A95CD
rgb(10, 149, 205) · hsl(197, 91%, 42%)
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 |
|---|---|---|---|---|
| #16CAF1 | #267BC0 | 2.3:1 | Fail | Fail |
| #16CAF1 | #0B94B9 | 1.81:1 | Fail | Fail |
| #16CAF1 | #0A95CD | 1.74:1 | Fail | Fail |
| #267BC0 | #0A95CD | 1.32:1 | Fail | Fail |
| #0B94B9 | #267BC0 | 1.27:1 | Fail | Fail |
| #0B94B9 | #0A95CD | 1.04:1 | Fail | Fail |
How to use these colors
- Background — Teal (#16CAF1): the lightest tone — a clean base for large areas
- Text — Teal (#0B94B9): the darkest tone — readable for body copy and headings
- Primary — Teal (#0A95CD): the most saturated tone — buttons, links and key UI
- Accent — Teal (#0B94B9): 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: Teal (#16CAF1), Teal (#0B94B9), Blue (#267BC0) and Teal (#0A95CD).
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 #16CAF1, #0B94B9, #267BC0 and #0A95CD. 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.