Dark Blue & Blue, Light Blue Color Palette — PaletteCSS
Back to palettes

Dark Blue & Blue, Light Blue Color Palette

#112255 17, 34, 85
#2244AA 34, 68, 170
#5577DD 85, 119, 221
#AABBEE 170, 187, 238
#112255
Color 1
#2244AA
Color 2
#5577DD
Color 3
#AABBEE
Color 4
:root {
  --color-1: #112255;
  --color-2: #2244AA;
  --color-3: #5577DD;
  --color-4: #AABBEE;
}
colors: {
  'palette-1': '#112255',
  'palette-2': '#2244AA',
  'palette-3': '#5577DD',
  'palette-4': '#AABBEE',
}
const palette = [
  '#112255',
  '#2244AA',
  '#5577DD',
  '#AABBEE',
];
$color-1: #112255;
$color-2: #2244AA;
$color-3: #5577DD;
$color-4: #AABBEE;
Palette Codes 4 COLORS

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

287 Views
Added Jun 2026
Copy & Download

About this color palette

This is a cool, vibrant 4-colour palette mixing related and contrasting tones for a natural feel. It is anchored by Dark Blue (#112255) and reads as well balanced in lightness, with an average saturation of 67% and lightness of 50%. It works well for calm, professional and modern interfaces.

The colors in this palette

Dark Blue #112255

rgb(17, 34, 85) · hsl(225, 67%, 20%)

A deep, low-lightness tone — strong for text, headings and bold accents.

Blue #2244AA

rgb(34, 68, 170) · hsl(225, 67%, 40%)

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

Blue #5577DD

rgb(85, 119, 221) · hsl(225, 67%, 60%)

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

Light Blue #AABBEE

rgb(170, 187, 238) · hsl(225, 67%, 80%)

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
#112255 #AABBEE 7.99:1 Pass Pass
#2244AA #AABBEE 4.46:1 Fail Fail
#112255 #5577DD 3.66:1 Fail Fail
#5577DD #AABBEE 2.18:1 Fail Fail
#2244AA #5577DD 2.05:1 Fail Fail
#112255 #2244AA 1.79:1 Fail Fail

How to use these colors

  • Background — Light Blue (#AABBEE): the lightest tone — a clean base for large areas
  • Text — Dark Blue (#112255): the darkest tone — readable for body copy and headings
  • Primary — Dark Blue (#112255): the most saturated tone — buttons, links and key UI
  • Accent — Blue (#2244AA): 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 Dark 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: Dark Blue (#112255), Blue (#2244AA), Blue (#5577DD) and Light Blue (#AABBEE).

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 #112255, #2244AA, #5577DD and #AABBEE. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.

Is this palette accessible for text?

Yes — Dark Blue text on Light Blue reaches a contrast ratio of 7.99:1, which meets the WCAG AAA standard for readable text.

Related Palettes

Copied!