Website Red#FF0000
Playback Crimson#C5161D
Graphite Black#111111
Slate Mist#6B7280
Cloud Gray#E5E7EB
Palette direction

Youtube Inspired Media Color Palette

This palette channels YouTube's high-recognition red with a crisp, product-led system that stays instantly familiar while feeling clean and modern. The website color is preserved as the core brand red, then balanced with deep charcoal and bright white neutrals for strong interface clarity and video-

MonochromaticTechyoutube-inspiredvideo platformbrand reddigital interface
palette-preview.example
Tech color direction

Youtube Inspired Media Color Palette

This palette channels YouTube's high-recognition red with a crisp, product-led system that stays instantly familiar while feeling clean and modern. The website color is preserved as the core brand red, then balanced with deep charcoal and bright white neutrals for strong interface clarity and video-

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 Pure White #FFFFFFon Graphite Black #11111118.9:1 Excellent
Logo Pure White #FFFFFFon Playback Crimson #C5161D6.0:1 Strong
Logo Graphite Black #111111on Website Red #FF00004.7:1 Strong
Logo Graphite Black #111111on Pure White #FFFFFF18.9:1 Excellent
Icon color
BackgroundWebsite Red#FF0000TextGraphite Black#111111
Primary Button4.72:1
AA

Best for the main action users should notice first.

BackgroundPlayback Crimson#C5161DTextPure White#FFFFFF
Secondary Button5.99:1
AA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextSoft White#F8F9FA
Outlined Button1.05:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextPlayback Crimson#C5161D
Text Button5.99:1
AA

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

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

CYoutube Inspired Media Color PaletteTech brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The palette is anchored by the same vivid red used on the website, creating instant brand recognition and a direct connection to the platform's existing visual identity. Deep graphite and bright white complete a high-contrast system that is

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.Website Red #FF0000
HeadlineUsed for main titles and key messages.Graphite Black #111111
LinkUsed for links and interactive text.Playback Crimson #C5161D

Buttons

Primary Button
BackgroundWebsite Red #FF0000
TextGraphite Black #111111
Secondary Button
BackgroundPlayback Crimson #C5161D
TextPure White #FFFFFF
Outlined Button
BackgroundWebsite Red #FF0000
TextSoft White #F8F9FA

Interface

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

Palette Colors

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

Main (Brand) Colors

The palette is anchored by the same vivid red used on the website, creating instant brand recognition and a direct connection to the platform's existing visual identity. Deep graphite and bright white complete a high-contrast system that is

PrimaryWebsite Red

RolesLogo, Btn Primary Bg, Btn Outlined Border

The exact brand red carries recognition and action, making the system feel unmistakably tied to the website.

HEX#FF0000
RGB255, 0, 0
HSL0, 100, 50
CMYK0, 100, 100, 0
SecondaryPlayback Crimson

RolesLink, Btn Secondary Bg

A slightly deeper red adds hierarchy and keeps secondary actions visibly distinct while staying on-brand.

HEX#C5161D
RGB197, 22, 29
HSL358, 80, 43
CMYK0, 89, 85, 23
TertiaryGraphite Black

RolesHeadline, Bg Dark

Near-black gives the interface a cinematic edge and provides the strongest foundation for prominent type.

HEX#111111
RGB17, 17, 17
HSL0, 0, 7
CMYK0, 0, 0, 93

Support Colors

These accents stay subdued and functional, extending the red-led system with interface support rather than competing visual energy. They help separate controls, frame content, and维

Slate Mist

RolesIcon, Border, Divider

A cool slate supports structure and UI utility without pulling attention away from the red brand cue.

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

RolesOutline

A soft light gray keeps outlines visible and polished while remaining quiet beside the main red.

HEX#E5E7EB
RGB229, 231, 235
HSL220, 13, 91
CMYK3, 2, 0, 8

Neutral Colors

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

Pure White

RolesBg Light, Btn Secondary Text

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

RolesBtn Outlined Text

HEX#F8F9FA
RGB248, 249, 250
HSL210, 17, 98
CMYK1, 0, 0, 2
Graphite Black

RolesText, 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-website-red: #FF0000;
  --color-playback-crimson: #C5161D;
  --color-graphite-black: #111111;
  --color-slate-mist: #6B7280;
  --color-cloud-gray: #E5E7EB;
  --color-pure-white: #FFFFFF;
  --color-soft-white: #F8F9FA;
}

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: #FF0000;
  --role-btn-primary-bg: #FF0000;
  --role-btn-outlined-border: #FF0000;
  --role-link: #C5161D;
  --role-btn-secondary-bg: #C5161D;
  --role-headline: #111111;
  --role-bg-dark: #111111;
  --role-icon: #6B7280;
  --role-border: #6B7280;
  --role-divider: #6B7280;
  --role-outline: #E5E7EB;
  --role-bg-light: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-btn-outlined-text: #F8F9FA;
  --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.
{
    "website-red": "#FF0000",
    "playback-crimson": "#C5161D",
    "graphite-black": "#111111",
    "slate-mist": "#6B7280",
    "cloud-gray": "#E5E7EB",
    "pure-white": "#FFFFFF",
    "soft-white": "#F8F9FA"
}
Press Space to load new palette