Red & Green, Blue Color Palette — PaletteCSS
Back to palettes

Red & Green, Blue Color Palette

#EB4742 235, 71, 66
#22D828 34, 216, 40
#1E18B4 30, 24, 180
#E9E2E2 233, 226, 226
#EB4742
Color 1
#22D828
Color 2
#1E18B4
Color 3
#E9E2E2
Color 4
:root {
  --color-1: #EB4742;
  --color-2: #22D828;
  --color-3: #1E18B4;
  --color-4: #E9E2E2;
}
colors: {
  'palette-1': '#EB4742',
  'palette-2': '#22D828',
  'palette-3': '#1E18B4',
  'palette-4': '#E9E2E2',
}
const palette = [
  '#EB4742',
  '#22D828',
  '#1E18B4',
  '#E9E2E2',
];
$color-1: #EB4742;
$color-2: #22D828;
$color-3: #1E18B4;
$color-4: #E9E2E2;
Palette Codes 4 COLORS

This is a balanced, vibrant 4-colour palette pairing strongly contrasting colours for real visual punch.

295 Views
Added Jun 2026
Copy & Download

About this color palette

This is a balanced, vibrant 4-colour palette pairing strongly contrasting colours for real visual punch. It is anchored by Red (#EB4742) and reads as well balanced in lightness, with an average saturation of 61% and lightness of 60%. It adapts to a wide range of web and brand projects.

The colors in this palette

Red #EB4742

rgb(235, 71, 66) · hsl(2, 81%, 59%)

A vivid, saturated tone that draws the eye — best for accents and highlights.

Green #22D828

rgb(34, 216, 40) · hsl(122, 73%, 49%)

A vivid, saturated tone that draws the eye — best for accents and highlights.

Blue #1E18B4

rgb(30, 24, 180) · hsl(242, 76%, 40%)

A vivid, saturated tone that draws the eye — best for accents and highlights.

Light Red #E9E2E2

rgb(233, 226, 226) · hsl(0, 14%, 90%)

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).

TextBackgroundRatioAAAAA
#1E18B4 #E9E2E2 8.91:1 Pass Pass
#22D828 #1E18B4 5.92:1 Pass Fail
#EB4742 #1E18B4 2.99:1 Fail Fail
#EB4742 #E9E2E2 2.98:1 Fail Fail
#EB4742 #22D828 1.98:1 Fail Fail
#22D828 #E9E2E2 1.51:1 Fail Fail

How to use these colors

  • Background — Light Red (#E9E2E2): the lightest tone — a clean base for large areas
  • Text — Blue (#1E18B4): the darkest tone — readable for body copy and headings
  • Primary — Red (#EB4742): the most saturated tone — buttons, links and key UI
  • Accent — Blue (#1E18B4): 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 Red 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 (#EB4742), Green (#22D828), Blue (#1E18B4) and Light Red (#E9E2E2).

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 #EB4742, #22D828, #1E18B4 and #E9E2E2. 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 8.91:1, which meets the WCAG AAA standard for readable text.

Related Palettes

Copied!