Stream Green#1DB954
Audio Black#0B0F14
Slate Mist#7A8A99
Graphite Tide#3A4654
Palette direction

Spotify Inspired Streaming Color Palette

A high-energy streaming palette with a vivid green anchor, deep audio-black base, and restrained utility accents that feel modern, expressive, and instantly recognizable. The system keeps the Spotify-inspired clarity while relying on a stronger neutral structure for clearer product UI and campaign .

AnalogousTechspotify inspiredstreaming platformmusic appaudio brand
palette-preview.example
Tech color direction

Spotify Inspired Streaming Color Palette

A high-energy streaming palette with a vivid green anchor, deep audio-black base, and restrained utility accents that feel modern, expressive, and instantly recognizable. The system keeps the Spotify-inspired clarity while relying on a stronger neutral structure for clearer product UI and campaign .

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 Audio Black #0B0F1419.2:1 Excellent
Logo Audio Black #0B0F14on Stream Green #1DB9547.4:1 Excellent
Logo Audio Black #0B0F14on Pure White #FFFFFF19.2:1 Excellent
Logo Audio Black #0B0F14on Slate Mist #7A8A995.4:1 Strong
Icon color
BackgroundStream Green#1DB954TextDeep Ink#121417
Primary Button7.13:1
AAA

Best for the main action users should notice first.

BackgroundAudio Black#0B0F14TextPure White#FFFFFF
Secondary Button19.22:1
AAA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextSoft Cloud#F5F7FA
Outlined Button1.07:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextStream Green#1DB954
Text Button2.59:1
Low

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

Palette composition7 colorsAnalogous color relationship
9:41Spotify Inspired Streaming Color Palette Color role balance
Analogous 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.

CSpotify Inspired Streaming Color PaletteTech brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors center on vivid green and deep charcoal, creating a recognizable streaming identity with high contrast and immediate brand recall. Together they feel energetic and product-focused without leaning on a generic blue-tech look.

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.Stream Green #1DB954
HeadlineUsed for main titles and key messages.Stream Green #1DB954
LinkUsed for links and interactive text.Stream Green #1DB954

Buttons

Primary Button
BackgroundStream Green #1DB954
TextDeep Ink #121417
Secondary Button
BackgroundAudio Black #0B0F14
TextPure White #FFFFFF
Outlined Button
BackgroundAudio Black #0B0F14
TextSoft Cloud #F5F7FA

Interface

TextDefault readable body text.Deep Ink #121417
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Audio Black #0B0F14
IconSmall interface icons and marks.Slate Mist #7A8A99
BorderCards, inputs, and component borders.Slate Mist #7A8A99
DividerSubtle separators between content.Graphite Tide #3A4654
OutlineFocus rings and emphasis outlines.Graphite Tide #3A4654

Palette Colors

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

Main (Brand) Colors

The main colors center on vivid green and deep charcoal, creating a recognizable streaming identity with high contrast and immediate brand recall. Together they feel energetic and product-focused without leaning on a generic blue-tech look.

PrimaryStream Green

RolesLogo, Link, Btn Primary Bg, Headline

The signature green gives the brand instant recognition and signals motion, discovery, and play.

HEX#1DB954
RGB29, 185, 84
HSL141, 73, 42
CMYK84, 0, 55, 27
SecondaryAudio Black

RolesBtn Outlined Border, Bg Dark, Btn Secondary Bg

A deep black base sharpens the interface and lets the brighter brand colors feel louder and more premium.

HEX#0B0F14
RGB11, 15, 20
HSL213, 29, 6
CMYK45, 25, 0, 92

Support Colors

These accents extend the core palette with quiet utility colors that keep the interface legible and adaptable across product states. They support navigation and structure without挑战

Slate Mist

RolesIcon, Border

A muted blue-gray softens the contrast stack and works as a reliable utility accent without competing with the main green.

HEX#7A8A99
RGB122, 138, 153
HSL209, 13, 54
CMYK20, 10, 0, 40
Graphite Tide

RolesDivider, Outline

A subdued charcoal-blue adds structural separation and keeps cards, panels, and dividers crisp against light surfaces.

HEX#3A4654
RGB58, 70, 84
HSL212, 18, 28
CMYK31, 17, 0, 67

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 Cloud

RolesBtn Outlined Text

HEX#F5F7FA
RGB245, 247, 250
HSL216, 33, 97
CMYK2, 1, 0, 2
Deep Ink

RolesText, Btn Primary Text

HEX#121417
RGB18, 20, 23
HSL216, 12, 8
CMYK22, 13, 0, 91

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-stream-green: #1DB954;
  --color-audio-black: #0B0F14;
  --color-slate-mist: #7A8A99;
  --color-graphite-tide: #3A4654;
  --color-pure-white: #FFFFFF;
  --color-soft-cloud: #F5F7FA;
  --color-deep-ink: #121417;
}

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: #1DB954;
  --role-link: #1DB954;
  --role-btn-primary-bg: #1DB954;
  --role-headline: #1DB954;
  --role-btn-outlined-border: #0B0F14;
  --role-bg-dark: #0B0F14;
  --role-btn-secondary-bg: #0B0F14;
  --role-icon: #7A8A99;
  --role-border: #7A8A99;
  --role-divider: #3A4654;
  --role-outline: #3A4654;
  --role-bg-light: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-btn-outlined-text: #F5F7FA;
  --role-text: #121417;
  --role-btn-primary-text: #121417;
}

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.
{
    "stream-green": "#1DB954",
    "audio-black": "#0B0F14",
    "slate-mist": "#7A8A99",
    "graphite-tide": "#3A4654",
    "pure-white": "#FFFFFF",
    "soft-cloud": "#F5F7FA",
    "deep-ink": "#121417"
}
Press Space to load new palette