Navy#012169
Cyan#00A3E0
Green#00B140
Steel Blue#3D6FB6
Seafoam#7FD9C5
Palette direction

Fifa Inspired Sports Color Palette

This palette channels FIFA’s global sports authority through a disciplined mix of deep navy, vivid cyan, and electric green inspired by the brand’s existing identity. The result feels international and competitive while staying clean enough for digital products, event branding, and broadcast-style interfaces.

AnalogousNoneFIFAsportsfootballglobal
palette-preview.example
None color direction

Fifa Inspired Sports Color Palette

This palette channels FIFA’s global sports authority through a disciplined mix of deep navy, vivid cyan, and electric green inspired by the brand’s existing identity. The result feels international and competitive while staying clean enough for digital products, event branding, and broadcast-style interfaces.

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 Navy #01216914.8:1 Excellent
Logo Charcoal #111827on Green #00B1406.2:1 Strong
Logo Charcoal #111827on Cyan #00A3E06.2:1 Strong
Logo Charcoal #111827on White #FFFFFF17.7:1 Excellent
Icon color
BackgroundCyan#00A3E0TextCharcoal#111827
Primary Button6.18:1
AA

Best for the main action users should notice first.

BackgroundGreen#00B140TextCharcoal#111827
Secondary Button6.22:1
AA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextGreen#00B140
Outlined Button2.85:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextCyan#00A3E0
Text Button2.87:1
Low

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

Palette composition8 colorsAnalogous color relationship
9:41Fifa Inspired Sports 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.

CFifa Inspired Sports Color PaletteNone brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors pair FIFA-style deep navy, bright cyan, and vivid green to create a recognizable sports system with global energy and modern digital clarity. Their contrast feels competitive and international rather than decorative.

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 #012169
HeadlineUsed for main titles and key messages.Navy #012169
LinkUsed for links and interactive text.Cyan #00A3E0

Buttons

Primary Button
BackgroundCyan #00A3E0
TextCharcoal #111827
Secondary Button
BackgroundGreen #00B140
TextCharcoal #111827
Outlined Button
BackgroundGreen #00B140
TextGreen #00B140

Interface

TextDefault readable body text.Charcoal #111827
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Charcoal #111827
IconSmall interface icons and marks.Steel Blue #3D6FB6
BorderCards, inputs, and component borders.Steel Blue #3D6FB6
DividerSubtle separators between content.Seafoam #7FD9C5
OutlineFocus rings and emphasis outlines.Seafoam #7FD9C5

Palette Colors

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

Main (Brand) Colors

The main colors pair FIFA-style deep navy, bright cyan, and vivid green to create a recognizable sports system with global energy and modern digital clarity. Their contrast feels competitive and international rather than decorative.

PrimaryNavy

RolesLogo, Headline

Navy gives the palette the formal FIFA-like foundation and keeps the brand feeling authoritative and global.

HEX#012169
RGB1, 33, 105
HSL222, 98, 21
CMYK99, 69, 0, 59
SecondaryCyan

RolesLink, Btn Primary Bg

Cyan adds broadcast-style clarity and makes interactive elements feel energetic and modern.

HEX#00A3E0
RGB0, 163, 224
HSL196, 100, 44
CMYK100, 27, 0, 12
TertiaryGreen

RolesBtn Secondary Bg, Btn Outlined Border, Btn Outlined Text

Green brings a fresh football-field signal that adds motion and distinction without overpowering the system.

HEX#00B140
RGB0, 177, 64
HSL142, 100, 35
CMYK100, 0, 64, 31

Support Colors

The support colors extend the FIFA-inspired palette with cooler and softer accents that keep the interface lively while staying subordinate to the main sports hues.

Steel Blue

RolesIcon, Border

Steel Blue softens the stronger main colors and works well for UI structure without competing for attention.

HEX#3D6FB6
RGB61, 111, 182
HSL215, 50, 48
CMYK66, 39, 0, 29
Seafoam

RolesDivider, Outline

Seafoam adds a lighter athletic accent that supports separation and layering while remaining quiet.

HEX#7FD9C5
RGB127, 217, 197
HSL167, 54, 67
CMYK41, 0, 9, 15

Neutral Colors

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

White

RolesBg Light

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Ivory
HEX#F3F6FA
RGB243, 246, 250
HSL214, 41, 97
CMYK3, 2, 0, 2
Charcoal

RolesBg Dark, Text, Btn Primary Text, Btn Secondary Text

HEX#111827
RGB17, 24, 39
HSL221, 39, 11
CMYK56, 38, 0, 85

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: #012169;
  --color-cyan: #00A3E0;
  --color-green: #00B140;
  --color-steel-blue: #3D6FB6;
  --color-seafoam: #7FD9C5;
  --color-white: #FFFFFF;
  --color-ivory: #F3F6FA;
  --color-charcoal: #111827;
}

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: #012169;
  --role-headline: #012169;
  --role-link: #00A3E0;
  --role-btn-primary-bg: #00A3E0;
  --role-btn-secondary-bg: #00B140;
  --role-btn-outlined-border: #00B140;
  --role-btn-outlined-text: #00B140;
  --role-icon: #3D6FB6;
  --role-border: #3D6FB6;
  --role-divider: #7FD9C5;
  --role-outline: #7FD9C5;
  --role-bg-light: #FFFFFF;
  --role-bg-dark: #111827;
  --role-text: #111827;
  --role-btn-primary-text: #111827;
  --role-btn-secondary-text: #111827;
}

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": "#012169",
    "cyan": "#00A3E0",
    "green": "#00B140",
    "steel-blue": "#3D6FB6",
    "seafoam": "#7FD9C5",
    "white": "#FFFFFF",
    "ivory": "#F3F6FA",
    "charcoal": "#111827"
}
Press Space to load new palette