Mahogany#5A2A27
Teal#4B7B7A
Antique Gold#C8A24A
Rosewood#7A5C54
Sage Teal#6E8F8A
Palette direction

Morgan Freeman Inspired Color Palette

This palette channels Morgan Freeman’s calm authority, warm intelligence, and timeless presence through deep mahogany, refined teal, and a softened gold. The result feels distinguished and human, with enough contrast for confident digital use and enough warmth to avoid feeling severe.

Split ComplementaryLuxury And LifestyleMorgan Freeman inspiredcinematicauthoritativewarm
palette-preview.example
Luxury And Lifestyle color direction

Morgan Freeman Inspired Color Palette

This palette channels Morgan Freeman’s calm authority, warm intelligence, and timeless presence through deep mahogany, refined teal, and a softened gold. The result feels distinguished and human, with enough contrast for confident digital use and enough warmth to avoid feeling severe.

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 Mahogany #5A2A2711.7:1 Excellent
Logo Charcoal #121212on Antique Gold #C8A24A7.8:1 Excellent
Logo White #FFFFFFon Teal #4B7B7A4.8:1 Strong
Logo Charcoal #121212on White #FFFFFF18.7:1 Excellent
Icon color
BackgroundMahogany#5A2A27TextWhite#FFFFFF
Primary Button11.70:1
AAA

Best for the main action users should notice first.

BackgroundTeal#4B7B7ATextWhite#FFFFFF
Secondary Button4.76:1
AA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextAntique Gold#C8A24A
Outlined Button2.41:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextTeal#4B7B7A
Text Button4.76:1
AA

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

Palette composition8 colorsSplit Complementary color relationship
9:41Morgan Freeman Inspired Color Palette Color role balance
Split Complementary 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.

CMorgan Freeman Inspired Color PaletteLuxury And Lifestyle brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors pair deep mahogany, muted teal, and softened gold to reflect gravitas, intelligence, and warmth without leaning into a single predictable mood. Together they create a recognizable system that feels cinematic, grounded, and quietly premium.

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.Mahogany #5A2A27
HeadlineUsed for main titles and key messages.Antique Gold #C8A24A
LinkUsed for links and interactive text.Teal #4B7B7A

Buttons

Primary Button
BackgroundMahogany #5A2A27
TextWhite #FFFFFF
Secondary Button
BackgroundTeal #4B7B7A
TextWhite #FFFFFF
Outlined Button
BackgroundAntique Gold #C8A24A
TextAntique Gold #C8A24A

Interface

TextDefault readable body text.Charcoal #121212
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Charcoal #121212
IconSmall interface icons and marks.Rosewood #7A5C54
BorderCards, inputs, and component borders.Rosewood #7A5C54
DividerSubtle separators between content.Sage Teal #6E8F8A
OutlineFocus rings and emphasis outlines.Sage Teal #6E8F8A

Palette Colors

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

Main (Brand) Colors

The main colors pair deep mahogany, muted teal, and softened gold to reflect gravitas, intelligence, and warmth without leaning into a single predictable mood. Together they create a recognizable system that feels cinematic, grounded, and quietly premium.

PrimaryMahogany

RolesLogo, Btn Primary Bg

Mahogany brings depth and dignity, giving the palette its grounded, human core.

HEX#5A2A27
RGB90, 42, 39
HSL4, 40, 25
CMYK0, 53, 57, 65
SecondaryTeal

RolesLink, Btn Secondary Bg

Teal adds calm clarity and modern contrast while staying restrained and sophisticated.

HEX#4B7B7A
RGB75, 123, 122
HSL179, 24, 39
CMYK39, 0, 1, 52
TertiaryAntique Gold

RolesBtn Outlined Border, Btn Outlined Text, Headline

Antique Gold adds a warm spotlight effect that suggests prestige and highlights key moments without overpowering the system.

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

Support Colors

The support colors extend the palette with subtle, low-drama accents that improve usability and soften the cinematic core. They stay muted so the main colors remain the visual signature.

Rosewood

RolesIcon, Border

Rosewood bridges the mahogany and gold with a quieter warm accent that supports structure and iconography.

HEX#7A5C54
RGB122, 92, 84
HSL13, 18, 40
CMYK0, 25, 31, 52
Sage Teal

RolesDivider, Outline

Sage Teal softens the main teal into a gentler utility tone that helps separators and outlines feel polished.

HEX#6E8F8A
RGB110, 143, 138
HSL171, 13, 50
CMYK23, 0, 3, 44

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
Ivory
HEX#F4EFE7
RGB244, 239, 231
HSL37, 37, 93
CMYK0, 2, 5, 4
Charcoal

RolesBg Dark, Text

HEX#121212
RGB18, 18, 18
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-mahogany: #5A2A27;
  --color-teal: #4B7B7A;
  --color-antique-gold: #C8A24A;
  --color-rosewood: #7A5C54;
  --color-sage-teal: #6E8F8A;
  --color-white: #FFFFFF;
  --color-ivory: #F4EFE7;
  --color-charcoal: #121212;
}

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: #5A2A27;
  --role-btn-primary-bg: #5A2A27;
  --role-link: #4B7B7A;
  --role-btn-secondary-bg: #4B7B7A;
  --role-btn-outlined-border: #C8A24A;
  --role-btn-outlined-text: #C8A24A;
  --role-headline: #C8A24A;
  --role-icon: #7A5C54;
  --role-border: #7A5C54;
  --role-divider: #6E8F8A;
  --role-outline: #6E8F8A;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #121212;
  --role-text: #121212;
}

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.
{
    "mahogany": "#5A2A27",
    "teal": "#4B7B7A",
    "antique-gold": "#C8A24A",
    "rosewood": "#7A5C54",
    "sage-teal": "#6E8F8A",
    "white": "#FFFFFF",
    "ivory": "#F4EFE7",
    "charcoal": "#121212"
}
Press Space to load new palette