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

Green & Red, Blue Color Palette

#D24D46 210, 77, 70
#42D749 66, 215, 73
#3730C0 55, 48, 192
#F5EFEF 245, 239, 239
#D24D46
Color 1
#42D749
Color 2
#3730C0
Color 3
#F5EFEF
Color 4
:root {
  --color-1: #D24D46;
  --color-2: #42D749;
  --color-3: #3730C0;
  --color-4: #F5EFEF;
}
colors: {
  'palette-1': '#D24D46',
  'palette-2': '#42D749',
  'palette-3': '#3730C0',
  'palette-4': '#F5EFEF',
}
const palette = [
  '#D24D46',
  '#42D749',
  '#3730C0',
  '#F5EFEF',
];
$color-1: #D24D46;
$color-2: #42D749;
$color-3: #3730C0;
$color-4: #F5EFEF;
Palette Codes 4 COLORS

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

1,297 Views
Added Jun 2026
Tags
Copy & Download

About this color palette

This is a balanced, versatile 4-colour palette that combines high-contrast tones for a bold, dynamic look. It is anchored by Green (#42D749) and reads as well balanced in lightness, with an average saturation of 52% and lightness of 63%. It adapts to a wide range of web and brand projects.

The colors in this palette

Red #D24D46

rgb(210, 77, 70) · hsl(3, 61%, 55%)

A balanced mid-tone that works well for primary surfaces and UI elements.

Green #42D749

rgb(66, 215, 73) · hsl(123, 65%, 55%)

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

Blue #3730C0

rgb(55, 48, 192) · hsl(243, 60%, 47%)

A balanced mid-tone that works well for primary surfaces and UI elements.

Light Red #F5EFEF

rgb(245, 239, 239) · hsl(0, 23%, 95%)

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
#3730C0 #F5EFEF 7.87:1 Pass Pass
#42D749 #3730C0 4.71:1 Pass Fail
#D24D46 #F5EFEF 3.78:1 Fail Fail
#D24D46 #42D749 2.26:1 Fail Fail
#D24D46 #3730C0 2.08:1 Fail Fail
#42D749 #F5EFEF 1.67:1 Fail Fail

How to use these colors

  • Background — Light Red (#F5EFEF): the lightest tone — a clean base for large areas
  • Text — Blue (#3730C0): the darkest tone — readable for body copy and headings
  • Primary — Green (#42D749): the most saturated tone — buttons, links and key UI
  • Accent — Red (#D24D46): 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: Red (#D24D46), Green (#42D749), Blue (#3730C0) and Light Red (#F5EFEF).

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 #D24D46, #42D749, #3730C0 and #F5EFEF. 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 7.87:1, which meets the WCAG AAA standard for readable text.

Related Palettes

Copied!