Blue & Green, Red Color Palette
:root {
--color-1: #39BE27;
--color-2: #465AEC;
--color-3: #E33145;
--color-4: #DAE9D8;
}
colors: {
'palette-1': '#39BE27',
'palette-2': '#465AEC',
'palette-3': '#E33145',
'palette-4': '#DAE9D8',
}
const palette = [
'#39BE27',
'#465AEC',
'#E33145',
'#DAE9D8',
];
$color-1: #39BE27;
$color-2: #465AEC;
$color-3: #E33145;
$color-4: #DAE9D8;
This is a cool, high-energy 4-colour palette pairing strongly contrasting colours for real visual punch.
About this color palette
This is a cool, high-energy 4-colour palette pairing strongly contrasting colours for real visual punch. It is anchored by Blue (#465AEC) and reads as well balanced in lightness, with an average saturation of 63% and lightness of 62%. It works well for calm, professional and modern interfaces.
The colors in this palette
Green #39BE27
rgb(57, 190, 39) · hsl(113, 66%, 45%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Blue #465AEC
rgb(70, 90, 236) · hsl(233, 81%, 60%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Red #E33145
rgb(227, 49, 69) · hsl(353, 76%, 54%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Light Green #DAE9D8
rgb(218, 233, 216) · hsl(113, 28%, 88%)
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 |
|---|---|---|---|---|
| #465AEC | #DAE9D8 | 4.23:1 | Fail | Fail |
| #E33145 | #DAE9D8 | 3.47:1 | Fail | Fail |
| #39BE27 | #465AEC | 2.18:1 | Fail | Fail |
| #39BE27 | #DAE9D8 | 1.94:1 | Fail | Fail |
| #39BE27 | #E33145 | 1.79:1 | Fail | Fail |
| #465AEC | #E33145 | 1.22:1 | Fail | Fail |
How to use these colors
- Background — Light Green (#DAE9D8): the lightest tone — a clean base for large areas
- Text — Green (#39BE27): the darkest tone — readable for body copy and headings
- Primary — Blue (#465AEC): the most saturated tone — buttons, links and key UI
- Accent — Red (#E33145): 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 (#39BE27), Blue (#465AEC), Red (#E33145) and Light Green (#DAE9D8).
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 #39BE27, #465AEC, #E33145 and #DAE9D8. 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.