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

Blue & Yellow, Red Color Palette

#5A85DB 90, 133, 219
#D4BC53 212, 188, 83
#B35449 179, 84, 73
#2DA883 45, 168, 131
#5A85DB
Color 1
#D4BC53
Color 2
#B35449
Color 3
#2DA883
Color 4
:root {
  --color-1: #5A85DB;
  --color-2: #D4BC53;
  --color-3: #B35449;
  --color-4: #2DA883;
}
colors: {
  'palette-1': '#5A85DB',
  'palette-2': '#D4BC53',
  'palette-3': '#B35449',
  'palette-4': '#2DA883',
}
const palette = [
  '#5A85DB',
  '#D4BC53',
  '#B35449',
  '#2DA883',
];
$color-1: #5A85DB;
$color-2: #D4BC53;
$color-3: #B35449;
$color-4: #2DA883;
Palette Codes 4 COLORS

This is a balanced, versatile 4-colour palette mixing related and contrasting tones for a natural feel.

2 Views
Added Aug 2026
Copy & Download

About this color palette

This is a balanced, versatile 4-colour palette mixing related and contrasting tones for a natural feel. It is anchored by Blue (#5A85DB) and reads as well balanced in lightness, with an average saturation of 56% and lightness of 52%. It adapts to a wide range of web and brand projects.

The colors in this palette

Blue #5A85DB

rgb(90, 133, 219) · hsl(220, 64%, 61%)

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

Yellow #D4BC53

rgb(212, 188, 83) · hsl(49, 60%, 58%)

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

Red #B35449

rgb(179, 84, 73) · hsl(6, 42%, 49%)

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

Teal #2DA883

rgb(45, 168, 131) · hsl(162, 58%, 42%)

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

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
#D4BC53 #B35449 2.6:1 Fail Fail
#5A85DB #D4BC53 1.91:1 Fail Fail
#B35449 #2DA883 1.64:1 Fail Fail
#D4BC53 #2DA883 1.58:1 Fail Fail
#5A85DB #B35449 1.36:1 Fail Fail
#5A85DB #2DA883 1.21:1 Fail Fail

How to use these colors

  • Background — Blue (#5A85DB): the lightest tone — a clean base for large areas
  • Text — Teal (#2DA883): the darkest tone — readable for body copy and headings
  • Primary — Yellow (#D4BC53): the most saturated tone — buttons, links and key UI
  • Accent — Teal (#2DA883): 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: Blue (#5A85DB), Yellow (#D4BC53), Red (#B35449) and Teal (#2DA883).

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 #5A85DB, #D4BC53, #B35449 and #2DA883. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.

Is this palette accessible for text?

The colours are fairly close in contrast, so pair them carefully for text — put a very light or very dark colour behind body text, and check the contrast table above.

Related Palettes

Copied!