Home · Branding · Queue

Queue Brand Identity

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

Download JSON
Primary
#4169E1
Accent
#4169E1
Body Font
Open Sans
Heading
Inter

Color Palette

Brand palette extracted from https://usequeue.com.

primary
#4169E1
rgb(65, 105, 225)
accent
#4169E1
rgb(65, 105, 225)
background
#101114
rgb(16, 17, 20)
textPrimary
#101114
rgb(16, 17, 20)
link
#818696
rgb(129, 134, 150)

Typography

Each font links to its Google Fonts page where available.

primary
Open Sans
heading
Inter
Open Sans, 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

Queue logo
Logo
Queue favicon
Favicon
Queue social image
Social Card

UI Components

Live previews rendered using Queue's actual button styles.

buttonPrimary
background #4169E1 textColor #FFFFFF borderRadius 3px shadow none
buttonSecondary
background #222529 textColor #000000 borderColor #818696 borderRadius 5px shadow none

Brand Personality

Tone: modern Energy: medium Audience: digital product agencies

Queue Brand in the Wild

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

Frequently Asked Questions

What is Queue's primary brand color?

Queue's primary brand color is #4169E1. It anchors the visual identity across their website, product UI, and marketing materials.

What font does Queue use?

Queue uses Open Sans for body text and Inter for headings. Fonts were detected on https://usequeue.com as part of their live design system.

Does Queue use a light or dark theme?

Queue's primary site uses a dark color scheme, with a background of #101114.

Where can I find Queue's logo?

Queue's logo is available directly on their site (https://usequeue.com). 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://usequeue.com 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 Queue.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Open Sans",
      "role": "body"
    },
    {
      "family": "Inter",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#4169E1",
    "accent": "#4169E1",
    "background": "#101114",
    "textPrimary": "#101114",
    "link": "#818696"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Open Sans",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Open Sans",
        "sans-serif"
      ],
      "body": [
        "Open Sans",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "16px",
      "h2": "64px",
      "body": "13px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#4169E1",
      "textColor": "#FFFFFF",
      "borderRadius": "3px",
      "borderRadiusCorners": {
        "topLeft": "3px",
        "topRight": "3px",
        "bottomRight": "3px",
        "bottomLeft": "3px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#222529",
      "textColor": "#000000",
      "borderColor": "#818696",
      "borderRadius": "5px",
      "borderRadiusCorners": {
        "topLeft": "5px",
        "topRight": "5px",
        "bottomRight": "5px",
        "bottomLeft": "5px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/6418b9da1ffbda648974c452/663524406b4ac0a2b100bcef_queue-logo-white-svg.svg",
    "favicon": "https://cdn.prod.website-files.com/6418b9da1ffbda648974c452/6418dd8d06d6c570aefc0afa_32x32.png",
    "ogImage": "https://cdn.prod.website-files.com/6418b9da1ffbda648974c452/6724511d6ac5b5a57ef9c35b_homepage-pic.png"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Logo rejected: Red flags detected (menu word). Selected #1 because it is visible, located in the header, links to the homepage, and matches the brand name 'Queue'.",
    "confidence": 0.9,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Create free account",
      "reasoning": "Button #5 has a vibrant blue background (#4169E1), which is the brand color, and the text 'Create free account' is action-oriented, making it the primary CTA."
    },
    "secondary": {
      "index": 13,
      "text": "Learn more",
      "reasoning": "Button #2 has a different background color (#222529) and the text 'Learn more', which is typical for a secondary action."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "digital product agencies"
  },
  "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": "Selected #1 because it is visible, located in the header, links to the homepage, and matches the brand name 'Queue'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles