Pink & Green, Pink Color Palette
:root {
--color-1: #13C809;
--color-2: #78E972;
--color-3: #AA05B3;
--color-4: #EC93F1;
}
colors: {
'palette-1': '#13C809',
'palette-2': '#78E972',
'palette-3': '#AA05B3',
'palette-4': '#EC93F1',
}
const palette = [
'#13C809',
'#78E972',
'#AA05B3',
'#EC93F1',
];
$color-1: #13C809;
$color-2: #78E972;
$color-3: #AA05B3;
$color-4: #EC93F1;
This is a balanced, vibrant 4-colour palette pairing strongly contrasting colours for real visual punch.
About this color palette
This is a balanced, vibrant 4-colour palette pairing strongly contrasting colours for real visual punch. It is anchored by Pink (#AA05B3) and reads as well balanced in lightness, with an average saturation of 84% and lightness of 55%. It adapts to a wide range of web and brand projects.
The colors in this palette
Green #13C809
rgb(19, 200, 9) · hsl(117, 91%, 41%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Green #78E972
rgb(120, 233, 114) · hsl(117, 73%, 68%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Pink #AA05B3
rgb(170, 5, 179) · hsl(297, 95%, 36%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Pink #EC93F1
rgb(236, 147, 241) · hsl(297, 77%, 76%)
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 |
|---|---|---|---|---|
| #78E972 | #AA05B3 | 4.05:1 | Fail | Fail |
| #AA05B3 | #EC93F1 | 2.96:1 | Fail | Fail |
| #13C809 | #AA05B3 | 2.75:1 | Fail | Fail |
| #13C809 | #78E972 | 1.47:1 | Fail | Fail |
| #78E972 | #EC93F1 | 1.37:1 | Fail | Fail |
| #13C809 | #EC93F1 | 1.08:1 | Fail | Fail |
How to use these colors
- Background — Pink (#EC93F1): the lightest tone — a clean base for large areas
- Text — Pink (#AA05B3): the darkest tone — readable for body copy and headings
- Primary — Pink (#AA05B3): the most saturated tone — buttons, links and key UI
- Accent — Green (#13C809): 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 Pink 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 (#13C809), Green (#78E972), Pink (#AA05B3) and Pink (#EC93F1).
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 #13C809, #78E972, #AA05B3 and #EC93F1. 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.