# superglue Brand Identity

A complete profile of **superglue**'s visual system — colors, typography, components, and personality — extracted from [https://superglue.ai/](https://superglue.ai/). Built for designers, agents, and AI tools.

## Color Palette

Brand palette extracted from https://superglue.ai/.

| Color       | Hex Code | RGB               |
|-------------|----------|-------------------|
| primary     | #6B7280  | rgb(107, 114, 128)|
| secondary   | #FFC927  | rgb(255, 201, 39) |
| accent      | #000000  | rgb(0, 0, 0)      |
| background  | #FFFFFF  | rgb(255, 255, 255)|
| textPrimary | #000000  | rgb(0, 0, 0)      |
| link        | #374151  | rgb(55, 65, 81)   |

## Typography

Each font links to its Google Fonts page where available.

- **primary**: Inter
  - [Inter Google Fonts →](https://fonts.google.com/specimen/Inter)
- **heading**: Crimson Text
  - [Crimson Text Google Fonts →](https://fonts.google.com/specimen/Crimson+Text)

## Visual Assets

*Logo*

*Favicon*

*Social Card*

## UI Components

Live previews rendered using superglue's actual button styles.

### Button Primary
- background: #000000
- textColor: #000000
- borderColor: #000000
- borderRadius: 99px
- shadow: none

### Button Secondary
- background: #F9FAFB
- textColor: #000000
- borderColor: #333333
- borderRadius: 99px
- shadow: none

## Brand Personality

- **Tone:** professional  
- **Energy:** medium  
- **Audience:** enterprise businesses

## superglue Brand in the Wild

*Image: [superglue.ai](https://superglue.ai/logos/square_black.png)*

*Image: [superglue.ai](https://superglue.ai/logos/sg_logo.png)*

*Image: [superglue.ai](https://superglue.ai/website_assets/blog_cover_1.webp)*

*Image: [superglue.ai](https://superglue.ai/website_assets/blog_cover_3.webp)*

*Image: [superglue.ai](https://superglue.ai/website_assets/stock-it-pile.png)*

*Image: [superglue.ai](https://superglue.ai/logos/slack.png)*

## Frequently Asked Questions

**What is superglue's primary brand color?**  
superglue's primary brand color is #6B7280. It anchors the visual identity across their website, product UI, and marketing materials.

**What accent color does superglue use?**  
superglue uses #000000 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

**What font does superglue use?**  
superglue uses Inter for body text and Crimson Text for headings. Fonts were detected on https://superglue.ai/ as part of their live design system.

**Does superglue use a light or dark theme?**  
superglue's primary site uses a light color scheme, with a background of #FFFFFF.

**Where can I find superglue's logo?**  
superglue's logo is available directly on their site (https://superglue.ai/). 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://superglue.ai/ 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 superglue.

## Methodology

Brand data on this page was extracted from [https://superglue.ai/](https://superglue.ai/) on 2026-07-27 using the [Firecrawl](https://firecrawl.dev/) 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 superglue.

## Machine-Readable Profile

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

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Crimson Text",
      "role": "heading"
    },
    {
      "family": "Geist Mono",
      "role": "monospace"
    }
  ],
  "colors": {
    "primary": "#6B7280",
    "secondary": "#FFC927",
    "accent": "#000000",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#374151"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Crimson Text"
    },
    "fontStacks": {
      "heading": [
        "Crimson Text",
        "serif"
      ],
      "body": [
        "Inter",
        "sans-serif"
      ],
      "paragraph": [
        "YuGothic",
        "Yu Gothic",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "56px",
      "h2": "14.08px",
      "body": "19.2px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "12px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#000000",
      "textColor": "#000000",
      "borderColor": "#000000",
      "borderRadius": "99px",
      "borderRadiusCorners": {
        "topLeft": "99px",
        "topRight": "99px",
        "bottomRight": "99px",
        "bottomLeft": "99px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#F9FAFB",
      "textColor": "#000000",
      "borderColor": "#333333",
      "borderRadius": "99px",
      "borderRadiusCorners": {
        "topLeft": "99px",
        "topRight": "99px",
        "bottomRight": "99px",
        "bottomLeft": "99px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://superglue.ai/logos/sg_logo.png",
    "favicon": "https://superglue.ai/favicon.ico",
    "ogImage": "./logos/sg_logo.png",
    "logoHref": "/",
    "logoAlt": "Superglue Logo"
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "enterprise businesses"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  }
}
```
