Green & Red, Blue Color Palette
:root {
--color-1: #F06451;
--color-2: #17EE30;
--color-3: #3D2BCA;
--color-4: #E0D7D6;
}
colors: {
'palette-1': '#F06451',
'palette-2': '#17EE30',
'palette-3': '#3D2BCA',
'palette-4': '#E0D7D6',
}
const palette = [
'#F06451',
'#17EE30',
'#3D2BCA',
'#E0D7D6',
];
$color-1: #F06451;
$color-2: #17EE30;
$color-3: #3D2BCA;
$color-4: #E0D7D6;
This is a balanced, bold 4-colour palette that combines high-contrast tones for a bold, dynamic look.
About this color palette
This is a balanced, bold 4-colour palette that combines high-contrast tones for a bold, dynamic look. It is anchored by Green (#17EE30) and reads as well balanced in lightness, with an average saturation of 62% and lightness of 62%. It adapts to a wide range of web and brand projects.
The colors in this palette
Red #F06451
rgb(240, 100, 81) · hsl(7, 84%, 63%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Green #17EE30
rgb(23, 238, 48) · hsl(127, 86%, 51%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Blue #3D2BCA
rgb(61, 43, 202) · hsl(247, 65%, 48%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Light Red #E0D7D6
rgb(224, 215, 214) · hsl(6, 14%, 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 |
|---|---|---|---|---|
| #3D2BCA | #E0D7D6 | 6.2:1 | Pass | Fail |
| #17EE30 | #3D2BCA | 5.55:1 | Pass | Fail |
| #F06451 | #3D2BCA | 2.77:1 | Fail | Fail |
| #F06451 | #E0D7D6 | 2.24:1 | Fail | Fail |
| #F06451 | #17EE30 | 2:1 | Fail | Fail |
| #17EE30 | #E0D7D6 | 1.12:1 | Fail | Fail |
How to use these colors
- Background — Light Red (#E0D7D6): the lightest tone — a clean base for large areas
- Text — Blue (#3D2BCA): the darkest tone — readable for body copy and headings
- Primary — Green (#17EE30): the most saturated tone — buttons, links and key UI
- Accent — Red (#F06451): 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 (#F06451), Green (#17EE30), Blue (#3D2BCA) and Light Red (#E0D7D6).
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 #F06451, #17EE30, #3D2BCA and #E0D7D6. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.
Is this palette accessible for text?
Yes — Blue text on Light Red reaches a contrast ratio of 6.2:1, which meets the WCAG AA standard for readable text.