Spotify Green#1DB954
Carbon Black#0B0F14
Tidal Teal#2A9D8F
Slate Mist#5E6B73
Deep Slate#334155
Palette direction

Spotify Inspired Green Color Palette

A Spotify-inspired system anchored by the brand’s signature green, paired with deep charcoal and near-black neutrals for strong app and web readability. The supporting accents add subdued depth and interface structure without competing with the recognizable core.

AnalogousNonespotify-inspiredmusic streamingbrand identitydigital interface
palette-preview.example
None color direction

Spotify Inspired Green Color Palette

A Spotify-inspired system anchored by the brand’s signature green, paired with deep charcoal and near-black neutrals for strong app and web readability. The supporting accents add subdued depth and interface structure without competing with the recognizable core.

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 Carbon Black #0B0F1419.2:1 Excellent
Logo Carbon Black #0B0F14on Spotify Green #1DB9547.4:1 Excellent
Logo Carbon Black #0B0F14on Tidal Teal #2A9D8F5.8:1 Strong
Logo Carbon Black #0B0F14on Pure White #FFFFFF19.2:1 Excellent
Icon color
BackgroundSpotify Green#1DB954TextCarbon Black#0B0F14
Primary Button7.43:1
AAA

Best for the main action users should notice first.

BackgroundTidal Teal#2A9D8FTextCarbon Black#0B0F14
Secondary Button5.78:1
AA

Useful for softer choices and secondary paths.

BackgroundCloud White#F4F7F8TextTidal Teal#2A9D8F
Outlined Button3.09:1
Large text

Good for lower-emphasis actions on light surfaces.

BackgroundCloud White#F4F7F8TextTidal Teal#2A9D8F
Text Button3.09:1
Large text

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

Palette composition8 colorsAnalogous color relationship
9:41Spotify Inspired Green 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 Green Color PaletteNone brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The palette centers on Spotify’s signature green and grounds it with a deep graphite neutral, creating an instantly recognizable contrast system that feels familiar in-streaming contexts while still functioning cleanly across UI. A muted, l

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

Buttons

Primary Button
BackgroundSpotify Green #1DB954
TextCarbon Black #0B0F14
Secondary Button
BackgroundTidal Teal #2A9D8F
TextCarbon Black #0B0F14
Outlined Button
BackgroundTidal Teal #2A9D8F
TextTidal Teal #2A9D8F

Interface

TextDefault readable body text.Carbon Black #0B0F14
Bg LightLight page or section background.Cloud White #F4F7F8
Bg DarkDark page or section background.Carbon Black #0B0F14
IconSmall interface icons and marks.Slate Mist #5E6B73
BorderCards, inputs, and component borders.Slate Mist #5E6B73
DividerSubtle separators between content.Deep Slate #334155
OutlineFocus rings and emphasis outlines.Deep Slate #334155

Palette Colors

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

Main (Brand) Colors

The palette centers on Spotify’s signature green and grounds it with a deep graphite neutral, creating an instantly recognizable contrast system that feels familiar in-streaming contexts while still functioning cleanly across UI. A muted, l

PrimarySpotify Green

RolesLogo, Btn Primary Bg, Headline

The signature green provides immediate brand recognition and the energetic call-to-action tone associated with Spotify.

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

RolesBg Dark

A deep carbon black supports immersive dark interfaces and gives the green maximum visual punch.

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

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

A tempered teal introduces a distinct secondary action color without drifting away from the brand’s cool, modern feel.

HEX#2A9D8F
RGB42, 157, 143
HSL173, 58, 39
CMYK73, 0, 9, 38

Support Colors

The accents extend the core palette with restrained interface structure, reinforcing hierarchy and spacing while keeping the green as the unmistakable brand anchor.

Slate Mist

RolesIcon, Border

A soft slate supports icons and borders with enough presence to organize UI without drawing attention from the brand green.

HEX#5E6B73
RGB94, 107, 115
HSL203, 10, 41
CMYK18, 7, 0, 55
Deep Slate

RolesDivider, Outline

A darker slate creates clean separators and outlines that remain subordinate to the main palette while improving legibility.

HEX#334155
RGB51, 65, 85
HSL215, 25, 27
CMYK40, 24, 0, 67

Neutral Colors

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

Pure White
HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Cloud White

RolesBg Light

HEX#F4F7F8
RGB244, 247, 248
HSL195, 22, 96
CMYK2, 0, 0, 3
Carbon Black

RolesText, Btn Primary Text, Btn Secondary Text

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

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-spotify-green: #1DB954;
  --color-carbon-black: #0B0F14;
  --color-tidal-teal: #2A9D8F;
  --color-slate-mist: #5E6B73;
  --color-deep-slate: #334155;
  --color-pure-white: #FFFFFF;
  --color-cloud-white: #F4F7F8;
}

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-btn-primary-bg: #1DB954;
  --role-headline: #1DB954;
  --role-bg-dark: #0B0F14;
  --role-link: #2A9D8F;
  --role-btn-secondary-bg: #2A9D8F;
  --role-btn-outlined-border: #2A9D8F;
  --role-btn-outlined-text: #2A9D8F;
  --role-icon: #5E6B73;
  --role-border: #5E6B73;
  --role-divider: #334155;
  --role-outline: #334155;
  --role-bg-light: #F4F7F8;
  --role-text: #0B0F14;
  --role-btn-primary-text: #0B0F14;
  --role-btn-secondary-text: #0B0F14;
}

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.
{
    "spotify-green": "#1DB954",
    "carbon-black": "#0B0F14",
    "tidal-teal": "#2A9D8F",
    "slate-mist": "#5E6B73",
    "deep-slate": "#334155",
    "pure-white": "#FFFFFF",
    "cloud-white": "#F4F7F8"
}
Press Space to load new palette