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

Blue & Red, Green Color Palette

#EE1111 238, 17, 17
#19B319 25, 179, 25
#2121F2 33, 33, 242
#E2DADA 226, 218, 218
#EE1111
Color 1
#19B319
Color 2
#2121F2
Color 3
#E2DADA
Color 4
:root {
  --color-1: #EE1111;
  --color-2: #19B319;
  --color-3: #2121F2;
  --color-4: #E2DADA;
}
colors: {
  'palette-1': '#EE1111',
  'palette-2': '#19B319',
  'palette-3': '#2121F2',
  'palette-4': '#E2DADA',
}
const palette = [
  '#EE1111',
  '#19B319',
  '#2121F2',
  '#E2DADA',
];
$color-1: #EE1111;
$color-2: #19B319;
$color-3: #2121F2;
$color-4: #E2DADA;
Palette Codes 4 COLORS

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

1,022 Views
Added Jun 2026
Copy & Download

About this color palette

This is a balanced, high-energy 4-colour palette pairing strongly contrasting colours for real visual punch. It is anchored by Blue (#2121F2) and reads as well balanced in lightness, with an average saturation of 66% and lightness of 58%. It adapts to a wide range of web and brand projects.

The colors in this palette

Red #EE1111

rgb(238, 17, 17) · hsl(0, 87%, 50%)

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

Green #19B319

rgb(25, 179, 25) · hsl(120, 75%, 40%)

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

Blue #2121F2

rgb(33, 33, 242) · hsl(240, 89%, 54%)

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

Light Red #E2DADA

rgb(226, 218, 218) · hsl(0, 12%, 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).

TextBackgroundRatioAAAAA
#2121F2 #E2DADA 5.96:1 Pass Fail
#EE1111 #E2DADA 3.23:1 Fail Fail
#19B319 #2121F2 2.93:1 Fail Fail
#19B319 #E2DADA 2.04:1 Fail Fail
#EE1111 #2121F2 1.84:1 Fail Fail
#EE1111 #19B319 1.59:1 Fail Fail

How to use these colors

  • Background — Light Red (#E2DADA): the lightest tone — a clean base for large areas
  • Text — Green (#19B319): the darkest tone — readable for body copy and headings
  • Primary — Blue (#2121F2): the most saturated tone — buttons, links and key UI
  • Accent — Red (#EE1111): 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: Red (#EE1111), Green (#19B319), Blue (#2121F2) and Light Red (#E2DADA).

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 #EE1111, #19B319, #2121F2 and #E2DADA. 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 5.96:1, which meets the WCAG AA standard for readable text.

Related Palettes

Copied!