Midnight Navy#0B1020
Signal Gold#F2C200
Crimson#8B1E3F
Slate Blue#4B5D73
Olive Bronze#7A6A2A
Palette direction

Batman Inspired Heroic Color Palette

This Batman-inspired palette pairs deep midnight tones with a sharp yellow signal and a restrained crimson accent to capture vigilance, mystery, and action. The system feels iconic because the dark foundation keeps the bright hero color urgent while the accent colors add contrast without breaking the noir mood.

ComplementaryCreativebatman inspirednoirsuperheromidnight
palette-preview.example
Creative color direction

Batman Inspired Heroic Color Palette

This Batman-inspired palette pairs deep midnight tones with a sharp yellow signal and a restrained crimson accent to capture vigilance, mystery, and action. The system feels iconic because the dark foundation keeps the bright hero color urgent while the accent colors add contrast without breaking the noir mood.

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 Midnight Navy #0B102018.9:1 Excellent
Logo Midnight Navy #0B1020on Signal Gold #F2C20011.3:1 Excellent
Logo Midnight Navy #0B1020on White #FFFFFF18.9:1 Excellent
Logo White #FFFFFFon Olive Bronze #7A6A2A5.4:1 Strong
Icon color
BackgroundMidnight Navy#0B1020TextWhite#FFFFFF
Primary Button18.93:1
AAA

Best for the main action users should notice first.

BackgroundSignal Gold#F2C200TextCharcoal#111111
Secondary Button11.23:1
AAA

Useful for softer choices and secondary paths.

BackgroundIvory#F4F1E8TextSignal Gold#F2C200
Outlined Button1.49:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundIvory#F4F1E8TextSignal Gold#F2C200
Text Button1.49:1
Low

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

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

CBatman Inspired Heroic Color PaletteCreative brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors combine a dark nocturnal base with a bright signal yellow and a controlled crimson accent, creating a recognizable Batman-inspired system that feels dramatic and iconic. The contrast between shadow and alert color gives the palette a heroic edge while staying practical for branding and interface use.

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.Midnight Navy #0B1020
HeadlineUsed for main titles and key messages.Midnight Navy #0B1020
LinkUsed for links and interactive text.Signal Gold #F2C200

Buttons

Primary Button
BackgroundMidnight Navy #0B1020
TextWhite #FFFFFF
Secondary Button
BackgroundSignal Gold #F2C200
TextCharcoal #111111
Outlined Button
BackgroundSignal Gold #F2C200
TextSignal Gold #F2C200

Interface

TextDefault readable body text.Charcoal #111111
Bg LightLight page or section background.Ivory #F4F1E8
Bg DarkDark page or section background.Charcoal #111111
IconSmall interface icons and marks.Slate Blue #4B5D73
BorderCards, inputs, and component borders.Slate Blue #4B5D73
DividerSubtle separators between content.Olive Bronze #7A6A2A
OutlineFocus rings and emphasis outlines.Olive Bronze #7A6A2A

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 dark nocturnal base with a bright signal yellow and a controlled crimson accent, creating a recognizable Batman-inspired system that feels dramatic and iconic. The contrast between shadow and alert color gives the palette a heroic edge while staying practical for branding and interface use.

PrimaryMidnight Navy

RolesLogo, Btn Primary Bg, Headline

Midnight Navy provides the brooding, cape-like foundation that makes the identity feel stealthy and cinematic.

HEX#0B1020
RGB11, 16, 32
HSL226, 49, 8
CMYK66, 50, 0, 87
SecondarySignal Gold

RolesLink, Btn Secondary Bg, Btn Outlined Border, Btn Outlined Text

Signal Gold delivers the iconic alert energy associated with Gotham’s signal while keeping the palette instantly recognizable.

HEX#F2C200
RGB242, 194, 0
HSL48, 100, 47
CMYK0, 20, 100, 5
TertiaryCrimson

Crimson adds a controlled sense of danger and urgency that deepens the emotional range without overpowering the noir core.

HEX#8B1E3F
RGB139, 30, 63
HSL342, 64, 33
CMYK0, 78, 55, 45

Support Colors

The support colors soften and balance the dramatic main palette with cool, restrained undertones that keep the system usable across layouts and surfaces. They extend the midnight atmosphere while preventing the brighter main colors from feeling too stark or one-note.

Slate Blue

RolesIcon, Border

Slate Blue bridges the dark navy and bright gold with a tempered cool note that works well for UI structure and small accents.

HEX#4B5D73
RGB75, 93, 115
HSL213, 21, 37
CMYK35, 19, 0, 55
Olive Bronze

RolesDivider, Outline

Olive Bronze adds a subdued metallic warmth that supports the signal-yellow theme without competing with it.

HEX#7A6A2A
RGB122, 106, 42
HSL48, 49, 32
CMYK0, 13, 66, 52

Neutral Colors

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

White

RolesBtn Primary Text

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

RolesBg Light

HEX#F4F1E8
RGB244, 241, 232
HSL45, 35, 93
CMYK0, 1, 5, 4
Charcoal

RolesBg Dark, Text, Btn Secondary 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-midnight-navy: #0B1020;
  --color-signal-gold: #F2C200;
  --color-crimson: #8B1E3F;
  --color-slate-blue: #4B5D73;
  --color-olive-bronze: #7A6A2A;
  --color-white: #FFFFFF;
  --color-ivory: #F4F1E8;
  --color-charcoal: #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: #0B1020;
  --role-btn-primary-bg: #0B1020;
  --role-headline: #0B1020;
  --role-link: #F2C200;
  --role-btn-secondary-bg: #F2C200;
  --role-btn-outlined-border: #F2C200;
  --role-btn-outlined-text: #F2C200;
  --role-icon: #4B5D73;
  --role-border: #4B5D73;
  --role-divider: #7A6A2A;
  --role-outline: #7A6A2A;
  --role-btn-primary-text: #FFFFFF;
  --role-bg-light: #F4F1E8;
  --role-bg-dark: #111111;
  --role-text: #111111;
  --role-btn-secondary-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.
{
    "midnight-navy": "#0B1020",
    "signal-gold": "#F2C200",
    "crimson": "#8B1E3F",
    "slate-blue": "#4B5D73",
    "olive-bronze": "#7A6A2A",
    "white": "#FFFFFF",
    "ivory": "#F4F1E8",
    "charcoal": "#111111"
}
Press Space to load new palette