Tangerine#F25C05
Charcoal#1F1F1F
White#FFFFFF
Burnt Orange#C94A03
Slate#6B7280
Palette direction

Alex Hormozi Inspired Color Palette

This palette channels an Alex Hormozi-inspired direct-response energy with bold orange authority, deep charcoal credibility, and sharp white space. The system feels built for high-conviction messaging, clear calls to action, and performance-driven digital experiences.

MonochromaticNonealex hormozi inspireddirect responsehigh-convictionsales driven
palette-preview.example
None color direction

Alex Hormozi Inspired Color Palette

This palette channels an Alex Hormozi-inspired direct-response energy with bold orange authority, deep charcoal credibility, and sharp white space. The system feels built for high-conviction messaging, clear calls to action, and performance-driven digital experiences.

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 Near Black #111111on White #FFFFFF18.9:1 Excellent
Logo White #FFFFFFon Charcoal #1F1F1F16.5:1 Excellent
Logo Near Black #111111on Tangerine #F25C055.7:1 Strong
Logo White #FFFFFFon Slate #6B72804.8:1 Strong
Icon color
BackgroundTangerine#F25C05TextNear Black#111111
Primary Button5.67:1
AA

Best for the main action users should notice first.

BackgroundBurnt Orange#C94A03TextIvory#F7F7F5
Secondary Button4.39:1
Large text

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextIvory#F7F7F5
Outlined Button1.07:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextCharcoal#1F1F1F
Text Button16.48:1
AAA

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

Palette composition8 colorsMonochromatic color relationship
9:41Alex Hormozi 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.

CAlex Hormozi Inspired Color PaletteNone brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors pair a hot orange with a grounded charcoal for a direct, high-contrast system that feels decisive and commercially focused. White acts as a crisp third anchor, keeping the palette clean enough for dense information and aggressive conversion layouts.

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.Tangerine #F25C05
HeadlineUsed for main titles and key messages.Charcoal #1F1F1F
LinkUsed for links and interactive text.Charcoal #1F1F1F

Buttons

Primary Button
BackgroundTangerine #F25C05
TextNear Black #111111
Secondary Button
BackgroundBurnt Orange #C94A03
TextIvory #F7F7F5
Outlined Button
BackgroundBurnt Orange #C94A03
TextIvory #F7F7F5

Interface

TextDefault readable body text.Near Black #111111
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Near Black #111111
IconSmall interface icons and marks.Slate #6B7280
BorderCards, inputs, and component borders.Slate #6B7280
DividerSubtle separators between content.Near Black #111111
OutlineFocus rings and emphasis outlines.Near Black #111111

Palette Colors

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

Main (Brand) Colors

The main colors pair a hot orange with a grounded charcoal for a direct, high-contrast system that feels decisive and commercially focused. White acts as a crisp third anchor, keeping the palette clean enough for dense information and aggressive conversion layouts.

PrimaryTangerine

RolesLogo, Btn Primary Bg

Tangerine brings the unmistakable energy and urgency that makes the brand feel action-oriented and impossible to ignore.

HEX#F25C05
RGB242, 92, 5
HSL22, 96, 48
CMYK0, 62, 98, 5
SecondaryCharcoal

RolesHeadline, Link

Charcoal adds weight, authority, and a serious business tone that supports persuasive messaging without feeling flashy.

HEX#1F1F1F
RGB31, 31, 31
HSL0, 0, 12
CMYK0, 0, 0, 88
TertiaryWhite

RolesBg Light

White creates breathing room and keeps the interface crisp, allowing bold content and conversion elements to stand out clearly.

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

Support Colors

The support colors stay close to the core system by extending the orange-black contrast with quieter warm and cool undertones. They add hierarchy and usability without distracting from the primary direct-response aesthetic.

Burnt Orange

RolesBtn Secondary Bg, Btn Outlined Border

Burnt Orange reinforces the core energy while giving secondary actions a slightly deeper, more grounded emphasis.

HEX#C94A03
RGB201, 74, 3
HSL22, 97, 40
CMYK0, 63, 99, 21
Slate

RolesIcon, Border

Slate softens the intensity of the main palette and provides practical structure for UI details and separation.

HEX#6B7280
RGB107, 114, 128
HSL220, 9, 46
CMYK16, 11, 0, 50

Neutral Colors

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

Ivory

RolesBtn Secondary Text, Btn Outlined Text

HEX#F7F7F5
RGB247, 247, 245
HSL60, 11, 96
CMYK0, 0, 1, 3
White
HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Near Black

RolesBg Dark, Divider, Outline, Text, Btn Primary 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-tangerine: #F25C05;
  --color-charcoal: #1F1F1F;
  --color-white: #FFFFFF;
  --color-burnt-orange: #C94A03;
  --color-slate: #6B7280;
  --color-ivory: #F7F7F5;
  --color-near-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: #F25C05;
  --role-btn-primary-bg: #F25C05;
  --role-headline: #1F1F1F;
  --role-link: #1F1F1F;
  --role-bg-light: #FFFFFF;
  --role-btn-secondary-bg: #C94A03;
  --role-btn-outlined-border: #C94A03;
  --role-icon: #6B7280;
  --role-border: #6B7280;
  --role-btn-secondary-text: #F7F7F5;
  --role-btn-outlined-text: #F7F7F5;
  --role-bg-dark: #111111;
  --role-divider: #111111;
  --role-outline: #111111;
  --role-text: #111111;
  --role-btn-primary-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.
{
    "tangerine": "#F25C05",
    "charcoal": "#1F1F1F",
    "white": "#FFFFFF",
    "burnt-orange": "#C94A03",
    "slate": "#6B7280",
    "ivory": "#F7F7F5",
    "near-black": "#111111"
}
Press Space to load new palette