Green & Green, Pink Color Palette
:root {
--color-1: #03C46D;
--color-2: #4BE7A1;
--color-3: #EC046C;
--color-4: #E96DA5;
}
colors: {
'palette-1': '#03C46D',
'palette-2': '#4BE7A1',
'palette-3': '#EC046C',
'palette-4': '#E96DA5',
}
const palette = [
'#03C46D',
'#4BE7A1',
'#EC046C',
'#E96DA5',
];
$color-1: #03C46D;
$color-2: #4BE7A1;
$color-3: #EC046C;
$color-4: #E96DA5;
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 Green (#03C46D) and reads as well balanced in lightness, with an average saturation of 86% and lightness of 53%. It adapts to a wide range of web and brand projects.
The colors in this palette
Green #03C46D
rgb(3, 196, 109) · hsl(153, 97%, 39%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Green #4BE7A1
rgb(75, 231, 161) · hsl(153, 76%, 60%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Pink #EC046C
rgb(236, 4, 108) · hsl(333, 97%, 47%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Pink #E96DA5
rgb(233, 109, 165) · hsl(333, 74%, 67%)
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 |
|---|---|---|---|---|
| #4BE7A1 | #EC046C | 2.76:1 | Fail | Fail |
| #03C46D | #EC046C | 1.9:1 | Fail | Fail |
| #4BE7A1 | #E96DA5 | 1.84:1 | Fail | Fail |
| #EC046C | #E96DA5 | 1.5:1 | Fail | Fail |
| #03C46D | #4BE7A1 | 1.45:1 | Fail | Fail |
| #03C46D | #E96DA5 | 1.27:1 | Fail | Fail |
How to use these colors
- Background — Pink (#E96DA5): the lightest tone — a clean base for large areas
- Text — Green (#03C46D): the darkest tone — readable for body copy and headings
- Primary — Green (#03C46D): the most saturated tone — buttons, links and key UI
- Accent — Pink (#EC046C): 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 Green 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: Green (#03C46D), Green (#4BE7A1), Pink (#EC046C) and Pink (#E96DA5).
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 #03C46D, #4BE7A1, #EC046C and #E96DA5. 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.