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

Blue & Dark Blue, Teal Color Palette

#0A183C 10, 24, 60
#44848F 68, 132, 143
#313F50 49, 63, 80
#3B85F1 59, 133, 241
#0A183C
Color 1
#44848F
Color 2
#313F50
Color 3
#3B85F1
Color 4
:root {
  --color-1: #0A183C;
  --color-2: #44848F;
  --color-3: #313F50;
  --color-4: #3B85F1;
}
colors: {
  'palette-1': '#0A183C',
  'palette-2': '#44848F',
  'palette-3': '#313F50',
  'palette-4': '#3B85F1',
}
const palette = [
  '#0A183C',
  '#44848F',
  '#313F50',
  '#3B85F1',
];
$color-1: #0A183C;
$color-2: #44848F;
$color-3: #313F50;
$color-4: #3B85F1;
Palette Codes 4 COLORS

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

7,012 Views
Added Jun 2026
Copy & Download

About this color palette

This is a cool, balanced 4-colour palette mixing related and contrasting tones for a natural feel. It is anchored by Blue (#3B85F1) and reads as deep and moody, with an average saturation of 54% and lightness of 35%. It works well for calm, professional and modern interfaces.

The colors in this palette

Dark Blue #0A183C

rgb(10, 24, 60) · hsl(223, 71%, 14%)

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

Teal #44848F

rgb(68, 132, 143) · hsl(189, 36%, 41%)

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

Dark Blue #313F50

rgb(49, 63, 80) · hsl(213, 24%, 25%)

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

Blue #3B85F1

rgb(59, 133, 241) · hsl(216, 87%, 59%)

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

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
#0A183C #3B85F1 4.81:1 Pass Fail
#0A183C #44848F 4.09:1 Fail Fail
#313F50 #3B85F1 2.97:1 Fail Fail
#44848F #313F50 2.53:1 Fail Fail
#0A183C #313F50 1.62:1 Fail Fail
#44848F #3B85F1 1.18:1 Fail Fail

How to use these colors

  • Background — Blue (#3B85F1): the lightest tone — a clean base for large areas
  • Text — Dark Blue (#0A183C): the darkest tone — readable for body copy and headings
  • Primary — Dark Blue (#0A183C): the most saturated tone — buttons, links and key UI
  • Accent — Teal (#44848F): 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: Dark Blue (#0A183C), Teal (#44848F), Dark Blue (#313F50) and Blue (#3B85F1).

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 #0A183C, #44848F, #313F50 and #3B85F1. 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 Blue reaches a contrast ratio of 4.81:1, which meets the WCAG AA standard for readable text.

Related Palettes

Copied!