Home · Branding · Gong

Gong Brand Identity

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

Download JSON
Primary
#3E0075
Accent
#FD63FE
Body Font
Inter
Heading
Inter Tight

Color Palette

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

primary
#3E0075
rgb(62, 0, 117)
secondary
#FD63FE
rgb(253, 99, 254)
accent
#FD63FE
rgb(253, 99, 254)
background
#CCCCCC
rgb(204, 204, 204)
textPrimary
#1D0254
rgb(29, 2, 84)
link
#1D0254
rgb(29, 2, 84)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Inter Tight
Inter Tight Google Fonts →
Grotesk
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

Gong logo
Logo
Gong favicon
Favicon
Gong social image
Social Card

UI Components

Live previews rendered using Gong's actual button styles.

input
background #FFFFFF textColor #252428 borderColor #C4C4C9 borderRadius 9999px shadow none
buttonPrimary
background #FD63FE textColor #1D0254 borderRadius 33554400px shadow none
buttonSecondary
background transparent textColor #8039DF borderColor #8039DF borderRadius 33554400px shadow none

Brand Personality

Tone: modern Energy: high Audience: business professionals and sales teams

Gong Brand in the Wild

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

Frequently Asked Questions

What is Gong's primary brand color?

Gong's primary brand color is #3E0075. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Gong use?

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

What font does Gong use?

Gong uses Inter for body text and Inter Tight for headings. Fonts were detected on https://gong.io as part of their live design system.

Does Gong use a light or dark theme?

Gong's primary site uses a light color scheme, with a background of #CCCCCC.

Where can I find Gong's logo?

Gong's logo is available directly on their site (https://gong.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://gong.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 Gong.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Inter Tight",
      "role": "heading"
    },
    {
      "family": "Grotesk",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#3E0075",
    "secondary": "#FD63FE",
    "accent": "#FD63FE",
    "background": "#CCCCCC",
    "textPrimary": "#1D0254",
    "link": "#1D0254"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter Tight"
    },
    "fontStacks": {
      "heading": [
        "Grotesk"
      ],
      "body": [
        "Inter"
      ],
      "paragraph": [
        "Inter"
      ]
    },
    "fontSizes": {
      "h1": "72px",
      "h2": "48px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "15px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#252428",
      "borderColor": "#C4C4C9",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#FD63FE",
      "textColor": "#1D0254",
      "borderRadius": "33554400px",
      "borderRadiusCorners": {
        "topLeft": "33554400px",
        "topRight": "33554400px",
        "bottomRight": "33554400px",
        "bottomLeft": "33554400px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#8039DF",
      "borderColor": "#8039DF",
      "borderRadius": "33554400px",
      "borderRadiusCorners": {
        "topLeft": "33554400px",
        "topRight": "33554400px",
        "bottomRight": "33554400px",
        "bottomLeft": "33554400px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.sanity.io/images/ww20clc6/production/0b50133901322a215dfcf2f3311fc378ffdaacd6-117x42.svg?rect=0,1,117,41&w=518&h=180&q=80&auto=format",
    "favicon": "https://www.gong.io/marketing-assets/apple-touch-icon.png",
    "ogImage": "https://www.gong.io/opengraph-image.png?382b6411b64d7381",
    "logoHref": "/",
    "logoAlt": "Gong - Revenue AI OS"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Gong'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 4,
      "text": "See it in action",
      "reasoning": "Button #4 'See it in action' is likely the primary CTA due to its vibrant brand color (#FD63FE) and action-oriented text, which suggests a strong call to engage with the product."
    },
    "secondary": {
      "index": 11,
      "text": "Read the case study",
      "reasoning": "Button #11 'Read the case study' is selected as secondary due to its transparent background, making it less prominent than the primary CTA, and it offers additional information rather than direct engagement."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "business professionals and sales teams"
  },
  "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": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Gong'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles