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

Blue & Green, Red Color Palette

#47BC29 71, 188, 41
#5877F3 88, 119, 243
#C52041 197, 32, 65
#E6ECE4 230, 236, 228
#47BC29
Color 1
#5877F3
Color 2
#C52041
Color 3
#E6ECE4
Color 4
:root {
  --color-1: #47BC29;
  --color-2: #5877F3;
  --color-3: #C52041;
  --color-4: #E6ECE4;
}
colors: {
  'palette-1': '#47BC29',
  'palette-2': '#5877F3',
  'palette-3': '#C52041',
  'palette-4': '#E6ECE4',
}
const palette = [
  '#47BC29',
  '#5877F3',
  '#C52041',
  '#E6ECE4',
];
$color-1: #47BC29;
$color-2: #5877F3;
$color-3: #C52041;
$color-4: #E6ECE4;
Palette Codes 4 COLORS

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

4,718 Views
Added Jun 2026
Copy & Download

About this color palette

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

The colors in this palette

Green #47BC29

rgb(71, 188, 41) · hsl(108, 64%, 45%)

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

Blue #5877F3

rgb(88, 119, 243) · hsl(228, 87%, 65%)

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

Red #C52041

rgb(197, 32, 65) · hsl(348, 72%, 45%)

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

Light Green #E6ECE4

rgb(230, 236, 228) · hsl(105, 17%, 91%)

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
#C52041 #E6ECE4 4.78:1 Pass Fail
#5877F3 #E6ECE4 3.27:1 Fail Fail
#47BC29 #C52041 2.32:1 Fail Fail
#47BC29 #E6ECE4 2.06:1 Fail Fail
#47BC29 #5877F3 1.59:1 Fail Fail
#5877F3 #C52041 1.46:1 Fail Fail

How to use these colors

  • Background — Light Green (#E6ECE4): the lightest tone — a clean base for large areas
  • Text — Green (#47BC29): the darkest tone — readable for body copy and headings
  • Primary — Blue (#5877F3): the most saturated tone — buttons, links and key UI
  • Accent — Red (#C52041): 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: Green (#47BC29), Blue (#5877F3), Red (#C52041) and Light Green (#E6ECE4).

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 #47BC29, #5877F3, #C52041 and #E6ECE4. 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 Green reaches a contrast ratio of 4.78:1, which meets the WCAG AA standard for readable text.

Related Palettes

Copied!