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

Green & Blue, Red Color Palette

#66EE44 102, 238, 68
#163BD0 22, 59, 208
#CC2446 204, 36, 70
#D7E2D4 215, 226, 212
#66EE44
Color 1
#163BD0
Color 2
#CC2446
Color 3
#D7E2D4
Color 4
:root {
  --color-1: #66EE44;
  --color-2: #163BD0;
  --color-3: #CC2446;
  --color-4: #D7E2D4;
}
colors: {
  'palette-1': '#66EE44',
  'palette-2': '#163BD0',
  'palette-3': '#CC2446',
  'palette-4': '#D7E2D4',
}
const palette = [
  '#66EE44',
  '#163BD0',
  '#CC2446',
  '#D7E2D4',
];
$color-1: #66EE44;
$color-2: #163BD0;
$color-3: #CC2446;
$color-4: #D7E2D4;
Palette Codes 4 COLORS

This is a cool, bold 4-colour palette that combines high-contrast tones for a bold, dynamic look.

114 Views
Added Jun 2026
Copy & Download

About this color palette

This is a cool, bold 4-colour palette that combines high-contrast tones for a bold, dynamic look. It is anchored by Green (#66EE44) and reads as well balanced in lightness, with an average saturation of 63% and lightness of 60%. It works well for calm, professional and modern interfaces.

The colors in this palette

Green #66EE44

rgb(102, 238, 68) · hsl(108, 83%, 60%)

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

Blue #163BD0

rgb(22, 59, 208) · hsl(228, 81%, 45%)

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

Red #CC2446

rgb(204, 36, 70) · hsl(348, 70%, 47%)

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

Light Green #D7E2D4

rgb(215, 226, 212) · hsl(107, 19%, 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).

TextBackgroundRatioAAAAA
#163BD0 #D7E2D4 6.11:1 Pass Fail
#66EE44 #163BD0 5.4:1 Pass Fail
#CC2446 #D7E2D4 4.02:1 Fail Fail
#66EE44 #CC2446 3.55:1 Fail Fail
#163BD0 #CC2446 1.52:1 Fail Fail
#66EE44 #D7E2D4 1.13:1 Fail Fail

How to use these colors

  • Background — Light Green (#D7E2D4): the lightest tone — a clean base for large areas
  • Text — Blue (#163BD0): the darkest tone — readable for body copy and headings
  • Primary — Green (#66EE44): the most saturated tone — buttons, links and key UI
  • Accent — Blue (#163BD0): 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: Green (#66EE44), Blue (#163BD0), Red (#CC2446) and Light Green (#D7E2D4).

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 #66EE44, #163BD0, #CC2446 and #D7E2D4. 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 6.11:1, which meets the WCAG AA standard for readable text.

Related Palettes

Copied!