Facebook Blue#1877F2
Steel Blue#4267B2
Midnight Navy#0F172A
Periwinkle#5B8DEF
Powder Blue#A7C5F9
Palette direction

Mark Zuckerberg Inspired Color Palette

This palette uses deep Facebook blue as the recognizably dominant anchor, paired with a softer cyan-blue and a restrained navy to create a modern, trust-forward system. The supporting neutrals keep the interface crisp and readable while the accents add depth without diluting the core brand association.

MonochromaticTechFacebook bluesocial mediatrustdigital platform
palette-preview.example
Tech color direction

Mark Zuckerberg Inspired Color Palette

This palette uses deep Facebook blue as the recognizably dominant anchor, paired with a softer cyan-blue and a restrained navy to create a modern, trust-forward system. The supporting neutrals keep the interface crisp and readable while the accents add depth without diluting the core brand association.

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 Midnight Navy #0F172A17.9:1 Excellent
Logo White #FFFFFFon Steel Blue #4267B25.5:1 Strong
Logo Midnight Navy #0F172Aon White #FFFFFF17.9:1 Excellent
Logo Midnight Navy #0F172Aon Powder Blue #A7C5F910.2:1 Excellent
Icon color
BackgroundFacebook Blue#1877F2TextWhite#FFFFFF
Primary Button4.23:1
Large text

Best for the main action users should notice first.

BackgroundSteel Blue#4267B2TextWhite#FFFFFF
Secondary Button5.51:1
AA

Useful for softer choices and secondary paths.

BackgroundIvory#F5F7FATextCharcoal#111827
Outlined Button16.53:1
AAA

Good for lower-emphasis actions on light surfaces.

BackgroundIvory#F5F7FATextSteel Blue#4267B2
Text Button5.13:1
AA

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

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

CMark Zuckerberg Inspired Color PaletteTech brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors stay in the blue family, which makes the system instantly recognizable and strongly tied to Zuckerberg-era product branding. The slight shift from bright platform blue to deeper navy gives the palette range while keeping the identity cohesive.

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.Facebook Blue #1877F2
HeadlineUsed for main titles and key messages.Midnight Navy #0F172A
LinkUsed for links and interactive text.Steel Blue #4267B2

Buttons

Primary Button
BackgroundFacebook Blue #1877F2
TextWhite #FFFFFF
Secondary Button
BackgroundSteel Blue #4267B2
TextWhite #FFFFFF
Outlined Button
BackgroundPowder Blue #A7C5F9
TextCharcoal #111827

Interface

TextDefault readable body text.Charcoal #111827
Bg LightLight page or section background.Ivory #F5F7FA
Bg DarkDark page or section background.Charcoal #111827
IconSmall interface icons and marks.Periwinkle #5B8DEF
BorderCards, inputs, and component borders.Charcoal #111827
DividerSubtle separators between content.Charcoal #111827
OutlineFocus rings and emphasis outlines.Periwinkle #5B8DEF

Palette Colors

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

Main (Brand) Colors

The main colors stay in the blue family, which makes the system instantly recognizable and strongly tied to Zuckerberg-era product branding. The slight shift from bright platform blue to deeper navy gives the palette range while keeping the identity cohesive.

PrimaryFacebook Blue

RolesLogo, Btn Primary Bg

This is the signature brand anchor that creates immediate recognition and a clear digital-first identity.

HEX#1877F2
RGB24, 119, 242
HSL214, 89, 52
CMYK90, 51, 0, 5
SecondarySteel Blue

RolesLink, Btn Secondary Bg

This mid-blue adds flexibility for links and secondary actions while staying close to the core brand hue.

HEX#4267B2
RGB66, 103, 178
HSL220, 46, 48
CMYK63, 42, 0, 30
TertiaryMidnight Navy

RolesHeadline

This deep navy strengthens hierarchy and gives headlines a confident, product-focused tone.

HEX#0F172A
RGB15, 23, 42
HSL222, 47, 11
CMYK64, 45, 0, 84

Support Colors

The support colors extend the blue system with cooler, quieter accents that help structure the interface and add depth without pulling attention away from the main brand blues.

Periwinkle

RolesIcon, Outline

This softened blue brightens interface details and keeps icons and outlines visible without competing with the main colors.

HEX#5B8DEF
RGB91, 141, 239
HSL220, 82, 65
CMYK62, 41, 0, 6
Powder Blue

RolesBtn Outlined Border

This light blue provides a gentle bordered treatment that supports the palette’s clean, approachable feel.

HEX#A7C5F9
RGB167, 197, 249
HSL218, 87, 82
CMYK33, 21, 0, 2

Neutral Colors

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

White

RolesBtn Primary Text, Btn Secondary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Ivory

RolesBg Light

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

RolesBg Dark, Btn Outlined Text, Border, Divider, 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-facebook-blue: #1877F2;
  --color-steel-blue: #4267B2;
  --color-midnight-navy: #0F172A;
  --color-periwinkle: #5B8DEF;
  --color-powder-blue: #A7C5F9;
  --color-white: #FFFFFF;
  --color-ivory: #F5F7FA;
  --color-charcoal: #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: #1877F2;
  --role-btn-primary-bg: #1877F2;
  --role-link: #4267B2;
  --role-btn-secondary-bg: #4267B2;
  --role-headline: #0F172A;
  --role-icon: #5B8DEF;
  --role-outline: #5B8DEF;
  --role-btn-outlined-border: #A7C5F9;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-light: #F5F7FA;
  --role-bg-dark: #111827;
  --role-btn-outlined-text: #111827;
  --role-border: #111827;
  --role-divider: #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.
{
    "facebook-blue": "#1877F2",
    "steel-blue": "#4267B2",
    "midnight-navy": "#0F172A",
    "periwinkle": "#5B8DEF",
    "powder-blue": "#A7C5F9",
    "white": "#FFFFFF",
    "ivory": "#F5F7FA",
    "charcoal": "#111827"
}
Press Space to load new palette