Volt Pulse#C2FF00
Performance Black#111111
Pure White#FFFFFF
Stadium Teal#2B6F8A
Graphite Steel#6E7B87
Palette direction

Nike Inspired Performance Color Palette

A performance-led palette built around an iconic volt-like energy color, grounded by deep charcoal and bright white for stark contrast and athletic clarity. The supporting accents add controlled motion and UI depth without diluting the brand’s high-impact, competitive feel.

MonochromaticFashion Beautysportswearperformanceathleticenergy
palette-preview.example
Fashion Beauty color direction

Nike Inspired Performance Color Palette

A performance-led palette built around an iconic volt-like energy color, grounded by deep charcoal and bright white for stark contrast and athletic clarity. The supporting accents add controlled motion and UI depth without diluting the brand’s high-impact, competitive feel.

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 Deep Ink #0B0B0Bon Pure White #FFFFFF19.7:1 Excellent
Logo Pure White #FFFFFFon Performance Black #11111118.9:1 Excellent
Logo Deep Ink #0B0B0Bon Volt Pulse #C2FF0016.5:1 Excellent
Logo Deep Ink #0B0B0Bon Soft Cloud #E5E7EB15.9:1 Excellent
Icon color
BackgroundVolt Pulse#C2FF00TextDeep Ink#0B0B0B
Primary Button16.49:1
AAA

Best for the main action users should notice first.

BackgroundStadium Teal#2B6F8ATextPure White#FFFFFF
Secondary Button5.61:1
AA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextGraphite Steel#6E7B87
Outlined Button4.33:1
Large text

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextStadium Teal#2B6F8A
Text Button5.61:1
AA

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

Palette composition8 colorsMonochromatic color relationship
9:41Nike Inspired Performance 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.

CNike Inspired Performance Color PaletteFashion Beauty brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors pair an electric energy hue with a deep performance anchor and a crisp white to create instant recognition and strong visual tension. Together they feel fast, confident, and unmistakably sports-driven without becoming overly

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.Volt Pulse #C2FF00
HeadlineUsed for main titles and key messages.Performance Black #111111
LinkUsed for links and interactive text.Stadium Teal #2B6F8A

Buttons

Primary Button
BackgroundVolt Pulse #C2FF00
TextDeep Ink #0B0B0B
Secondary Button
BackgroundStadium Teal #2B6F8A
TextPure White #FFFFFF
Outlined Button
BackgroundGraphite Steel #6E7B87
TextGraphite Steel #6E7B87

Interface

TextDefault readable body text.Deep Ink #0B0B0B
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Pure White #FFFFFF
IconSmall interface icons and marks.Stadium Teal #2B6F8A
BorderCards, inputs, and component borders.Graphite Steel #6E7B87
DividerSubtle separators between content.Graphite Steel #6E7B87
OutlineFocus rings and emphasis outlines.Graphite Steel #6E7B87

Palette Colors

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

Main (Brand) Colors

The main colors pair an electric energy hue with a deep performance anchor and a crisp white to create instant recognition and strong visual tension. Together they feel fast, confident, and unmistakably sports-driven without becoming overly

PrimaryVolt Pulse

RolesLogo, Btn Primary Bg

A vivid volt green that delivers the brand’s signature blast of energy and athletic urgency.

HEX#C2FF00
RGB194, 255, 0
HSL74, 100, 50
CMYK24, 0, 100, 0
SecondaryPerformance Black

RolesHeadline

A grounded near-black that gives the system structure and keeps the palette feeling serious and premium.

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

RolesBtn Secondary Text, Bg Light, Bg Dark

A clean white used for maximum contrast, airy layouts, and sharp sportswear-style digital readability.

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

Support Colors

The support accents extend the main palette with cooler, quieter utility tones that reinforce motion, hierarchy, and interface control without competing with the volt hero color.

Stadium Teal

RolesLink, Btn Secondary Bg, Icon

A cool teal accent that adds a disciplined secondary action color and helps links and secondary buttons stand apart from the primary volt.

HEX#2B6F8A
RGB43, 111, 138
HSL197, 52, 35
CMYK69, 20, 0, 46
Graphite Steel

RolesBtn Outlined Border, Btn Outlined Text, Border, Divider, Outline

A muted steel tone that keeps outlines and UI rules visible while staying subordinate to the brighter brand colors.

HEX#6E7B87
RGB110, 123, 135
HSL209, 10, 48
CMYK19, 9, 0, 47

Neutral Colors

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

Mist White
HEX#F7F7F7
RGB247, 247, 247
HSL0, 0, 97
CMYK0, 0, 0, 3
Soft Cloud
HEX#E5E7EB
RGB229, 231, 235
HSL220, 13, 91
CMYK3, 2, 0, 8
Deep Ink

RolesText, Btn Primary 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-volt-pulse: #C2FF00;
  --color-performance-black: #111111;
  --color-pure-white: #FFFFFF;
  --color-stadium-teal: #2B6F8A;
  --color-graphite-steel: #6E7B87;
  --color-mist-white: #F7F7F7;
  --color-soft-cloud: #E5E7EB;
  --color-deep-ink: #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: #C2FF00;
  --role-btn-primary-bg: #C2FF00;
  --role-headline: #111111;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-light: #FFFFFF;
  --role-bg-dark: #FFFFFF;
  --role-link: #2B6F8A;
  --role-btn-secondary-bg: #2B6F8A;
  --role-icon: #2B6F8A;
  --role-btn-outlined-border: #6E7B87;
  --role-btn-outlined-text: #6E7B87;
  --role-border: #6E7B87;
  --role-divider: #6E7B87;
  --role-outline: #6E7B87;
  --role-text: #0B0B0B;
  --role-btn-primary-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.
{
    "volt-pulse": "#C2FF00",
    "performance-black": "#111111",
    "pure-white": "#FFFFFF",
    "stadium-teal": "#2B6F8A",
    "graphite-steel": "#6E7B87",
    "mist-white": "#F7F7F7",
    "soft-cloud": "#E5E7EB",
    "deep-ink": "#0B0B0B"
}
Press Space to load new palette