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

Red & Green, Blue Color Palette

#68E364 104, 227, 100
#1C22D4 28, 34, 212
#EC3238 236, 50, 56
#DCEADC 220, 234, 220
#68E364
Color 1
#1C22D4
Color 2
#EC3238
Color 3
#DCEADC
Color 4
:root {
  --color-1: #68E364;
  --color-2: #1C22D4;
  --color-3: #EC3238;
  --color-4: #DCEADC;
}
colors: {
  'palette-1': '#68E364',
  'palette-2': '#1C22D4',
  'palette-3': '#EC3238',
  'palette-4': '#DCEADC',
}
const palette = [
  '#68E364',
  '#1C22D4',
  '#EC3238',
  '#DCEADC',
];
$color-1: #68E364;
$color-2: #1C22D4;
$color-3: #EC3238;
$color-4: #DCEADC;
Palette Codes 4 COLORS

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

160 Views
Added Jun 2026
Copy & Download

About this color palette

This is a cool, vibrant 4-colour palette pairing strongly contrasting colours for real visual punch. It is anchored by Red (#EC3238) and reads as well balanced in lightness, with an average saturation of 64% and lightness of 64%. It works well for calm, professional and modern interfaces.

The colors in this palette

Green #68E364

rgb(104, 227, 100) · hsl(118, 69%, 64%)

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

Blue #1C22D4

rgb(28, 34, 212) · hsl(238, 77%, 47%)

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

Red #EC3238

rgb(236, 50, 56) · hsl(358, 83%, 56%)

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

Light Green #DCEADC

rgb(220, 234, 220) · hsl(120, 25%, 89%)

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
#1C22D4 #DCEADC 7.56:1 Pass Pass
#68E364 #1C22D4 5.72:1 Pass Fail
#EC3238 #DCEADC 3.32:1 Fail Fail
#68E364 #EC3238 2.51:1 Fail Fail
#1C22D4 #EC3238 2.28:1 Fail Fail
#68E364 #DCEADC 1.32:1 Fail Fail

How to use these colors

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

Is this a warm or cool colour palette?

It is a cool palette — its tones lean toward blues, greens and purples, which feel calm and modern.

What are the hex codes for this palette?

The hex codes are #68E364, #1C22D4, #EC3238 and #DCEADC. 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 Green reaches a contrast ratio of 7.56:1, which meets the WCAG AAA standard for readable text.

Related Palettes

Copied!