Green & Light Green, Pink Color Palette
:root {
--color-1: #0FD28A;
--color-2: #A4EAD0;
--color-3: #BC104F;
--color-4: #D0678D;
}
colors: {
'palette-1': '#0FD28A',
'palette-2': '#A4EAD0',
'palette-3': '#BC104F',
'palette-4': '#D0678D',
}
const palette = [
'#0FD28A',
'#A4EAD0',
'#BC104F',
'#D0678D',
];
$color-1: #0FD28A;
$color-2: #A4EAD0;
$color-3: #BC104F;
$color-4: #D0678D;
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 (#0FD28A) and reads as well balanced in lightness, with an average saturation of 72% and lightness of 56%. It adapts to a wide range of web and brand projects.
The colors in this palette
Green #0FD28A
rgb(15, 210, 138) · hsl(158, 87%, 44%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Light Green #A4EAD0
rgb(164, 234, 208) · hsl(158, 62%, 78%)
A light, airy tone — ideal for backgrounds and subtle fills.
Pink #BC104F
rgb(188, 16, 79) · hsl(338, 84%, 40%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Pink #D0678D
rgb(208, 103, 141) · hsl(338, 53%, 61%)
A balanced mid-tone that works well for primary surfaces and UI elements.
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 |
|---|---|---|---|---|
| #A4EAD0 | #BC104F | 4.59:1 | Pass | Fail |
| #0FD28A | #BC104F | 3.19:1 | Fail | Fail |
| #A4EAD0 | #D0678D | 2.54:1 | Fail | Fail |
| #BC104F | #D0678D | 1.81:1 | Fail | Fail |
| #0FD28A | #D0678D | 1.77:1 | Fail | Fail |
| #0FD28A | #A4EAD0 | 1.44:1 | Fail | Fail |
How to use these colors
- Background — Light Green (#A4EAD0): the lightest tone — a clean base for large areas
- Text — Pink (#BC104F): the darkest tone — readable for body copy and headings
- Primary — Green (#0FD28A): the most saturated tone — buttons, links and key UI
- Accent — Pink (#BC104F): 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 (#0FD28A), Light Green (#A4EAD0), Pink (#BC104F) and Pink (#D0678D).
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 #0FD28A, #A4EAD0, #BC104F and #D0678D. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.
Is this palette accessible for text?
Yes — Light Green text on Pink reaches a contrast ratio of 4.59:1, which meets the WCAG AA standard for readable text.