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

Red & Green, Blue Color Palette

#6ADC5B 106, 220, 91
#1327B9 19, 39, 185
#CC0F25 204, 15, 37
#D4DED3 212, 222, 211
#6ADC5B
Color 1
#1327B9
Color 2
#CC0F25
Color 3
#D4DED3
Color 4
:root {
  --color-1: #6ADC5B;
  --color-2: #1327B9;
  --color-3: #CC0F25;
  --color-4: #D4DED3;
}
colors: {
  'palette-1': '#6ADC5B',
  'palette-2': '#1327B9',
  'palette-3': '#CC0F25',
  'palette-4': '#D4DED3',
}
const palette = [
  '#6ADC5B',
  '#1327B9',
  '#CC0F25',
  '#D4DED3',
];
$color-1: #6ADC5B;
$color-2: #1327B9;
$color-3: #CC0F25;
$color-4: #D4DED3;
Palette Codes 4 COLORS

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

1,489 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 Red (#CC0F25) and reads as well balanced in lightness, with an average saturation of 62% and lightness of 57%. It works well for calm, professional and modern interfaces.

The colors in this palette

Green #6ADC5B

rgb(106, 220, 91) · hsl(113, 65%, 61%)

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

Blue #1327B9

rgb(19, 39, 185) · hsl(233, 81%, 40%)

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

Red #CC0F25

rgb(204, 15, 37) · hsl(353, 86%, 43%)

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

Light Green #D4DED3

rgb(212, 222, 211) · hsl(115, 14%, 85%)

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
#1327B9 #D4DED3 7.52:1 Pass Pass
#6ADC5B #1327B9 5.95:1 Pass Fail
#CC0F25 #D4DED3 4.15:1 Fail Fail
#6ADC5B #CC0F25 3.28:1 Fail Fail
#1327B9 #CC0F25 1.81:1 Fail Fail
#6ADC5B #D4DED3 1.27:1 Fail Fail

How to use these colors

  • Background — Light Green (#D4DED3): the lightest tone — a clean base for large areas
  • Text — Blue (#1327B9): the darkest tone — readable for body copy and headings
  • Primary — Red (#CC0F25): the most saturated tone — buttons, links and key UI
  • Accent — Blue (#1327B9): 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 (#6ADC5B), Blue (#1327B9), Red (#CC0F25) and Light Green (#D4DED3).

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 #6ADC5B, #1327B9, #CC0F25 and #D4DED3. 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.52:1, which meets the WCAG AAA standard for readable text.

Related Palettes

Copied!