Crimson#E10600
Black#000000
Ivory#F5F5F5
Slate#7A7A7A
Stone#B0A8A0
Palette direction

Eminem Inspired Entertainment Color Palette

This palette pairs stark black-and-white contrast with a tense, high-impact red to reflect an Eminem-inspired identity that feels raw, confrontational, and instantly recognizable. The supporting tones add restrained grit and metal-like balance so the system works across bold branding and sharp digital interfaces.

MonochromaticCreativeEminem-inspiredraphip-hopbold contrast
palette-preview.example
Creative color direction

Eminem Inspired Entertainment Color Palette

This palette pairs stark black-and-white contrast with a tense, high-impact red to reflect an Eminem-inspired identity that feels raw, confrontational, and instantly recognizable. The supporting tones add restrained grit and metal-like balance so the system works across bold branding and sharp digital 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 Black #00000021.0:1 Excellent
Logo Black #000000on Ivory #F5F5F519.3:1 Excellent
Logo White #FFFFFFon Crimson #E106005.0:1 Strong
Logo Black #000000on Silver #D9D9D914.9:1 Excellent
Icon color
BackgroundCrimson#E10600TextWhite#FFFFFF
Primary Button4.97:1
AA

Best for the main action users should notice first.

BackgroundBlack#000000TextWhite#FFFFFF
Secondary Button21.00:1
AAA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextIvory#F5F5F5
Outlined Button1.09:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextBlack#000000
Text Button21.00:1
AAA

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

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

CEminem Inspired Entertainment Color PaletteCreative brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors combine severe neutrals with a sharp red accent to mirror a confrontational, high-contrast stage presence. The palette feels direct and memorable because the red cuts through the black-and-white foundation without softening the energy.

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.Crimson #E10600
HeadlineUsed for main titles and key messages.Black #000000
LinkUsed for links and interactive text.Black #000000

Buttons

Primary Button
BackgroundCrimson #E10600
TextWhite #FFFFFF
Secondary Button
BackgroundBlack #000000
TextWhite #FFFFFF
Outlined Button
BackgroundIvory #F5F5F5
TextIvory #F5F5F5

Interface

TextDefault readable body text.Charcoal #111111
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Charcoal #111111
IconSmall interface icons and marks.Slate #7A7A7A
BorderCards, inputs, and component borders.Slate #7A7A7A
DividerSubtle separators between content.Stone #B0A8A0
OutlineFocus rings and emphasis outlines.Stone #B0A8A0

Palette Colors

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

Main (Brand) Colors

The main colors combine severe neutrals with a sharp red accent to mirror a confrontational, high-contrast stage presence. The palette feels direct and memorable because the red cuts through the black-and-white foundation without softening the energy.

PrimaryCrimson

RolesLogo, Btn Primary Bg

Crimson supplies the aggressive focal point and gives the brand a confident, confrontational edge.

HEX#E10600
RGB225, 6, 0
HSL2, 100, 44
CMYK0, 97, 100, 12
SecondaryBlack

RolesBtn Secondary Bg, Headline, Link

Black anchors the system with intensity and keeps the palette grounded in stark, uncompromising contrast.

HEX#000000
RGB0, 0, 0
HSL0, 0, 0
CMYK0, 0, 0, 100
TertiaryIvory

RolesBtn Outlined Border, Btn Outlined Text

Ivory preserves readability on dark surfaces and keeps the outlined treatment clean rather than decorative.

HEX#F5F5F5
RGB245, 245, 245
HSL0, 0, 96
CMYK0, 0, 0, 4

Support Colors

The support colors extend the main trio with muted metallic and smoky tones that reinforce grit without distracting from the core contrast. They add structure for interface elements and secondary emphasis while staying visually subordinate.

Slate

RolesIcon, Border

Slate adds a practical mid-tone for UI structure and softens the jump between black and white.

HEX#7A7A7A
RGB122, 122, 122
HSL0, 0, 48
CMYK0, 0, 0, 52
Stone

RolesDivider, Outline

Stone introduces a subdued, worn-metal feel that supports the palette without competing with the red.

HEX#B0A8A0
RGB176, 168, 160
HSL30, 9, 66
CMYK0, 5, 9, 31

Neutral Colors

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

White

RolesBg Light, Btn Primary Text, Btn Secondary Text

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

RolesBg Dark, Text

HEX#111111
RGB17, 17, 17
HSL0, 0, 7
CMYK0, 0, 0, 93
Silver
HEX#D9D9D9
RGB217, 217, 217
HSL0, 0, 85
CMYK0, 0, 0, 15

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-crimson: #E10600;
  --color-black: #000000;
  --color-ivory: #F5F5F5;
  --color-slate: #7A7A7A;
  --color-stone: #B0A8A0;
  --color-white: #FFFFFF;
  --color-charcoal: #111111;
  --color-silver: #D9D9D9;
}

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: #E10600;
  --role-btn-primary-bg: #E10600;
  --role-btn-secondary-bg: #000000;
  --role-headline: #000000;
  --role-link: #000000;
  --role-btn-outlined-border: #F5F5F5;
  --role-btn-outlined-text: #F5F5F5;
  --role-icon: #7A7A7A;
  --role-border: #7A7A7A;
  --role-divider: #B0A8A0;
  --role-outline: #B0A8A0;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #111111;
  --role-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.
{
    "crimson": "#E10600",
    "black": "#000000",
    "ivory": "#F5F5F5",
    "slate": "#7A7A7A",
    "stone": "#B0A8A0",
    "white": "#FFFFFF",
    "charcoal": "#111111",
    "silver": "#D9D9D9"
}
Press Space to load new palette