Black#000000
Gold#D4AF37
Silver#C0C0C0
Slate#708090
Palette direction

The Rock Entertainment Color Palette

This palette channels The Rock’s signature palette with a bold black-and-gold core and restrained silver-gray support, creating a strong, instantly recognizable system that feels powerful and premium. It translates the look into usable brand and UI colors while staying faithful to the iconic colors associated with the persona.

MonochromaticLuxury And LifestyleThe Rockblack and goldpowerfulpremium
palette-preview.example
Luxury And Lifestyle color direction

The Rock Entertainment Color Palette

This palette channels The Rock’s signature palette with a bold black-and-gold core and restrained silver-gray support, creating a strong, instantly recognizable system that feels powerful and premium. It translates the look into usable brand and UI colors while staying faithful to the iconic colors associated with the persona.

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 Gold #D4AF3710.0:1 Excellent
Logo Black #000000on White #FFFFFF21.0:1 Excellent
Logo Black #000000on Silver #C0C0C011.5:1 Excellent
Icon color
BackgroundBlack#000000TextWhite#FFFFFF
Primary Button21.00:1
AAA

Best for the main action users should notice first.

BackgroundGold#D4AF37TextCharcoal#111111
Secondary Button8.98:1
AAA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextGold#D4AF37
Outlined Button2.10:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextGold#D4AF37
Text Button2.10:1
Low

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

Palette composition7 colorsMonochromatic color relationship
9:41The Rock 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.

CThe Rock Entertainment Color PaletteLuxury And Lifestyle brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors pair deep black with metallic gold for a high-contrast, unmistakable look that reads as powerful, premium, and performance-driven. The relationship is iconic rather than decorative, making the palette immediately recognizable across brand and interface use.

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

Buttons

Primary Button
BackgroundBlack #000000
TextWhite #FFFFFF
Secondary Button
BackgroundGold #D4AF37
TextCharcoal #111111
Outlined Button
BackgroundGold #D4AF37
TextGold #D4AF37

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.Silver #C0C0C0
BorderCards, inputs, and component borders.Silver #C0C0C0
DividerSubtle separators between content.Slate #708090
OutlineFocus rings and emphasis outlines.Slate #708090

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 black with metallic gold for a high-contrast, unmistakable look that reads as powerful, premium, and performance-driven. The relationship is iconic rather than decorative, making the palette immediately recognizable across brand and interface use.

PrimaryBlack

RolesLogo, Btn Primary Bg, Headline

Black anchors the identity with confidence, intensity, and a strong stage-like presence.

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

RolesLink, Btn Secondary Bg, Btn Outlined Border, Btn Outlined Text

Gold brings the recognizable championship energy and adds a premium, victorious edge.

HEX#D4AF37
RGB212, 175, 55
HSL46, 65, 52
CMYK0, 17, 74, 17

Support Colors

The support colors extend the black-and-gold system with muted metallic and steel tones that add flexibility without challenging the core palette. They keep the look disciplined, industrial, and polished.

Silver

RolesIcon, Border

Silver provides a cool metallic counterpoint that softens the intensity while preserving an elite feel.

HEX#C0C0C0
RGB192, 192, 192
HSL0, 0, 75
CMYK0, 0, 0, 25
Slate

RolesDivider, Outline

Slate adds structural clarity and works well for rules, frames, and subtle UI separation.

HEX#708090
RGB112, 128, 144
HSL210, 13, 50
CMYK22, 11, 0, 44

Neutral Colors

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

White

RolesBg Light, Btn Primary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Ivory
HEX#F5F5F5
RGB245, 245, 245
HSL0, 0, 96
CMYK0, 0, 0, 4
Charcoal

RolesBg Dark, Text, Btn Secondary 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-black: #000000;
  --color-gold: #D4AF37;
  --color-silver: #C0C0C0;
  --color-slate: #708090;
  --color-white: #FFFFFF;
  --color-ivory: #F5F5F5;
  --color-charcoal: #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: #000000;
  --role-btn-primary-bg: #000000;
  --role-headline: #000000;
  --role-link: #D4AF37;
  --role-btn-secondary-bg: #D4AF37;
  --role-btn-outlined-border: #D4AF37;
  --role-btn-outlined-text: #D4AF37;
  --role-icon: #C0C0C0;
  --role-border: #C0C0C0;
  --role-divider: #708090;
  --role-outline: #708090;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-bg-dark: #111111;
  --role-text: #111111;
  --role-btn-secondary-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.
{
    "black": "#000000",
    "gold": "#D4AF37",
    "silver": "#C0C0C0",
    "slate": "#708090",
    "white": "#FFFFFF",
    "ivory": "#F5F5F5",
    "charcoal": "#111111"
}
Press Space to load new palette