Green & Red, Blue Color Palette
:root {
--color-1: #C43427;
--color-2: #1CC42A;
--color-3: #6C62DA;
--color-4: #F3EDEC;
}
colors: {
'palette-1': '#C43427',
'palette-2': '#1CC42A',
'palette-3': '#6C62DA',
'palette-4': '#F3EDEC',
}
const palette = [
'#C43427',
'#1CC42A',
'#6C62DA',
'#F3EDEC',
];
$color-1: #C43427;
$color-2: #1CC42A;
$color-3: #6C62DA;
$color-4: #F3EDEC;
This is a balanced, versatile 4-colour palette that combines high-contrast tones for a bold, dynamic look.
About this color palette
This is a balanced, versatile 4-colour palette that combines high-contrast tones for a bold, dynamic look. It is anchored by Green (#1CC42A) and reads as well balanced in lightness, with an average saturation of 57% and lightness of 61%. It adapts to a wide range of web and brand projects.
The colors in this palette
Red #C43427
rgb(196, 52, 39) · hsl(5, 67%, 46%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Green #1CC42A
rgb(28, 196, 42) · hsl(125, 75%, 44%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Blue #6C62DA
rgb(108, 98, 218) · hsl(245, 62%, 62%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Light Red #F3EDEC
rgb(243, 237, 236) · hsl(9, 23%, 94%)
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 |
|---|---|---|---|---|
| #C43427 | #F3EDEC | 4.69:1 | Pass | Fail |
| #6C62DA | #F3EDEC | 4.12:1 | Fail | Fail |
| #C43427 | #1CC42A | 2.32:1 | Fail | Fail |
| #1CC42A | #6C62DA | 2.04:1 | Fail | Fail |
| #1CC42A | #F3EDEC | 2.02:1 | Fail | Fail |
| #C43427 | #6C62DA | 1.14:1 | Fail | Fail |
How to use these colors
- Background — Light Red (#F3EDEC): the lightest tone — a clean base for large areas
- Text — Green (#1CC42A): the darkest tone — readable for body copy and headings
- Primary — Green (#1CC42A): the most saturated tone — buttons, links and key UI
- Accent — Red (#C43427): 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 (#C43427), Green (#1CC42A), Blue (#6C62DA) and Light Red (#F3EDEC).
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 #C43427, #1CC42A, #6C62DA and #F3EDEC. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.
Is this palette accessible for text?
Yes — Red text on Light Red reaches a contrast ratio of 4.69:1, which meets the WCAG AA standard for readable text.