Green & Red, Blue Color Palette
:root {
--color-1: #DE5E4F;
--color-2: #0ECD21;
--color-3: #7A6FDC;
--color-4: #E7D6D5;
}
colors: {
'palette-1': '#DE5E4F',
'palette-2': '#0ECD21',
'palette-3': '#7A6FDC',
'palette-4': '#E7D6D5',
}
const palette = [
'#DE5E4F',
'#0ECD21',
'#7A6FDC',
'#E7D6D5',
];
$color-1: #DE5E4F;
$color-2: #0ECD21;
$color-3: #7A6FDC;
$color-4: #E7D6D5;
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 Green (#0ECD21) and reads as well balanced in lightness, with an average saturation of 61% and lightness of 63%. It adapts to a wide range of web and brand projects.
The colors in this palette
Red #DE5E4F
rgb(222, 94, 79) · hsl(6, 68%, 59%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Green #0ECD21
rgb(14, 205, 33) · hsl(126, 87%, 43%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Blue #7A6FDC
rgb(122, 111, 220) · hsl(246, 61%, 65%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Light Red #E7D6D5
rgb(231, 214, 213) · hsl(3, 27%, 87%)
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 |
|---|---|---|---|---|
| #7A6FDC | #E7D6D5 | 2.92:1 | Fail | Fail |
| #DE5E4F | #E7D6D5 | 2.57:1 | Fail | Fail |
| #0ECD21 | #7A6FDC | 1.9:1 | Fail | Fail |
| #DE5E4F | #0ECD21 | 1.68:1 | Fail | Fail |
| #0ECD21 | #E7D6D5 | 1.53:1 | Fail | Fail |
| #DE5E4F | #7A6FDC | 1.13:1 | Fail | Fail |
How to use these colors
- Background — Light Red (#E7D6D5): the lightest tone — a clean base for large areas
- Text — Green (#0ECD21): the darkest tone — readable for body copy and headings
- Primary — Green (#0ECD21): the most saturated tone — buttons, links and key UI
- Accent — Red (#DE5E4F): 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: Red (#DE5E4F), Green (#0ECD21), Blue (#7A6FDC) and Light Red (#E7D6D5).
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 #DE5E4F, #0ECD21, #7A6FDC and #E7D6D5. 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.