Navy#1F3C88
Orange#FF9900
Charcoal#2B2F36
Slate#6B7A90
Gold#C89B3C
Palette direction

Jeff Bezos Inspired Color Palette

This palette pairs Amazon-inspired charcoal, safety orange, and trusted blue to reflect ambition, speed, and scale without copying a single flat corporate look. The supporting slate and gold soften the system for interfaces and brand moments while the neutrals keep the palette grounded and highly readable.

ComplementaryEcommerceJeff Bezos inspiredAmazon-inspiredretail techecommerce
palette-preview.example
Ecommerce color direction

Jeff Bezos Inspired Color Palette

This palette pairs Amazon-inspired charcoal, safety orange, and trusted blue to reflect ambition, speed, and scale without copying a single flat corporate look. The supporting slate and gold soften the system for interfaces and brand moments while the neutrals keep the palette grounded and highly readable.

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 Charcoal #2B2F3613.4:1 Excellent
Logo Black #111111on Orange #FF99008.8:1 Excellent
Logo Black #111111on White #FFFFFF18.9:1 Excellent
Logo Black #111111on Gold #C89B3C7.4:1 Excellent
Icon color
BackgroundOrange#FF9900TextBlack#111111
Primary Button8.82:1
AAA

Best for the main action users should notice first.

BackgroundCharcoal#2B2F36TextWhite#FFFFFF
Secondary Button13.44:1
AAA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextOrange#FF9900
Outlined Button2.14:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextNavy#1F3C88
Text Button10.19:1
AAA

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

Palette composition8 colorsComplementary color relationship
9:41Jeff Bezos Inspired 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.

CJeff Bezos Inspired Color PaletteEcommerce brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors combine a strong corporate blue, a vivid activation orange, and a grounded charcoal to create a recognizable ecommerce system with urgency and trust. Together they feel scalable and decisive, which suits a Bezos-inspired brand without relying on generic tech color formulas.

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

Buttons

Primary Button
BackgroundOrange #FF9900
TextBlack #111111
Secondary Button
BackgroundCharcoal #2B2F36
TextWhite #FFFFFF
Outlined Button
BackgroundOrange #FF9900
TextOrange #FF9900

Interface

TextDefault readable body text.Black #111111
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Black #111111
IconSmall interface icons and marks.Slate #6B7A90
BorderCards, inputs, and component borders.Slate #6B7A90
DividerSubtle separators between content.Slate #6B7A90
OutlineFocus rings and emphasis outlines.Gold #C89B3C

Palette Colors

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

Main (Brand) Colors

The main colors combine a strong corporate blue, a vivid activation orange, and a grounded charcoal to create a recognizable ecommerce system with urgency and trust. Together they feel scalable and decisive, which suits a Bezos-inspired brand without relying on generic tech color formulas.

PrimaryNavy

RolesLogo, Link, Headline

Navy adds authority and makes the system feel dependable at enterprise scale.

HEX#1F3C88
RGB31, 60, 136
HSL223, 63, 33
CMYK77, 56, 0, 47
SecondaryOrange

RolesBtn Primary Bg, Btn Outlined Border, Btn Outlined Text

Orange delivers fast visual action and a clear Amazon-like commerce signal.

HEX#FF9900
RGB255, 153, 0
HSL36, 100, 50
CMYK0, 40, 100, 0
TertiaryCharcoal

RolesBtn Secondary Bg

Charcoal anchors the palette with a sleek, high-trust contrast that keeps the system disciplined.

HEX#2B2F36
RGB43, 47, 54
HSL218, 11, 19
CMYK20, 13, 0, 79

Support Colors

The support colors extend the core with restrained cool and warm accents that add usability without competing with the main brand signal. They help separate interface states and content hierarchy while staying secondary to the main colors.

Slate

RolesIcon, Border, Divider

Slate adds structure and interface clarity while staying visually quiet beside the stronger main colors.

HEX#6B7A90
RGB107, 122, 144
HSL216, 15, 49
CMYK26, 15, 0, 44
Gold

RolesOutline

Gold introduces a refined accent that supports premium moments and balances the bright orange.

HEX#C89B3C
RGB200, 155, 60
HSL41, 56, 51
CMYK0, 23, 70, 22

Neutral Colors

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

White

RolesBg Light, Btn Secondary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Ivory
HEX#F4F6F8
RGB244, 246, 248
HSL210, 22, 96
CMYK2, 1, 0, 3
Black

RolesBg Dark, Text, Btn Primary Text

HEX#111111
RGB17, 17, 17
HSL0, 0, 7
CMYK0, 0, 0, 93

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: #1F3C88;
  --color-orange: #FF9900;
  --color-charcoal: #2B2F36;
  --color-slate: #6B7A90;
  --color-gold: #C89B3C;
  --color-white: #FFFFFF;
  --color-ivory: #F4F6F8;
  --color-black: #111111;
}

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: #1F3C88;
  --role-link: #1F3C88;
  --role-headline: #1F3C88;
  --role-btn-primary-bg: #FF9900;
  --role-btn-outlined-border: #FF9900;
  --role-btn-outlined-text: #FF9900;
  --role-btn-secondary-bg: #2B2F36;
  --role-icon: #6B7A90;
  --role-border: #6B7A90;
  --role-divider: #6B7A90;
  --role-outline: #C89B3C;
  --role-bg-light: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #111111;
  --role-text: #111111;
  --role-btn-primary-text: #111111;
}

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": "#1F3C88",
    "orange": "#FF9900",
    "charcoal": "#2B2F36",
    "slate": "#6B7A90",
    "gold": "#C89B3C",
    "white": "#FFFFFF",
    "ivory": "#F4F6F8",
    "black": "#111111"
}
Press Space to load new palette