Deep Navy Blue#0B2545
Burnt Orange#D46A21
Slate Blue#8CA1B7
Muted Camel#A17C50
Cool Grey#BCC3CC
Palette direction

Deep Navy Blue Color Palette

This palette combines a strong Deep Navy Blue with balanced accent tones and neutral shades to convey a trustworthy and globally established brand identity for an imported goods and distribution company. The main colors work cohesively to project professionalism, reliability, and modern sophistication while supporting versatile usage across corporate materials.

ComplementaryEcommercenavy bluepremiumcorporatetrustworthy
palette-preview.example
Ecommerce color direction

Deep Navy Blue Color Palette

This palette combines a strong Deep Navy Blue with balanced accent tones and neutral shades to convey a trustworthy and globally established brand identity for an imported goods and distribution company. The main colors work cohesively to project professionalism, reliability, and modern sophistication while supporting versatile usage across corporate materials.

Explore the color system
Logo contrast guide

Logo color pairings

ColorFly checks the palette colors against each other and suggests the clearest logo/background combinations.

Logo Pure White #FFFFFFon Deep Navy Blue #0B254515.4:1 Excellent
Logo Charcoal #1C1C1Con Slate Blue #8CA1B76.4:1 Strong
Logo Charcoal #1C1C1Con Burnt Orange #D46A214.8:1 Strong
Logo Charcoal #1C1C1Con Pure White #FFFFFF17.0:1 Excellent
Icon color
BackgroundDeep Navy Blue#0B2545TextPure White#FFFFFF
Primary Button15.39:1
AAA

Best for the main action users should notice first.

BackgroundBurnt Orange#D46A21TextCharcoal#1C1C1C
Secondary Button4.77:1
AA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextDeep Navy Blue#0B2545
Outlined Button15.39:1
AAA

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextDeep Navy Blue#0B2545
Text Button15.39:1
AAA

A quiet action for links, navigation, and inline decisions.

Palette composition8 colorsComplementary color relationship
9:41Deep Navy Blue Color Palette Color role balance
Complementary system
60% DominantNeutrals

Backgrounds, large surfaces, whitespace, and reading comfort.

30% SecondarySupport colors

Sections, secondary UI, illustrations, and repeated brand moments.

10% AccentMain colors

High-attention moments like primary actions and memorable highlights.

CDeep Navy Blue Color PaletteEcommerce brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors form a distinctive combination centered on a bold Deep Navy Blue accented by a strong Burnt Orange and a gentle Slate Blue, balancing modernity with global business sophistication.

Clear roles create a consistent brand experience.

Color Roles and Usage Map

Assign existing palette colors to brand, typography, and interface roles.

Brand identity

LogoUsed for logo marks and core brand symbols.Deep Navy Blue #0B2545
HeadlineUsed for main titles and key messages.Deep Navy Blue #0B2545
LinkUsed for links and interactive text.Deep Navy Blue #0B2545

Buttons

Primary Button
BackgroundDeep Navy Blue #0B2545
TextPure White #FFFFFF
Secondary Button
BackgroundBurnt Orange #D46A21
TextCharcoal #1C1C1C
Outlined Button
BackgroundDeep Navy Blue #0B2545
TextDeep Navy Blue #0B2545

Interface

TextDefault readable body text.Charcoal #1C1C1C
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Off White #F7F8FA
IconSmall interface icons and marks.Slate Blue #8CA1B7
BorderCards, inputs, and component borders.Slate Blue #8CA1B7
DividerSubtle separators between content.Slate Blue #8CA1B7
OutlineFocus rings and emphasis outlines.Slate Blue #8CA1B7

Palette Colors

A compact view of the brand, support, and neutral colors that make up this system.

Main (Brand) Colors

The main colors form a distinctive combination centered on a bold Deep Navy Blue accented by a strong Burnt Orange and a gentle Slate Blue, balancing modernity with global business sophistication.

PrimaryDeep Navy Blue

RolesLogo, Link, Btn Primary Bg, Btn Outlined Border, Btn Outlined Text, Headline

Deep Navy Blue establishes a professional and dependable foundation that communicates trust and global business strength.

HEX#0B2545
RGB11, 37, 69
HSL213, 73, 16
CMYK84, 46, 0, 73
SecondaryBurnt Orange

RolesBtn Secondary Bg

Burnt Orange adds a confident, bold accent that energizes the palette while maintaining corporate refinement.

HEX#D46A21
RGB212, 106, 33
HSL24, 73, 48
CMYK0, 50, 84, 17
TertiarySlate Blue

RolesIcon, Border, Divider, Outline

Slate Blue softly complements the dominant navy with subtle sophistication, reinforcing reliability without overpowering.

HEX#8CA1B7
RGB140, 161, 183
HSL211, 23, 63
CMYK23, 12, 0, 28

Support Colors

The support colors extend the main palette with a warm muted Camel and a soft Cool Grey to balance bold accents and maintain a grounded corporate tone.

Muted Camel

Muted Camel offers a warm tone that complements navy and burnt orange, adding approachable professionalism.

HEX#A17C50
RGB161, 124, 80
HSL33, 34, 47
CMYK0, 23, 50, 37
Cool Grey

Cool Grey provides neutral harmony and visual rest areas, supporting clarity in corporate communications.

HEX#BCC3CC
RGB188, 195, 204
HSL214, 14, 77
CMYK8, 4, 0, 20

Neutral Colors

Utility colors for backgrounds, text, borders, and balance.

Pure White

RolesBg Light, Btn Primary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Off White

RolesBg Dark

HEX#F7F8FA
RGB247, 248, 250
HSL220, 23, 97
CMYK1, 1, 0, 2
Charcoal

RolesText, Btn Secondary Text

HEX#1C1C1C
RGB28, 28, 28
HSL0, 0, 11
CMYK0, 0, 0, 89

Export and Handoff

Copy palette values for design systems, websites, and client handoff.

Color tokens

Use these in CSS when you want every raw palette color available by name. Best for websites, landing pages, and design system variables.

Use when: you need the actual colors.
:root {
  --color-deep-navy-blue: #0B2545;
  --color-burnt-orange: #D46A21;
  --color-slate-blue: #8CA1B7;
  --color-muted-camel: #A17C50;
  --color-cool-grey: #BCC3CC;
  --color-pure-white: #FFFFFF;
  --color-off-white: #F7F8FA;
  --color-charcoal: #1C1C1C;
}

Role tokens

Use these in CSS when colors are assigned to practical jobs like text, buttons, borders, links, and backgrounds.

Use when: you need UI roles, not just swatches.
:root {
  --role-logo: #0B2545;
  --role-link: #0B2545;
  --role-btn-primary-bg: #0B2545;
  --role-btn-outlined-border: #0B2545;
  --role-btn-outlined-text: #0B2545;
  --role-headline: #0B2545;
  --role-btn-secondary-bg: #D46A21;
  --role-icon: #8CA1B7;
  --role-border: #8CA1B7;
  --role-divider: #8CA1B7;
  --role-outline: #8CA1B7;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-bg-dark: #F7F8FA;
  --role-text: #1C1C1C;
  --role-btn-secondary-text: #1C1C1C;
}

JSON

Use this structured palette data in apps, generators, plugins, or tools that need to read the palette programmatically.

Use when: a developer or app needs data.
{
    "deep-navy-blue": "#0B2545",
    "burnt-orange": "#D46A21",
    "slate-blue": "#8CA1B7",
    "muted-camel": "#A17C50",
    "cool-grey": "#BCC3CC",
    "pure-white": "#FFFFFF",
    "off-white": "#F7F8FA",
    "charcoal": "#1C1C1C"
}
Press Space to load new palette