Pink & Green, Blue Color Palette
:root {
--color-1: #75D83B;
--color-2: #2861C3;
--color-3: #C21454;
--color-4: #ECF2E9;
}
colors: {
'palette-1': '#75D83B',
'palette-2': '#2861C3',
'palette-3': '#C21454',
'palette-4': '#ECF2E9',
}
const palette = [
'#75D83B',
'#2861C3',
'#C21454',
'#ECF2E9',
];
$color-1: #75D83B;
$color-2: #2861C3;
$color-3: #C21454;
$color-4: #ECF2E9;
This is a cool, high-energy 4-colour palette that combines high-contrast tones for a bold, dynamic look.
About this color palette
This is a cool, high-energy 4-colour palette that combines high-contrast tones for a bold, dynamic look. It is anchored by Pink (#C21454) and reads as well balanced in lightness, with an average saturation of 60% and lightness of 59%. It works well for calm, professional and modern interfaces.
The colors in this palette
Green #75D83B
rgb(117, 216, 59) · hsl(98, 67%, 54%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Blue #2861C3
rgb(40, 97, 195) · hsl(218, 66%, 46%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Pink #C21454
rgb(194, 20, 84) · hsl(338, 81%, 42%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Light Green #ECF2E9
rgb(236, 242, 233) · hsl(100, 26%, 93%)
A light, airy tone — ideal for backgrounds and subtle fills.
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 |
|---|---|---|---|---|
| #C21454 | #ECF2E9 | 5.24:1 | Pass | Fail |
| #2861C3 | #ECF2E9 | 5.14:1 | Pass | Fail |
| #75D83B | #C21454 | 3.31:1 | Fail | Fail |
| #75D83B | #2861C3 | 3.24:1 | Fail | Fail |
| #75D83B | #ECF2E9 | 1.58:1 | Fail | Fail |
| #2861C3 | #C21454 | 1.02:1 | Fail | Fail |
How to use these colors
- Background — Light Green (#ECF2E9): the lightest tone — a clean base for large areas
- Text — Pink (#C21454): the darkest tone — readable for body copy and headings
- Primary — Pink (#C21454): the most saturated tone — buttons, links and key UI
- Accent — Green (#75D83B): 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 (#75D83B), Blue (#2861C3), Pink (#C21454) and Light Green (#ECF2E9).
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 #75D83B, #2861C3, #C21454 and #ECF2E9. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.
Is this palette accessible for text?
Yes — Pink text on Light Green reaches a contrast ratio of 5.24:1, which meets the WCAG AA standard for readable text.