Teal & Teal, Pink Color Palette
:root {
--color-1: #09D396;
--color-2: #7CDFC1;
--color-3: #DE124F;
--color-4: #EE87A5;
}
colors: {
'palette-1': '#09D396',
'palette-2': '#7CDFC1',
'palette-3': '#DE124F',
'palette-4': '#EE87A5',
}
const palette = [
'#09D396',
'#7CDFC1',
'#DE124F',
'#EE87A5',
];
$color-1: #09D396;
$color-2: #7CDFC1;
$color-3: #DE124F;
$color-4: #EE87A5;
This is a balanced, high-energy 4-colour palette that combines high-contrast tones for a bold, dynamic look.
About this color palette
This is a balanced, high-energy 4-colour palette that combines high-contrast tones for a bold, dynamic look. It is anchored by Teal (#09D396) and reads as well balanced in lightness, with an average saturation of 78% and lightness of 58%. It adapts to a wide range of web and brand projects.
The colors in this palette
Teal #09D396
rgb(9, 211, 150) · hsl(162, 92%, 43%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Teal #7CDFC1
rgb(124, 223, 193) · hsl(162, 61%, 68%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Pink #DE124F
rgb(222, 18, 79) · hsl(342, 85%, 47%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Pink #EE87A5
rgb(238, 135, 165) · hsl(343, 75%, 73%)
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 |
|---|---|---|---|---|
| #7CDFC1 | #DE124F | 3.06:1 | Fail | Fail |
| #09D396 | #DE124F | 2.5:1 | Fail | Fail |
| #DE124F | #EE87A5 | 2.01:1 | Fail | Fail |
| #7CDFC1 | #EE87A5 | 1.52:1 | Fail | Fail |
| #09D396 | #EE87A5 | 1.25:1 | Fail | Fail |
| #09D396 | #7CDFC1 | 1.22:1 | Fail | Fail |
How to use these colors
- Background — Pink (#EE87A5): the lightest tone — a clean base for large areas
- Text — Teal (#09D396): the darkest tone — readable for body copy and headings
- Primary — Teal (#09D396): the most saturated tone — buttons, links and key UI
- Accent — Pink (#DE124F): 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 (#09D396), Teal (#7CDFC1), Pink (#DE124F) and Pink (#EE87A5).
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 #09D396, #7CDFC1, #DE124F and #EE87A5. 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.