Home · Branding · sync.

sync. Brand Identity

A complete profile of sync.'s visual system — colors, typography, components, and personality — extracted from https://sync.so/. Built for designers, agents, and AI tools.

Download JSON
Primary
#2222FF
Accent
#0000FF
Body Font
Satoshi
Heading
Satoshi

Color Palette

Brand palette extracted from https://sync.so/.

primary
#2222FF
rgb(34, 34, 255)
secondary
#0000EE
rgb(0, 0, 238)
accent
#0000FF
rgb(0, 0, 255)
background
#000000
rgb(0, 0, 0)
textPrimary
#000000
rgb(0, 0, 0)
link
#0000FF
rgb(0, 0, 255)

Typography

Each font links to its Google Fonts page where available.

primary
Satoshi
heading
Satoshi
sans-serif
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:

CharacterQuilt.com suggests this flow that can help:

1. Open the company's homepage in a browser with DevTools open.
2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
4. For each captured font URL: right-click → Save As to download the file locally.
5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each `src: url(...)` to point to your local file path.

Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same.

Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.

Visual Assets

sync. favicon
Favicon
sync. social image
Social Card

UI Components

Live previews rendered using sync.'s actual button styles.

buttonPrimary
background #0000FF textColor #0000EE borderRadius 10px shadow none
buttonSecondary
background #FFFFFF textColor #0000EE borderRadius 10px shadow none

Brand Personality

Tone: modern Energy: high Audience: content creators and media professionals

sync. Brand in the Wild

Real-world brand assets — ads, campaigns, and marketing materials.

Frequently Asked Questions

What is sync.'s primary brand color?

sync.'s primary brand color is #2222FF. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does sync. use?

sync. uses #0000FF as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does sync. use?

sync. uses Satoshi as the primary typeface across body and headings.

Does sync. use a light or dark theme?

sync.'s primary site uses a dark color scheme, with a background of #000000.

How was this brand profile generated?

This profile was extracted from https://sync.so/ using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by sync..

Methodology

Brand data on this page was extracted from https://sync.so/ on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by sync..

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Satoshi",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#2222FF",
    "secondary": "#0000EE",
    "accent": "#0000FF",
    "background": "#000000",
    "textPrimary": "#000000",
    "link": "#0000FF"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Satoshi",
      "heading": "Satoshi"
    },
    "fontStacks": {
      "heading": [
        "sans-serif"
      ],
      "body": [
        "sans-serif"
      ],
      "paragraph": [
        "Satoshi",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "12px",
      "h2": "12px",
      "body": "19.2px"
    }
  },
  "spacing": {
    "baseUnit": 10,
    "borderRadius": "10px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#0000FF",
      "textColor": "#0000EE",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#0000EE",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "favicon": "https://framerusercontent.com/images/0Xql4PYHN997ZZPpnWpWkPU9uI.png",
    "ogImage": "https://framerusercontent.com/images/PghwfooHur1iNOOG3o8QlutoPs.png"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": -1,
    "reasoning": "Neither logo candidate is clearly positioned in the header or matches the favicon. Both are located in the body and lack distinctive brand indicators.",
    "confidence": 0.3,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "try now",
      "reasoning": "Button #0 with text 'try now' uses a vibrant blue color (#0000FF) which aligns with the brand's primary color, making it the most prominent call-to-action."
    },
    "secondary": {
      "index": 1,
      "text": "sign up",
      "reasoning": "Button #1 with text 'sign up' uses a white background (#FFFFFF), providing a clear contrast to the primary button and serving as a secondary action."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "content creators and media professionals"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": -1,
        "selectedLogoReasoning": "Neither logo candidate is clearly positioned in the header or matches the favicon. Both are located in the body and lack distinctive brand indicators.",
        "confidence": 0.3
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles