Plum#6A1B4D
Gold#D4A017
Teal#0F6B6E
Dusty Rose#B57A84
Sage Gray#7D8C87
Palette direction

Oprah Inspired Media Color Palette

This palette pairs a rich plum, a warm gold, and a deep teal to capture Oprah-inspired warmth, authority, and optimism. The system feels uplifting and credible at once, with accents and neutrals that keep the brand polished across media and interface use.

CustomCreativeOprah-inspiredplumgoldteal
palette-preview.example
Creative color direction

Oprah Inspired Media Color Palette

This palette pairs a rich plum, a warm gold, and a deep teal to capture Oprah-inspired warmth, authority, and optimism. The system feels uplifting and credible at once, with accents and neutrals that keep the brand polished across media and interface use.

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 Plum #6A1B4D11.2:1 Excellent
Logo Charcoal #1B1B1Fon Gold #D4A0177.2:1 Excellent
Logo Charcoal #1B1B1Fon White #FFFFFF17.2:1 Excellent
Logo Charcoal #1B1B1Fon Dusty Rose #B57A845.0:1 Strong
Icon color
BackgroundPlum#6A1B4DTextWhite#FFFFFF
Primary Button11.19:1
AAA

Best for the main action users should notice first.

BackgroundGold#D4A017TextCharcoal#1B1B1F
Secondary Button7.23:1
AAA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextTeal#0F6B6E
Outlined Button6.27:1
AA

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextTeal#0F6B6E
Text Button6.27:1
AA

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

Palette composition8 colorsCustom color relationship
9:41Oprah Inspired Media 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.

COprah Inspired Media Color PaletteCreative brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors combine a regal plum with a golden accent and a deep teal counterpoint, creating a recognizable system that feels both inspiring and grounded. The contrast between warmth and depth gives the palette presence without losing approachability.

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.Plum #6A1B4D
HeadlineUsed for main titles and key messages.Gold #D4A017
LinkUsed for links and interactive text.Teal #0F6B6E

Buttons

Primary Button
BackgroundPlum #6A1B4D
TextWhite #FFFFFF
Secondary Button
BackgroundGold #D4A017
TextCharcoal #1B1B1F
Outlined Button
BackgroundTeal #0F6B6E
TextTeal #0F6B6E

Interface

TextDefault readable body text.Charcoal #1B1B1F
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Charcoal #1B1B1F
IconSmall interface icons and marks.Dusty Rose #B57A84
BorderCards, inputs, and component borders.Dusty Rose #B57A84
DividerSubtle separators between content.Sage Gray #7D8C87
OutlineFocus rings and emphasis outlines.Sage Gray #7D8C87

Palette Colors

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

Main (Brand) Colors

The main colors combine a regal plum with a golden accent and a deep teal counterpoint, creating a recognizable system that feels both inspiring and grounded. The contrast between warmth and depth gives the palette presence without losing approachability.

PrimaryPlum

RolesLogo, Btn Primary Bg

Plum delivers the signature voice of the brand with confidence, warmth, and a sense of dignity.

HEX#6A1B4D
RGB106, 27, 77
HSL322, 59, 26
CMYK0, 75, 27, 58
SecondaryGold

RolesBtn Secondary Bg, Headline

Gold adds optimism and prestige, giving the palette a bright, uplifting note that stands out in key moments.

HEX#D4A017
RGB212, 160, 23
HSL43, 80, 46
CMYK0, 25, 89, 17
TertiaryTeal

RolesLink, Btn Outlined Border, Btn Outlined Text

Teal brings calm balance and modern clarity, helping the system feel credible and visually complete.

HEX#0F6B6E
RGB15, 107, 110
HSL182, 76, 25
CMYK86, 3, 0, 57

Support Colors

The support colors extend the main palette with softer, quieter tones that improve flexibility without competing for attention. They reinforce the warm, refined mood and provide subtle contrast for UI elements and brand backgrounds.

Dusty Rose

RolesIcon, Border

Dusty Rose softens the palette with a muted warmth that bridges the plum and gold cleanly.

HEX#B57A84
RGB181, 122, 132
HSL350, 29, 59
CMYK0, 33, 27, 29
Sage Gray

RolesDivider, Outline

Sage Gray adds a restrained green-gray tone that supports structure while staying visually understated.

HEX#7D8C87
RGB125, 140, 135
HSL160, 6, 52
CMYK11, 0, 4, 45

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#F5F1EA
RGB245, 241, 234
HSL38, 35, 94
CMYK0, 2, 4, 4
Charcoal

RolesBg Dark, Text, Btn Secondary Text

HEX#1B1B1F
RGB27, 27, 31
HSL240, 7, 11
CMYK13, 13, 0, 88

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-plum: #6A1B4D;
  --color-gold: #D4A017;
  --color-teal: #0F6B6E;
  --color-dusty-rose: #B57A84;
  --color-sage-gray: #7D8C87;
  --color-white: #FFFFFF;
  --color-ivory: #F5F1EA;
  --color-charcoal: #1B1B1F;
}

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: #6A1B4D;
  --role-btn-primary-bg: #6A1B4D;
  --role-btn-secondary-bg: #D4A017;
  --role-headline: #D4A017;
  --role-link: #0F6B6E;
  --role-btn-outlined-border: #0F6B6E;
  --role-btn-outlined-text: #0F6B6E;
  --role-icon: #B57A84;
  --role-border: #B57A84;
  --role-divider: #7D8C87;
  --role-outline: #7D8C87;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-bg-dark: #1B1B1F;
  --role-text: #1B1B1F;
  --role-btn-secondary-text: #1B1B1F;
}

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.
{
    "plum": "#6A1B4D",
    "gold": "#D4A017",
    "teal": "#0F6B6E",
    "dusty-rose": "#B57A84",
    "sage-gray": "#7D8C87",
    "white": "#FFFFFF",
    "ivory": "#F5F1EA",
    "charcoal": "#1B1B1F"
}
Press Space to load new palette