Deep Navy#1B2A49
Warm Beige#D9C7B2
Burnt Orange#D95F26
Steel Blue#667D9A
Sandy Taupe#A89984
Palette direction

Navy Beige Burnt Color Palette

This palette blends deep navy, warm beige, and fiery burnt orange to evoke strength, reliability, and energy inspired by the high-contrast black and white image with bold numeric typography. Muted steel blue and sandy taupe support the main colors, offering subtle harmony without overpowering, while a set of neutral shades balances the composition for versatile usage.

ComplementaryCreativenavybeigeburnt orangesteel blue
palette-preview.example
Creative color direction

Navy Beige Burnt Color Palette

This palette blends deep navy, warm beige, and fiery burnt orange to evoke strength, reliability, and energy inspired by the high-contrast black and white image with bold numeric typography. Muted steel blue and sandy taupe support the main colors, offering subtle harmony without overpowering, while a set of neutral shades balances the composition for versatile usage.

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 Ivory White #FFFFFFon Deep Navy #1B2A4914.2:1 Excellent
Logo Deep Navy #1B2A49on Warm Beige #D9C7B28.7:1 Excellent
Logo Deep Navy #1B2A49on Ivory White #FFFFFF14.2:1 Excellent
Logo Deep Navy #1B2A49on Sandy Taupe #A899845.1:1 Strong
Icon color
BackgroundDeep Navy#1B2A49TextIvory White#FFFFFF
Primary Button14.25:1
AAA

Best for the main action users should notice first.

BackgroundWarm Beige#D9C7B2TextCharcoal#2B2B2B
Secondary Button8.61:1
AAA

Useful for softer choices and secondary paths.

BackgroundIvory White#FFFFFFTextBurnt Orange#D95F26
Outlined Button3.74:1
Large text

Good for lower-emphasis actions on light surfaces.

BackgroundIvory White#FFFFFFTextDeep Navy#1B2A49
Text Button14.25:1
AAA

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

Palette composition8 colorsComplementary color relationship
9:41Navy Beige Burnt 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 Beige Burnt Color PaletteCreative brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The primary colors—deep navy, warm beige, and burnt orange—work together to create a balanced triadic scheme that offers visual interest and energy while maintaining professional reliability.

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 #1B2A49
HeadlineUsed for main titles and key messages.Warm Beige #D9C7B2
LinkUsed for links and interactive text.Deep Navy #1B2A49

Buttons

Primary Button
BackgroundDeep Navy #1B2A49
TextIvory White #FFFFFF
Secondary Button
BackgroundWarm Beige #D9C7B2
TextCharcoal #2B2B2B
Outlined Button
BackgroundBurnt Orange #D95F26
TextBurnt Orange #D95F26

Interface

TextDefault readable body text.Charcoal #2B2B2B
Bg LightLight page or section background.Ivory White #FFFFFF
Bg DarkDark page or section background.Light Ivory #F1F0EB
IconSmall interface icons and marks.Steel Blue #667D9A
BorderCards, inputs, and component borders.Steel Blue #667D9A
DividerSubtle separators between content.Steel Blue #667D9A
OutlineFocus rings and emphasis outlines.Steel Blue #667D9A

Palette Colors

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

Main (Brand) Colors

The primary colors—deep navy, warm beige, and burnt orange—work together to create a balanced triadic scheme that offers visual interest and energy while maintaining professional reliability.

PrimaryDeep Navy

RolesLogo, Btn Primary Bg, Link

Deep Navy instills trust and professionalism while serving as an authoritative foundation for the brand.

HEX#1B2A49
RGB27, 42, 73
HSL220, 46, 20
CMYK63, 42, 0, 71
SecondaryWarm Beige

RolesBtn Secondary Bg, Headline

Warm Beige softens the palette with warmth and approachability, complementing the strong navy base.

HEX#D9C7B2
RGB217, 199, 178
HSL32, 34, 77
CMYK0, 8, 18, 15
TertiaryBurnt Orange

RolesBtn Outlined Border, Btn Outlined Text

Burnt Orange injects energy and dynamic contrast, enhancing call-to-action elements and accentuating key points.

HEX#D95F26
RGB217, 95, 38
HSL19, 70, 50
CMYK0, 56, 82, 15

Support Colors

Muted steel blue and sandy taupe extend the palette by providing subtle, cool and earthy accents that balance and support the strong main colors without drawing focus away from them.

Steel Blue

RolesIcon, Border, Divider, Outline

Steel Blue complements Deep Navy by adding a slightly softer yet related cool tone for delicate interface elements.

HEX#667D9A
RGB102, 125, 154
HSL213, 20, 50
CMYK34, 19, 0, 40
Sandy Taupe

Sandy Taupe balances Warm Beige and Burnt Orange with an understated earthy tone that stabilizes the palette visually.

HEX#A89984
RGB168, 153, 132
HSL35, 17, 59
CMYK0, 9, 21, 34

Neutral Colors

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

Ivory White

RolesBg Light, Btn Primary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Light Ivory

RolesBg Dark

HEX#F1F0EB
RGB241, 240, 235
HSL50, 18, 93
CMYK0, 0, 2, 5
Charcoal

RolesText, Btn Secondary Text

HEX#2B2B2B
RGB43, 43, 43
HSL0, 0, 17
CMYK0, 0, 0, 83

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: #1B2A49;
  --color-warm-beige: #D9C7B2;
  --color-burnt-orange: #D95F26;
  --color-steel-blue: #667D9A;
  --color-sandy-taupe: #A89984;
  --color-ivory-white: #FFFFFF;
  --color-light-ivory: #F1F0EB;
  --color-charcoal: #2B2B2B;
}

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: #1B2A49;
  --role-btn-primary-bg: #1B2A49;
  --role-link: #1B2A49;
  --role-btn-secondary-bg: #D9C7B2;
  --role-headline: #D9C7B2;
  --role-btn-outlined-border: #D95F26;
  --role-btn-outlined-text: #D95F26;
  --role-icon: #667D9A;
  --role-border: #667D9A;
  --role-divider: #667D9A;
  --role-outline: #667D9A;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-bg-dark: #F1F0EB;
  --role-text: #2B2B2B;
  --role-btn-secondary-text: #2B2B2B;
}

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": "#1B2A49",
    "warm-beige": "#D9C7B2",
    "burnt-orange": "#D95F26",
    "steel-blue": "#667D9A",
    "sandy-taupe": "#A89984",
    "ivory-white": "#FFFFFF",
    "light-ivory": "#F1F0EB",
    "charcoal": "#2B2B2B"
}
Press Space to load new palette