Crimson#A5001D
Charcoal#0B0B0D
Gold#C8A24A
Slate Blue#5C6F7E
Palette direction

50 Cent Inspired Color Palette

This palette channels 50 Cent’s bold, street-level confidence with a hard-edged black-and-red core, then adds a gold accent for presence and a steel blue note for balance. The system feels aggressive, premium, and unmistakably performance-driven without losing digital usability.

CustomCreative50 Centhip hopurbanbold
palette-preview.example
Creative color direction

50 Cent Inspired Color Palette

This palette channels 50 Cent’s bold, street-level confidence with a hard-edged black-and-red core, then adds a gold accent for presence and a steel blue note for balance. The system feels aggressive, premium, and unmistakably performance-driven without losing digital usability.

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 Charcoal #0B0B0D19.7:1 Excellent
Logo Charcoal #0B0B0Don White #FFFFFF19.7:1 Excellent
Logo Charcoal #0B0B0Don Gold #C8A24A8.2:1 Excellent
Logo White #FFFFFFon Slate Blue #5C6F7E5.2:1 Strong
Icon color
BackgroundCrimson#A5001DTextWhite#FFFFFF
Primary Button8.02:1
AAA

Best for the main action users should notice first.

BackgroundCharcoal#0B0B0DTextWhite#FFFFFF
Secondary Button19.66:1
AAA

Useful for softer choices and secondary paths.

BackgroundIvory#F3F1ECTextGold#C8A24A
Outlined Button2.13:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundIvory#F3F1ECTextSlate Blue#5C6F7E
Text Button4.62:1
AA

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

Palette composition7 colorsCustom color relationship
9:4150 Cent Inspired Color Palette Color role balance
Custom 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.

C50 Cent Inspired Color PaletteCreative brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

Black and red create the core identity, while gold adds a high-value accent that reinforces a powerful, performance-first look. The mix feels iconic and immediate, with enough contrast to work across both branding and interface applications.

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 #A5001D
HeadlineUsed for main titles and key messages.Charcoal #0B0B0D
LinkUsed for links and interactive text.Slate Blue #5C6F7E

Buttons

Primary Button
BackgroundCrimson #A5001D
TextWhite #FFFFFF
Secondary Button
BackgroundCharcoal #0B0B0D
TextWhite #FFFFFF
Outlined Button
BackgroundGold #C8A24A
TextGold #C8A24A

Interface

TextDefault readable body text.Black #111111
Bg LightLight page or section background.Ivory #F3F1EC
Bg DarkDark page or section background.Black #111111
IconSmall interface icons and marks.Gold #C8A24A
BorderCards, inputs, and component borders.Slate Blue #5C6F7E
DividerSubtle separators between content.Slate Blue #5C6F7E
OutlineFocus rings and emphasis outlines.Slate Blue #5C6F7E

Palette Colors

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

Main (Brand) Colors

Black and red create the core identity, while gold adds a high-value accent that reinforces a powerful, performance-first look. The mix feels iconic and immediate, with enough contrast to work across both branding and interface applications.

PrimaryCrimson

RolesLogo, Btn Primary Bg

Crimson delivers the aggressive energy and recognizability that anchors the brand.

HEX#A5001D
RGB165, 0, 29
HSL349, 100, 32
CMYK0, 100, 82, 35
SecondaryCharcoal

RolesBtn Secondary Bg, Headline

Charcoal adds toughness and visual weight, giving the palette a serious street-luxury edge.

HEX#0B0B0D
RGB11, 11, 13
HSL240, 8, 5
CMYK15, 15, 0, 95

Support Colors

The accents extend the core by adding restrained richness and cooler structure without competing with the main red-and-black identity. They support hierarchy, usability, and a more polished finish.

Gold

RolesBtn Outlined Border, Btn Outlined Text, Icon

Gold adds premium contrast and makes key accents feel elevated without overpowering the core palette.

HEX#C8A24A
RGB200, 162, 74
HSL42, 53, 54
CMYK0, 19, 63, 22
Slate Blue

RolesLink, Border, Divider, Outline

Slate Blue cools the palette slightly and gives interface elements a controlled, readable support tone.

HEX#5C6F7E
RGB92, 111, 126
HSL206, 16, 43
CMYK27, 12, 0, 51

Neutral Colors

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

White

RolesBtn Primary Text, Btn Secondary Text

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

RolesBg Light

HEX#F3F1EC
RGB243, 241, 236
HSL43, 23, 94
CMYK0, 1, 3, 5
Black

RolesBg Dark, 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-crimson: #A5001D;
  --color-charcoal: #0B0B0D;
  --color-gold: #C8A24A;
  --color-slate-blue: #5C6F7E;
  --color-white: #FFFFFF;
  --color-ivory: #F3F1EC;
  --color-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: #A5001D;
  --role-btn-primary-bg: #A5001D;
  --role-btn-secondary-bg: #0B0B0D;
  --role-headline: #0B0B0D;
  --role-btn-outlined-border: #C8A24A;
  --role-btn-outlined-text: #C8A24A;
  --role-icon: #C8A24A;
  --role-link: #5C6F7E;
  --role-border: #5C6F7E;
  --role-divider: #5C6F7E;
  --role-outline: #5C6F7E;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-light: #F3F1EC;
  --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": "#A5001D",
    "charcoal": "#0B0B0D",
    "gold": "#C8A24A",
    "slate-blue": "#5C6F7E",
    "white": "#FFFFFF",
    "ivory": "#F3F1EC",
    "black": "#111111"
}
Press Space to load new palette