Navy Blue#0F2147
Coral Orange#FF6F3C
Slate Blue#8CA1B7
Muted Apricot#D98B6D
Palette direction

Navy Orange Navy Color Palette

This palette draws inspiration from the nautical theme and colors in the image, combining deep blues with warm oranges and subtle neutrals for strong visual contrast and brand recognition in maritime or safety-oriented contexts.

ComplementaryNonenavyorangemaritimesafety
palette-preview.example
None color direction

Navy Orange Navy Color Palette

This palette draws inspiration from the nautical theme and colors in the image, combining deep blues with warm oranges and subtle neutrals for strong visual contrast and brand recognition in maritime or safety-oriented contexts.

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 White #FFFFFFon Navy Blue #0F214715.8:1 Excellent
Logo Navy Blue #0F2147on Coral Orange #FF6F3C5.7:1 Strong
Logo Navy Blue #0F2147on White #FFFFFF15.8:1 Excellent
Logo Navy Blue #0F2147on Slate Blue #8CA1B75.9:1 Strong
Icon color
BackgroundNavy Blue#0F2147TextWhite#FFFFFF
Primary Button15.80:1
AAA

Best for the main action users should notice first.

BackgroundCoral Orange#FF6F3CTextCharcoal#1E2A3A
Secondary Button5.24:1
AA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextCoral Orange#FF6F3C
Outlined Button2.77:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextNavy Blue#0F2147
Text Button15.80:1
AAA

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

Palette composition7 colorsComplementary color relationship
9:41Navy Orange Navy 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.

CNavy Orange Navy Color PaletteNone brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors feature a deep navy blue contrasting with a vibrant orange, creating a distinct and recognizable system that symbolizes trust and alertness often associated with maritime safety themes.

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.Navy Blue #0F2147
HeadlineUsed for main titles and key messages.Slate Blue #8CA1B7
LinkUsed for links and interactive text.Navy Blue #0F2147

Buttons

Primary Button
BackgroundNavy Blue #0F2147
TextWhite #FFFFFF
Secondary Button
BackgroundCoral Orange #FF6F3C
TextCharcoal #1E2A3A
Outlined Button
BackgroundCoral Orange #FF6F3C
TextCoral Orange #FF6F3C

Interface

TextDefault readable body text.Charcoal #1E2A3A
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Snow #F2F4F7
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 feature a deep navy blue contrasting with a vibrant orange, creating a distinct and recognizable system that symbolizes trust and alertness often associated with maritime safety themes.

PrimaryNavy Blue

RolesLogo, Btn Primary Bg, Link

Navy Blue conveys trust, stability, and professionalism, key to establishing a dependable brand identity.

HEX#0F2147
RGB15, 33, 71
HSL221, 65, 17
CMYK79, 54, 0, 72
SecondaryCoral Orange

RolesBtn Secondary Bg, Btn Outlined Border, Btn Outlined Text

Coral Orange adds vibrancy and energy, symbolizing alertness and warmth that complements the navy.

HEX#FF6F3C
RGB255, 111, 60
HSL16, 100, 62
CMYK0, 56, 76, 0

Support Colors

Support colors extend the main palette through lighter and muted tones that balance vibrancy with calm, reinforcing the maritime and safety context without overpowering the core colors.

Slate Blue

RolesHeadline, Icon, Border, Divider, Outline

Slate Blue offers a softer, cooler accent that complements Navy Blue while maintaining a professional, trustworthy feel.

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

Muted Apricot introduces a subtle warmth that balances the bright Coral Orange, enhancing usability and visual harmony.

HEX#D98B6D
RGB217, 139, 109
HSL17, 59, 64
CMYK0, 36, 50, 15

Neutral Colors

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

White

RolesBg Light, Btn Primary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Snow

RolesBg Dark

HEX#F2F4F7
RGB242, 244, 247
HSL216, 24, 96
CMYK2, 1, 0, 3
Charcoal

RolesText, Btn Secondary Text

HEX#1E2A3A
RGB30, 42, 58
HSL214, 32, 17
CMYK48, 28, 0, 77

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-navy-blue: #0F2147;
  --color-coral-orange: #FF6F3C;
  --color-slate-blue: #8CA1B7;
  --color-muted-apricot: #D98B6D;
  --color-white: #FFFFFF;
  --color-snow: #F2F4F7;
  --color-charcoal: #1E2A3A;
}

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: #0F2147;
  --role-btn-primary-bg: #0F2147;
  --role-link: #0F2147;
  --role-btn-secondary-bg: #FF6F3C;
  --role-btn-outlined-border: #FF6F3C;
  --role-btn-outlined-text: #FF6F3C;
  --role-headline: #8CA1B7;
  --role-icon: #8CA1B7;
  --role-border: #8CA1B7;
  --role-divider: #8CA1B7;
  --role-outline: #8CA1B7;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-bg-dark: #F2F4F7;
  --role-text: #1E2A3A;
  --role-btn-secondary-text: #1E2A3A;
}

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.
{
    "navy-blue": "#0F2147",
    "coral-orange": "#FF6F3C",
    "slate-blue": "#8CA1B7",
    "muted-apricot": "#D98B6D",
    "white": "#FFFFFF",
    "snow": "#F2F4F7",
    "charcoal": "#1E2A3A"
}
Press Space to load new palette