Website Brand Blue#0A66C2
Slate Network Blue#355C7D
Steel Blue Mist#6E8FA8
Muted Aqua Haze#8FB7C9
Palette direction

Linkedin Inspired Website Color Palette

This palette translates a LinkedIn-inspired professional look into a crisp, interface-ready system anchored by the brand’s exact website blue. The main colors combine a confident network-blue with a steadier slate accent, while the neutrals keep the interface clean and highly readable.

MonochromaticTechlinkedin-inspiredprofessionalnetworkingb2b
palette-preview.example
Tech color direction

Linkedin Inspired Website Color Palette

This palette translates a LinkedIn-inspired professional look into a crisp, interface-ready system anchored by the brand’s exact website blue. The main colors combine a confident network-blue with a steadier slate accent, while the neutrals keep the interface clean and highly readable.

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 Slate Network Blue #355C7D7.1:1 Excellent
Logo Pure White #FFFFFFon Website Brand Blue #0A66C25.7:1 Strong
Logo Graphite Ink #111827on Pure White #FFFFFF17.7:1 Excellent
Logo Graphite Ink #111827on Muted Aqua Haze #8FB7C98.3:1 Excellent
Icon color
BackgroundWebsite Brand Blue#0A66C2TextPure White#FFFFFF
Primary Button5.69:1
AA

Best for the main action users should notice first.

BackgroundSlate Network Blue#355C7DTextPure White#FFFFFF
Secondary Button7.05:1
AAA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextSlate Network Blue#355C7D
Outlined Button7.05:1
AAA

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextWebsite Brand Blue#0A66C2
Text Button5.69:1
AA

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

Palette composition7 colorsMonochromatic color relationship
9:41Linkedin Inspired Website 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.

CLinkedin Inspired Website Color PaletteTech brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors pair the brand’s exact website blue with a nearby slate-blue accent, creating a recognizable professional system that feels consistent across logo, links, and buttons. The relationship stays close enough to feel unified while still giving the interface enough contrast to separate primary actions from secondary ones.

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 Brand Blue #0A66C2
HeadlineUsed for main titles and key messages.Slate Network Blue #355C7D
LinkUsed for links and interactive text.Website Brand Blue #0A66C2

Buttons

Primary Button
BackgroundWebsite Brand Blue #0A66C2
TextPure White #FFFFFF
Secondary Button
BackgroundSlate Network Blue #355C7D
TextPure White #FFFFFF
Outlined Button
BackgroundSlate Network Blue #355C7D
TextSlate Network Blue #355C7D

Interface

TextDefault readable body text.Graphite Ink #111827
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Graphite Ink #111827
IconSmall interface icons and marks.Steel Blue Mist #6E8FA8
BorderCards, inputs, and component borders.Steel Blue Mist #6E8FA8
DividerSubtle separators between content.Muted Aqua Haze #8FB7C9
OutlineFocus rings and emphasis outlines.Muted Aqua Haze #8FB7C9

Palette Colors

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

Main (Brand) Colors

The main colors pair the brand’s exact website blue with a nearby slate-blue accent, creating a recognizable professional system that feels consistent across logo, links, and buttons. The relationship stays close enough to feel unified while still giving the interface enough contrast to separate primary actions from secondary ones.

PrimaryWebsite Brand Blue

RolesLogo, Link, Btn Primary Bg

This is the exact website blue and it carries the brand’s core recognition with immediate platform familiarity.

HEX#0A66C2
RGB10, 102, 194
HSL210, 90, 40
CMYK95, 47, 0, 24
SecondarySlate Network Blue

RolesBtn Secondary Bg, Btn Outlined Border, Headline, Btn Outlined Text

This deeper slate blue adds structure and a more restrained professional tone without competing with the brand blue.

HEX#355C7D
RGB53, 92, 125
HSL208, 40, 35
CMYK58, 26, 0, 51

Support Colors

The support colors extend the blue system with quieter steel and muted aqua notes that improve usability without changing the brand direction. They help separate icons, borders, and outlines while keeping the interface polished and understated.

Steel Blue Mist

RolesIcon, Border

This softened steel blue supports interface detail and reduces visual weight around UI elements.

HEX#6E8FA8
RGB110, 143, 168
HSL206, 25, 55
CMYK35, 15, 0, 34
Muted Aqua Haze

RolesDivider, Outline

This pale aqua-blue adds gentle separation for dividers and outlines while staying subordinate to the main blues.

HEX#8FB7C9
RGB143, 183, 201
HSL199, 35, 67
CMYK29, 9, 0, 21

Neutral Colors

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

Pure White

RolesBg Light, Btn Primary Text, Btn Secondary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Soft Cloud
HEX#F4F7FA
RGB244, 247, 250
HSL210, 37, 97
CMYK2, 1, 0, 2
Graphite Ink

RolesBg Dark, Text

HEX#111827
RGB17, 24, 39
HSL221, 39, 11
CMYK56, 38, 0, 85

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-brand-blue: #0A66C2;
  --color-slate-network-blue: #355C7D;
  --color-steel-blue-mist: #6E8FA8;
  --color-muted-aqua-haze: #8FB7C9;
  --color-pure-white: #FFFFFF;
  --color-soft-cloud: #F4F7FA;
  --color-graphite-ink: #111827;
}

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: #0A66C2;
  --role-link: #0A66C2;
  --role-btn-primary-bg: #0A66C2;
  --role-btn-secondary-bg: #355C7D;
  --role-btn-outlined-border: #355C7D;
  --role-headline: #355C7D;
  --role-btn-outlined-text: #355C7D;
  --role-icon: #6E8FA8;
  --role-border: #6E8FA8;
  --role-divider: #8FB7C9;
  --role-outline: #8FB7C9;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #111827;
  --role-text: #111827;
}

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-brand-blue": "#0A66C2",
    "slate-network-blue": "#355C7D",
    "steel-blue-mist": "#6E8FA8",
    "muted-aqua-haze": "#8FB7C9",
    "pure-white": "#FFFFFF",
    "soft-cloud": "#F4F7FA",
    "graphite-ink": "#111827"
}
Press Space to load new palette