Core Black#000000
Studio White#FFFFFF
Signal Green#52C41A
Graphite#2B2B2B
Steel Mist#D8D8D8
Palette direction

Adidas Inspired Sport Color Palette

A sports-forward palette built around Adidas-inspired black-and-white contrast with a sharp green accent for digital emphasis. The system keeps the brand unmistakably athletic and minimalist while using a restrained accent to add energy without competing with the core identity.

MonochromaticFashion Beautyathleticperformanceminimalstreetwear
palette-preview.example
Fashion Beauty color direction

Adidas Inspired Sport Color Palette

A sports-forward palette built around Adidas-inspired black-and-white contrast with a sharp green accent for digital emphasis. The system keeps the brand unmistakably athletic and minimalist while using a restrained accent to add energy without competing with the core identity.

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 Studio White #FFFFFFon Core Black #00000021.0:1 Excellent
Logo Core Black #000000on Studio White #FFFFFF21.0:1 Excellent
Logo Core Black #000000on Signal Green #52C41A9.3:1 Excellent
Logo Core Black #000000on Steel Mist #D8D8D814.7:1 Excellent
Icon color
BackgroundCore Black#000000TextPure White#FFFFFF
Primary Button21.00:1
AAA

Best for the main action users should notice first.

BackgroundPure White#FFFFFFTextInk Black#111111
Secondary Button18.88:1
AAA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextSignal Green#52C41A
Outlined Button2.27:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextSignal Green#52C41A
Text Button2.27:1
Low

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

Palette composition8 colorsMonochromatic color relationship
9:41Adidas Inspired Sport Color Palette Color role balance
Monochromatic 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.

CAdidas Inspired Sport Color PaletteFashion Beauty brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors create a stark, instantly recognizable sports system: clean black, crisp white, and a vivid green accent used sparingly for motion and emphasis. Together they read as performance-driven and digital-first rather than overly f

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.Core Black #000000
HeadlineUsed for main titles and key messages.Core Black #000000
LinkUsed for links and interactive text.Signal Green #52C41A

Buttons

Primary Button
BackgroundCore Black #000000
TextPure White #FFFFFF
Secondary Button
BackgroundStudio White #FFFFFF
TextInk Black #111111
Outlined Button
BackgroundSignal Green #52C41A
TextSignal Green #52C41A

Interface

TextDefault readable body text.Ink Black #111111
Bg LightLight page or section background.Studio White #FFFFFF
Bg DarkDark page or section background.Graphite #2B2B2B
IconSmall interface icons and marks.Graphite #2B2B2B
BorderCards, inputs, and component borders.Steel Mist #D8D8D8
DividerSubtle separators between content.Steel Mist #D8D8D8
OutlineFocus rings and emphasis outlines.Steel Mist #D8D8D8

Palette Colors

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

Main (Brand) Colors

The main colors create a stark, instantly recognizable sports system: clean black, crisp white, and a vivid green accent used sparingly for motion and emphasis. Together they read as performance-driven and digital-first rather than overly f

PrimaryCore Black

RolesLogo, Btn Primary Bg, Headline

Anchors the brand with maximum contrast and a disciplined athletic edge.

HEX#000000
RGB0, 0, 0
HSL0, 0, 0
CMYK0, 0, 0, 100
SecondaryStudio White

RolesBtn Secondary Bg, Bg Light

Keeps the interface clean, spacious, and unmistakably high-contrast.

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
TertiarySignal Green

RolesLink, Btn Outlined Border, Btn Outlined Text

Adds a sharp, performance-oriented accent for interactive elements and brand energy.

HEX#52C41A
RGB82, 196, 26
HSL100, 77, 44
CMYK58, 0, 87, 23

Support Colors

The support colors extend the palette with a cooler, more subdued balance so the core black-white system stays dominant. They add UI structure and depth without pulling attention.

Graphite

RolesIcon, Bg Dark

Softens the jump from pure black while preserving a technical, premium feel.

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

RolesBorder, Divider, Outline

Provides neutral structure for UI lines and surfaces without introducing new hue direction.

HEX#D8D8D8
RGB216, 216, 216
HSL0, 0, 85
CMYK0, 0, 0, 15

Neutral Colors

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

Pure White

RolesBtn Primary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Off White
HEX#F5F5F5
RGB245, 245, 245
HSL0, 0, 96
CMYK0, 0, 0, 4
Ink Black

RolesText, 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-core-black: #000000;
  --color-studio-white: #FFFFFF;
  --color-signal-green: #52C41A;
  --color-graphite: #2B2B2B;
  --color-steel-mist: #D8D8D8;
  --color-pure-white: #FFFFFF;
  --color-off-white: #F5F5F5;
  --color-ink-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: #000000;
  --role-btn-primary-bg: #000000;
  --role-headline: #000000;
  --role-btn-secondary-bg: #FFFFFF;
  --role-bg-light: #FFFFFF;
  --role-link: #52C41A;
  --role-btn-outlined-border: #52C41A;
  --role-btn-outlined-text: #52C41A;
  --role-icon: #2B2B2B;
  --role-bg-dark: #2B2B2B;
  --role-border: #D8D8D8;
  --role-divider: #D8D8D8;
  --role-outline: #D8D8D8;
  --role-btn-primary-text: #FFFFFF;
  --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.
{
    "core-black": "#000000",
    "studio-white": "#FFFFFF",
    "signal-green": "#52C41A",
    "graphite": "#2B2B2B",
    "steel-mist": "#D8D8D8",
    "pure-white": "#FFFFFF",
    "off-white": "#F5F5F5",
    "ink-black": "#111111"
}
Press Space to load new palette