Red & Teal, Red Color Palette
:root {
--color-1: #1AADAB;
--color-2: #7BD5D4;
--color-3: #CA2124;
--color-4: #E64C4F;
}
colors: {
'palette-1': '#1AADAB',
'palette-2': '#7BD5D4',
'palette-3': '#CA2124',
'palette-4': '#E64C4F',
}
const palette = [
'#1AADAB',
'#7BD5D4',
'#CA2124',
'#E64C4F',
];
$color-1: #1AADAB;
$color-2: #7BD5D4;
$color-3: #CA2124;
$color-4: #E64C4F;
This is a balanced, bold 4-colour palette pairing strongly contrasting colours for real visual punch.
About this color palette
This is a balanced, bold 4-colour palette pairing strongly contrasting colours for real visual punch. It is anchored by Red (#E64C4F) and reads as well balanced in lightness, with an average saturation of 68% and lightness of 53%. It adapts to a wide range of web and brand projects.
The colors in this palette
Teal #1AADAB
rgb(26, 173, 171) · hsl(179, 74%, 39%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Teal #7BD5D4
rgb(123, 213, 212) · hsl(179, 52%, 66%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Red #CA2124
rgb(202, 33, 36) · hsl(359, 72%, 46%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Red #E64C4F
rgb(230, 76, 79) · hsl(359, 75%, 60%)
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 |
|---|---|---|---|---|
| #7BD5D4 | #CA2124 | 3.28:1 | Fail | Fail |
| #7BD5D4 | #E64C4F | 2.23:1 | Fail | Fail |
| #1AADAB | #CA2124 | 2.03:1 | Fail | Fail |
| #1AADAB | #7BD5D4 | 1.62:1 | Fail | Fail |
| #CA2124 | #E64C4F | 1.47:1 | Fail | Fail |
| #1AADAB | #E64C4F | 1.38:1 | Fail | Fail |
How to use these colors
- Background — Teal (#7BD5D4): the lightest tone — a clean base for large areas
- Text — Teal (#1AADAB): the darkest tone — readable for body copy and headings
- Primary — Red (#E64C4F): the most saturated tone — buttons, links and key UI
- Accent — Teal (#1AADAB): 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 Red 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 (#1AADAB), Teal (#7BD5D4), Red (#CA2124) and Red (#E64C4F).
Is this a warm or cool colour palette?
It is balanced, mixing warm and cool tones fairly evenly.
What are the hex codes for this palette?
The hex codes are #1AADAB, #7BD5D4, #CA2124 and #E64C4F. 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.