Home · Branding · Convoy

Convoy Brand Identity

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

Download JSON
Primary
#2780F1
Accent
#2780F1
Body Font
Open Sauce Sans
Heading
Open Sauce Sans

Color Palette

Brand palette extracted from https://getconvoy.io.

primary
#2780F1
rgb(39, 128, 241)
secondary
#16192C
rgb(22, 25, 44)
accent
#2780F1
rgb(39, 128, 241)
background
#FAFAFA
rgb(250, 250, 250)
textPrimary
#000000
rgb(0, 0, 0)
link
#98A2B3
rgb(152, 162, 179)

Typography

Each font links to its Google Fonts page where available.

primary
Open Sauce Sans
Open Sauce Sans Google Fonts →
heading
Open Sauce Sans
Open Sauce Sans Google Fonts →
Open Sauce Sans
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

Convoy logo
Logo
Convoy favicon
Favicon
Convoy social image
Social Card

UI Components

Live previews rendered using Convoy's actual button styles.

input
background #FFFFFF textColor #101828 borderColor #E7E7E7 borderRadius 8px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.04) 0px 2px 2px -1px
buttonPrimary
background #2780F1 textColor #FFFFFF borderRadius 8px shadow none
buttonSecondary
background #FFFFFF textColor #000000 borderColor #E7E7E7 borderRadius 8px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.04) 0px 2px 2px -1px

Brand Personality

Tone: professional Energy: medium Audience: enterprise clients

Convoy Brand in the Wild

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

Frequently Asked Questions

What is Convoy's primary brand color?

Convoy's primary brand color is #2780F1. It anchors the visual identity across their website, product UI, and marketing materials.

What font does Convoy use?

Convoy uses Open Sauce Sans as the primary typeface across body and headings.

Does Convoy use a light or dark theme?

Convoy's primary site uses a light color scheme, with a background of #FAFAFA.

Where can I find Convoy's logo?

Convoy's logo is available directly on their site (https://getconvoy.io). The current logo URL is included in the machine-readable JSON profile linked above.

How was this brand profile generated?

This profile was extracted from https://getconvoy.io 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 Convoy.

Methodology

Brand data on this page was extracted from https://getconvoy.io 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 Convoy.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Open Sauce Sans",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#2780F1",
    "secondary": "#16192C",
    "accent": "#2780F1",
    "background": "#FAFAFA",
    "textPrimary": "#000000",
    "link": "#98A2B3"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Open Sauce Sans",
      "heading": "Open Sauce Sans"
    },
    "fontStacks": {
      "heading": [
        "Open Sauce Sans"
      ],
      "body": [
        "Open Sauce Sans"
      ],
      "paragraph": [
        "Open Sauce Sans"
      ]
    },
    "fontSizes": {
      "h1": "40px",
      "h2": "40px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#101828",
      "borderColor": "#E7E7E7",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.04) 0px 2px 2px -1px"
    },
    "buttonPrimary": {
      "background": "#2780F1",
      "textColor": "#FFFFFF",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderColor": "#E7E7E7",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.04) 0px 2px 2px -1px"
    }
  },
  "images": {
    "logo": "https://www.getconvoy.io/svg/convoy-logo-full-new.svg",
    "favicon": "https://www.getconvoy.io/icon.svg?b1acde142b3054ef",
    "ogImage": "https://www.getconvoy.io/static/Convoy-OG.png",
    "logoHref": "/",
    "logoAlt": "logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Selected #1 because it is a medium-sized, visible logo in the header with href=home, matching the brand 'Convoy'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Ask ChatGPT",
      "reasoning": "Button #0 'Ask ChatGPT' uses the vibrant brand color #2780F1, making it the most prominent and likely primary CTA."
    },
    "secondary": {
      "index": 3,
      "text": "Talk to a founder",
      "reasoning": "Button #3 'Talk to a founder' has a different background color (#FFFFFF) and serves as a secondary action, complementing the primary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "enterprise clients"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 1,
        "selectedLogoReasoning": "Selected #1 because it is a medium-sized, visible logo in the header with href=home, matching the brand 'Convoy'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles