Jet Black#0A0A0A
Crimson#D72638
White#FFFFFF
Charcoal#4B4B4B
Palette direction

Stagepresence Musicbranding Michaeljacksoninspired Color Palette

This palette channels Michael Jacksons stage presence through a crisp black-and-white foundation with a bold crimson accent. The result feels iconic, high-contrast, and performance-ready without relying on any single era or costume reference.

MonochromaticCreativeMichael Jackson inspirediconicperformancehigh contrast
palette-preview.example
Creative color direction

Stagepresence Musicbranding Michaeljacksoninspired Color Palette

This palette channels Michael Jacksons stage presence through a crisp black-and-white foundation with a bold crimson accent. The result feels iconic, high-contrast, and performance-ready without relying on any single era or costume reference.

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 Jet Black #0A0A0A19.8:1 Excellent
Logo Jet Black #0A0A0Aon White #FFFFFF19.8:1 Excellent
Logo White #FFFFFFon Crimson #D726385.0:1 Strong
Logo Jet Black #0A0A0Aon Platinum #E6E6E615.9:1 Excellent
Icon color
BackgroundJet Black#0A0A0ATextIvory#FAFAFA
Primary Button18.97:1
AAA

Best for the main action users should notice first.

BackgroundWhite#FFFFFFTextNear Black#141414
Secondary Button18.42:1
AAA

Useful for softer choices and secondary paths.

BackgroundIvory#FAFAFATextCrimson#D72638
Outlined Button4.76:1
AA

Good for lower-emphasis actions on light surfaces.

BackgroundIvory#FAFAFATextCrimson#D72638
Text Button4.76:1
AA

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

Palette composition7 colorsMonochromatic color relationship
9:41Stagepresence Musicbranding Michaeljacksoninspired 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.

CStagepresence Musicbranding Michaeljacksoninspired Color PaletteCreative brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors pair stark black-and-white drama with a vivid red accent, creating the unmistakable tension of a stage spotlight and a signature performance moment. Together they form a memorable system that feels classic, theatrical, and instantly recognizable.

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.Jet Black #0A0A0A
HeadlineUsed for main titles and key messages.Jet Black #0A0A0A
LinkUsed for links and interactive text.Crimson #D72638

Buttons

Primary Button
BackgroundJet Black #0A0A0A
TextIvory #FAFAFA
Secondary Button
BackgroundWhite #FFFFFF
TextNear Black #141414
Outlined Button
BackgroundCrimson #D72638
TextCrimson #D72638

Interface

TextDefault readable body text.Near Black #141414
Bg LightLight page or section background.Ivory #FAFAFA
Bg DarkDark page or section background.Near Black #141414
IconSmall interface icons and marks.Charcoal #4B4B4B
BorderCards, inputs, and component borders.Charcoal #4B4B4B
DividerSubtle separators between content.Charcoal #4B4B4B
OutlineFocus rings and emphasis outlines.Platinum #E6E6E6

Palette Colors

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

Main (Brand) Colors

The main colors pair stark black-and-white drama with a vivid red accent, creating the unmistakable tension of a stage spotlight and a signature performance moment. Together they form a memorable system that feels classic, theatrical, and instantly recognizable.

PrimaryJet Black

RolesLogo, Btn Primary Bg, Headline

Jet Black gives the palette its concert-stage authority and anchors the brand with unmistakable seriousness.

HEX#0A0A0A
RGB10, 10, 10
HSL0, 0, 4
CMYK0, 0, 0, 96
SecondaryCrimson

RolesLink, Btn Outlined Border, Btn Outlined Text

Crimson adds movement and star-power energy, making interactions feel urgent, expressive, and iconic.

HEX#D72638
RGB215, 38, 56
HSL354, 70, 50
CMYK0, 82, 74, 16
TertiaryWhite

RolesBtn Secondary Bg

White introduces flash and contrast, echoing the brightness of a spotlight and keeping the system clean.

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

Support Colors

The support colors extend the main drama with a cool stage-neutral, helping the palette feel polished rather than harsh. They add depth for borders, dividers, and icons while staying subordinate to the core black, white, and red structure.

Charcoal

RolesBorder, Divider, Icon

Charcoal supports structure and readability with a quieter tonal step between black and white.

HEX#4B4B4B
RGB75, 75, 75
HSL0, 0, 29
CMYK0, 0, 0, 71

Neutral Colors

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

Ivory

RolesBg Light, Btn Primary Text

HEX#FAFAFA
RGB250, 250, 250
HSL0, 0, 98
CMYK0, 0, 0, 2
Platinum

RolesOutline

HEX#E6E6E6
RGB230, 230, 230
HSL0, 0, 90
CMYK0, 0, 0, 10
Near Black

RolesBg Dark, Text, Btn Secondary Text

HEX#141414
RGB20, 20, 20
HSL0, 0, 8
CMYK0, 0, 0, 92

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-jet-black: #0A0A0A;
  --color-crimson: #D72638;
  --color-white: #FFFFFF;
  --color-charcoal: #4B4B4B;
  --color-ivory: #FAFAFA;
  --color-platinum: #E6E6E6;
  --color-near-black: #141414;
}

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: #0A0A0A;
  --role-btn-primary-bg: #0A0A0A;
  --role-headline: #0A0A0A;
  --role-link: #D72638;
  --role-btn-outlined-border: #D72638;
  --role-btn-outlined-text: #D72638;
  --role-btn-secondary-bg: #FFFFFF;
  --role-border: #4B4B4B;
  --role-divider: #4B4B4B;
  --role-icon: #4B4B4B;
  --role-bg-light: #FAFAFA;
  --role-btn-primary-text: #FAFAFA;
  --role-outline: #E6E6E6;
  --role-bg-dark: #141414;
  --role-text: #141414;
  --role-btn-secondary-text: #141414;
}

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.
{
    "jet-black": "#0A0A0A",
    "crimson": "#D72638",
    "white": "#FFFFFF",
    "charcoal": "#4B4B4B",
    "ivory": "#FAFAFA",
    "platinum": "#E6E6E6",
    "near-black": "#141414"
}
Press Space to load new palette