Coal Black#1A1A1A
German Red#C8102E
Banner Gold#D4A017
Deep Carmine#8B1E3F
Muted Amber#B88A2A
Palette direction

Germany Flag Inspired Color Palette

This palette translates the German flag into a modern brand system by pairing a grounded black-red-gold core with crisp neutrals for usability. The result feels authoritative, energetic, and distinctly national without becoming overly literal or decorative.

AnalogousNonegermanyflagblackred
palette-preview.example
None color direction

Germany Flag Inspired Color Palette

This palette translates the German flag into a modern brand system by pairing a grounded black-red-gold core with crisp neutrals for usability. The result feels authoritative, energetic, and distinctly national without becoming overly literal or decorative.

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 Coal Black #1A1A1A17.4:1 Excellent
Logo Ink Black #0B0B0Bon Banner Gold #D4A0178.3:1 Excellent
Logo Pure White #FFFFFFon German Red #C8102E5.9:1 Strong
Logo Ink Black #0B0B0Bon Pure White #FFFFFF19.7:1 Excellent
Icon color
BackgroundGerman Red#C8102ETextPure White#FFFFFF
Primary Button5.88:1
AA

Best for the main action users should notice first.

BackgroundCoal Black#1A1A1ATextPure White#FFFFFF
Secondary Button17.40:1
AAA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextBanner Gold#D4A017
Outlined Button2.38:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextGerman Red#C8102E
Text Button5.88:1
AA

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

Palette composition8 colorsAnalogous color relationship
9:41Germany Flag Inspired Color Palette Color role balance
Analogous 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.

CGermany Flag Inspired Color PaletteNone brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The black, red, and gold relationship mirrors the German flag while creating a clear hierarchy for identity, emphasis, and call-to-action moments. Together they form a recognizable system that feels bold, structured, and unmistakably German without relying on extra ornament.

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.Coal Black #1A1A1A
HeadlineUsed for main titles and key messages.Coal Black #1A1A1A
LinkUsed for links and interactive text.German Red #C8102E

Buttons

Primary Button
BackgroundGerman Red #C8102E
TextPure White #FFFFFF
Secondary Button
BackgroundCoal Black #1A1A1A
TextPure White #FFFFFF
Outlined Button
BackgroundBanner Gold #D4A017
TextBanner Gold #D4A017

Interface

TextDefault readable body text.Ink Black #0B0B0B
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Ink Black #0B0B0B
IconSmall interface icons and marks.Deep Carmine #8B1E3F
BorderCards, inputs, and component borders.Deep Carmine #8B1E3F
DividerSubtle separators between content.Muted Amber #B88A2A
OutlineFocus rings and emphasis outlines.Muted Amber #B88A2A

Palette Colors

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

Main (Brand) Colors

The black, red, and gold relationship mirrors the German flag while creating a clear hierarchy for identity, emphasis, and call-to-action moments. Together they form a recognizable system that feels bold, structured, and unmistakably German without relying on extra ornament.

PrimaryCoal Black

RolesLogo, Btn Secondary Bg, Headline

Coal Black anchors the palette with seriousness and graphic clarity, giving the system a disciplined foundation.

HEX#1A1A1A
RGB26, 26, 26
HSL0, 0, 10
CMYK0, 0, 0, 90
PrimaryGerman Red

RolesLink, Btn Primary Bg

German Red provides immediate energy and visibility, making the palette feel active and memorable in digital and print use.

HEX#C8102E
RGB200, 16, 46
HSL350, 85, 42
CMYK0, 92, 77, 22
PrimaryBanner Gold

RolesBtn Outlined Border, Btn Outlined Text

Banner Gold adds a ceremonial, premium accent that softens the starkness of black and red while preserving flag-inspired recognition.

HEX#D4A017
RGB212, 160, 23
HSL43, 80, 46
CMYK0, 25, 89, 17

Support Colors

The support colors extend the flag reference into subtle interface accents that improve structure and readability without competing with the main trio. They keep the palette restrained, functional, and suitable for brand systems that need both identity and usability.

Deep Carmine

RolesIcon, Border

Deep Carmine bridges red toward black, adding a quieter accent for UI details and structural elements.

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

RolesDivider, Outline

Muted Amber echoes the gold while staying subdued enough to support borders and separators instead of drawing focus.

HEX#B88A2A
RGB184, 138, 42
HSL41, 63, 44
CMYK0, 25, 77, 28

Neutral Colors

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

Pure White

RolesBg Light, Btn Primary Text, Btn Secondary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Warm Paper
HEX#F5F2EC
RGB245, 242, 236
HSL40, 31, 94
CMYK0, 1, 4, 4
Ink Black

RolesBg Dark, Text

HEX#0B0B0B
RGB11, 11, 11
HSL0, 0, 4
CMYK0, 0, 0, 96

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-coal-black: #1A1A1A;
  --color-german-red: #C8102E;
  --color-banner-gold: #D4A017;
  --color-deep-carmine: #8B1E3F;
  --color-muted-amber: #B88A2A;
  --color-pure-white: #FFFFFF;
  --color-warm-paper: #F5F2EC;
  --color-ink-black: #0B0B0B;
}

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: #1A1A1A;
  --role-btn-secondary-bg: #1A1A1A;
  --role-headline: #1A1A1A;
  --role-link: #C8102E;
  --role-btn-primary-bg: #C8102E;
  --role-btn-outlined-border: #D4A017;
  --role-btn-outlined-text: #D4A017;
  --role-icon: #8B1E3F;
  --role-border: #8B1E3F;
  --role-divider: #B88A2A;
  --role-outline: #B88A2A;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #0B0B0B;
  --role-text: #0B0B0B;
}

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.
{
    "coal-black": "#1A1A1A",
    "german-red": "#C8102E",
    "banner-gold": "#D4A017",
    "deep-carmine": "#8B1E3F",
    "muted-amber": "#B88A2A",
    "pure-white": "#FFFFFF",
    "warm-paper": "#F5F2EC",
    "ink-black": "#0B0B0B"
}
Press Space to load new palette