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

Green & Red, Blue Color Palette

#BE402D 190, 64, 45
#18E734 24, 231, 52
#624DEA 98, 77, 234
#F0EBEA 240, 235, 234
#BE402D
Color 1
#18E734
Color 2
#624DEA
Color 3
#F0EBEA
Color 4
:root {
  --color-1: #BE402D;
  --color-2: #18E734;
  --color-3: #624DEA;
  --color-4: #F0EBEA;
}
colors: {
  'palette-1': '#BE402D',
  'palette-2': '#18E734',
  'palette-3': '#624DEA',
  'palette-4': '#F0EBEA',
}
const palette = [
  '#BE402D',
  '#18E734',
  '#624DEA',
  '#F0EBEA',
];
$color-1: #BE402D;
$color-2: #18E734;
$color-3: #624DEA;
$color-4: #F0EBEA;
Palette Codes 4 COLORS

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

1,283 Views
Added Jun 2026
Copy & Download

About this color palette

This is a balanced, vibrant 4-colour palette pairing strongly contrasting colours for real visual punch. It is anchored by Green (#18E734) and reads as well balanced in lightness, with an average saturation of 60% and lightness of 63%. It adapts to a wide range of web and brand projects.

The colors in this palette

Red #BE402D

rgb(190, 64, 45) · hsl(8, 62%, 46%)

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

Green #18E734

rgb(24, 231, 52) · hsl(128, 81%, 50%)

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

Blue #624DEA

rgb(98, 77, 234) · hsl(248, 79%, 61%)

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

Light Red #F0EBEA

rgb(240, 235, 234) · hsl(10, 17%, 93%)

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
#624DEA #F0EBEA 4.72:1 Pass Fail
#BE402D #F0EBEA 4.49:1 Fail Fail
#18E734 #624DEA 3.32:1 Fail Fail
#BE402D #18E734 3.16:1 Fail Fail
#18E734 #F0EBEA 1.42:1 Fail Fail
#BE402D #624DEA 1.05:1 Fail Fail

How to use these colors

  • Background — Light Red (#F0EBEA): the lightest tone — a clean base for large areas
  • Text — Red (#BE402D): the darkest tone — readable for body copy and headings
  • Primary — Green (#18E734): the most saturated tone — buttons, links and key UI
  • Accent — Blue (#624DEA): 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 (#BE402D), Green (#18E734), Blue (#624DEA) and Light Red (#F0EBEA).

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 #BE402D, #18E734, #624DEA and #F0EBEA. 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 4.72:1, which meets the WCAG AA standard for readable text.

Related Palettes

Copied!