Blue & Green, Red Color Palette
:root {
--color-1: #44D917;
--color-2: #4D73EF;
--color-3: #EB335E;
--color-4: #D7E4D3;
}
colors: {
'palette-1': '#44D917',
'palette-2': '#4D73EF',
'palette-3': '#EB335E',
'palette-4': '#D7E4D3',
}
const palette = [
'#44D917',
'#4D73EF',
'#EB335E',
'#D7E4D3',
];
$color-1: #44D917;
$color-2: #4D73EF;
$color-3: #EB335E;
$color-4: #D7E4D3;
This is a cool, vibrant 4-colour palette that combines high-contrast tones for a bold, dynamic look.
About this color palette
This is a cool, vibrant 4-colour palette that combines high-contrast tones for a bold, dynamic look. It is anchored by Blue (#4D73EF) and reads as well balanced in lightness, with an average saturation of 68% and lightness of 63%. It works well for calm, professional and modern interfaces.
The colors in this palette
Green #44D917
rgb(68, 217, 23) · hsl(106, 81%, 47%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Blue #4D73EF
rgb(77, 115, 239) · hsl(226, 84%, 62%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Red #EB335E
rgb(235, 51, 94) · hsl(346, 82%, 56%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Light Green #D7E4D3
rgb(215, 228, 211) · hsl(106, 24%, 86%)
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 |
|---|---|---|---|---|
| #4D73EF | #D7E4D3 | 3.18:1 | Fail | Fail |
| #EB335E | #D7E4D3 | 3.08:1 | Fail | Fail |
| #44D917 | #4D73EF | 2.23:1 | Fail | Fail |
| #44D917 | #EB335E | 2.16:1 | Fail | Fail |
| #44D917 | #D7E4D3 | 1.42:1 | Fail | Fail |
| #4D73EF | #EB335E | 1.03:1 | Fail | Fail |
How to use these colors
- Background — Light Green (#D7E4D3): the lightest tone — a clean base for large areas
- Text — Green (#44D917): the darkest tone — readable for body copy and headings
- Primary — Blue (#4D73EF): the most saturated tone — buttons, links and key UI
- Accent — Red (#EB335E): 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 Blue 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 (#44D917), Blue (#4D73EF), Red (#EB335E) and Light Green (#D7E4D3).
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 #44D917, #4D73EF, #EB335E and #D7E4D3. 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.