Navy Blue#2B327A
Gold#D4AF37
Deep Brown#653614
Soft Beige#C9B497
Warm Tan#8A6F59
Palette direction

Navy Gold Brown Color Palette

This palette draws inspiration from the image's classic navy, gold, and brown tones, creating a refined and dependable color system that evokes trust and professionalism. It balances strong, bold primary colors with subtle, earthy support colors and three neutrals for versatility and readability.

Split ComplementaryCreativenavygoldbrownclassic
palette-preview.example
Creative color direction

Navy Gold Brown Color Palette

This palette draws inspiration from the image's classic navy, gold, and brown tones, creating a refined and dependable color system that evokes trust and professionalism. It balances strong, bold primary colors with subtle, earthy support colors and three neutrals for versatility and readability.

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 Navy Blue #2B327A11.4:1 Excellent
Logo Charcoal #2E2E2Eon Gold #D4AF376.5:1 Strong
Logo Charcoal #2E2E2Eon Pure White #FFFFFF13.6:1 Excellent
Logo Charcoal #2E2E2Eon Soft Beige #C9B4976.8:1 Strong
Icon color
BackgroundNavy Blue#2B327ATextPure White#FFFFFF
Primary Button11.41:1
AAA

Best for the main action users should notice first.

BackgroundGold#D4AF37TextCharcoal#2E2E2E
Secondary Button6.46:1
AA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextNavy Blue#2B327A
Outlined Button11.41:1
AAA

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextNavy Blue#2B327A
Text Button11.41:1
AAA

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

Palette composition8 colorsSplit Complementary color relationship
9:41Navy Gold Brown Color Palette Color role balance
Split 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 Gold Brown Color PaletteCreative brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors of navy blue, gold, and deep brown form a triadic color scheme that provides strong visual contrast while maintaining harmony, creating a memorable and trustworthy appearance.

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 #2B327A
HeadlineUsed for main titles and key messages.Navy Blue #2B327A
LinkUsed for links and interactive text.Navy Blue #2B327A

Buttons

Primary Button
BackgroundNavy Blue #2B327A
TextPure White #FFFFFF
Secondary Button
BackgroundGold #D4AF37
TextCharcoal #2E2E2E
Outlined Button
BackgroundNavy Blue #2B327A
TextNavy Blue #2B327A

Interface

TextDefault readable body text.Charcoal #2E2E2E
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Near White #F7F1E1
IconSmall interface icons and marks.Soft Beige #C9B497
BorderCards, inputs, and component borders.Soft Beige #C9B497
DividerSubtle separators between content.Soft Beige #C9B497
OutlineFocus rings and emphasis outlines.Soft Beige #C9B497

Palette Colors

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

Main (Brand) Colors

The main colors of navy blue, gold, and deep brown form a triadic color scheme that provides strong visual contrast while maintaining harmony, creating a memorable and trustworthy appearance.

PrimaryNavy Blue

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

Navy Blue adds a sense of trust, authority, and professionalism to the brand identity.

HEX#2B327A
RGB43, 50, 122
HSL235, 48, 32
CMYK65, 59, 0, 52
SecondaryGold

RolesBtn Secondary Bg

Gold introduces a classic, prestigious feeling, emphasizing quality and value.

HEX#D4AF37
RGB212, 175, 55
HSL46, 65, 52
CMYK0, 17, 74, 17
TertiaryDeep Brown

Deep Brown grounds the palette with warmth and reliability, providing depth and subtle balance.

HEX#653614
RGB101, 54, 20
HSL25, 67, 24
CMYK0, 47, 80, 60

Support Colors

The support colors extend the palette with muted complementary tones of soft beige and warm tan, which harmonize with the main colors while maintaining visual subtlety.

Soft Beige

RolesIcon, Border, Divider, Outline

Soft Beige complements the main colors by adding a gentle, understated contrast that keeps the palette approachable.

HEX#C9B497
RGB201, 180, 151
HSL35, 32, 69
CMYK0, 10, 25, 21
Warm Tan

Warm Tan provides a warm accent that balances the cooler navy and vibrant gold, reinforcing the palette's classic feel.

HEX#8A6F59
RGB138, 111, 89
HSL27, 22, 45
CMYK0, 20, 36, 46

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
Near White

RolesBg Dark

HEX#F7F1E1
RGB247, 241, 225
HSL44, 58, 93
CMYK0, 2, 9, 3
Charcoal

RolesText, Btn Secondary Text

HEX#2E2E2E
RGB46, 46, 46
HSL0, 0, 18
CMYK0, 0, 0, 82

Export and Handoff

Copy palette values for design systems, websites, and client handoff. You can also copy this palette for Logo Export on myLogo.review, so your colors are ready there in one click.

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: #2B327A;
  --color-gold: #D4AF37;
  --color-deep-brown: #653614;
  --color-soft-beige: #C9B497;
  --color-warm-tan: #8A6F59;
  --color-pure-white: #FFFFFF;
  --color-near-white: #F7F1E1;
  --color-charcoal: #2E2E2E;
}

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: #2B327A;
  --role-link: #2B327A;
  --role-btn-primary-bg: #2B327A;
  --role-btn-outlined-border: #2B327A;
  --role-btn-outlined-text: #2B327A;
  --role-headline: #2B327A;
  --role-btn-secondary-bg: #D4AF37;
  --role-icon: #C9B497;
  --role-border: #C9B497;
  --role-divider: #C9B497;
  --role-outline: #C9B497;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-bg-dark: #F7F1E1;
  --role-text: #2E2E2E;
  --role-btn-secondary-text: #2E2E2E;
}

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": "#2B327A",
    "gold": "#D4AF37",
    "deep-brown": "#653614",
    "soft-beige": "#C9B497",
    "warm-tan": "#8A6F59",
    "pure-white": "#FFFFFF",
    "near-white": "#F7F1E1",
    "charcoal": "#2E2E2E"
}
Press Space to load new palette