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

Michael Jackson Inspired Color Palette

This palette channels Michael Jackson’s stage presence through a crisp black-and-white foundation with a bold crimson accent and a liquid gold note. 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

Michael Jackson Inspired Color Palette

This palette channels Michael Jackson’s stage presence through a crisp black-and-white foundation with a bold crimson accent and a liquid gold note. 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 composition8 colorsMonochromatic color relationship
9:41Michael Jackson Inspired 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.

CMichael Jackson Inspired 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.Antique Gold #B08D57
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.Antique Gold #B08D57
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

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 warm metallic note and a cool stage-neutral, helping the palette feel polished rather than harsh. They add depth for icons, borders, and emphasis while staying subordinate to the core black, white, and red structure.

Antique Gold

RolesHeadline, Icon

Antique Gold adds awards-like prestige and softens the palette with a refined performance sheen.

HEX#B08D57
RGB176, 141, 87
HSL36, 36, 52
CMYK0, 20, 51, 31
Charcoal

RolesBorder, Divider

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-antique-gold: #B08D57;
  --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-link: #D72638;
  --role-btn-outlined-border: #D72638;
  --role-btn-outlined-text: #D72638;
  --role-btn-secondary-bg: #FFFFFF;
  --role-headline: #B08D57;
  --role-icon: #B08D57;
  --role-border: #4B4B4B;
  --role-divider: #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",
    "antique-gold": "#B08D57",
    "charcoal": "#4B4B4B",
    "ivory": "#FAFAFA",
    "platinum": "#E6E6E6",
    "near-black": "#141414"
}
Press Space to load new palette