Home · Branding · Operator Labs

Operator Labs Brand Identity

A complete profile of Operator Labs's visual system — colors, typography, components, and personality — extracted from http://operator.io. Built for designers, agents, and AI tools.

Download JSON
Primary
#49BBA7
Accent
#49BBA7
Body Font
TASA Orbiter
Heading
TASA Orbiter

Color Palette

Brand palette extracted from http://operator.io.

primary
#49BBA7
rgb(73, 187, 167)
secondary
#853739
rgb(133, 55, 57)
accent
#49BBA7
rgb(73, 187, 167)
background
#0A0A0A
rgb(10, 10, 10)
textPrimary
#0A0A0A
rgb(10, 10, 10)
link
#398F80
rgb(57, 143, 128)

Typography

Each font links to its Google Fonts page where available.

primary
TASA Orbiter
TASA Orbiter Google Fonts →
heading
TASA Orbiter
TASA Orbiter Google Fonts →
TASA Orbiter
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

Operator Labs favicon
Favicon

UI Components

Live previews rendered using Operator Labs's actual button styles.

input
background transparent textColor #E5E5E5 borderColor null borderRadius 0px shadow none
buttonPrimary
background #49BBA7 textColor #000000 borderRadius 33554400px shadow none
buttonSecondary
background #111111 textColor #A1A1A1 borderColor #262626 borderRadius 33554400px shadow none

Brand Personality

Tone: modern Energy: medium Audience: tech professionals

Operator Labs Brand in the Wild

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

Frequently Asked Questions

What is Operator Labs's primary brand color?

Operator Labs's primary brand color is #49BBA7. It anchors the visual identity across their website, product UI, and marketing materials.

What font does Operator Labs use?

Operator Labs uses TASA Orbiter as the primary typeface across body and headings.

Does Operator Labs use a light or dark theme?

Operator Labs's primary site uses a dark color scheme, with a background of #0A0A0A.

How was this brand profile generated?

This profile was extracted from http://operator.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 Operator Labs.

Methodology

Brand data on this page was extracted from http://operator.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 Operator Labs.

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "TASA Orbiter",
      "role": "unknown"
    },
    {
      "family": "IBM Plex Mono",
      "role": "monospace"
    }
  ],
  "colors": {
    "primary": "#49BBA7",
    "secondary": "#853739",
    "accent": "#49BBA7",
    "background": "#0A0A0A",
    "textPrimary": "#0A0A0A",
    "link": "#398F80"
  },
  "typography": {
    "fontFamilies": {
      "primary": "TASA Orbiter",
      "heading": "TASA Orbiter"
    },
    "fontStacks": {
      "heading": [
        "TASA Orbiter"
      ],
      "body": [
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "paragraph": [
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ]
    },
    "fontSizes": {
      "h1": "52px",
      "h2": "48px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#E5E5E5",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#49BBA7",
      "textColor": "#000000",
      "borderRadius": "33554400px",
      "borderRadiusCorners": {
        "topLeft": "33554400px",
        "topRight": "33554400px",
        "bottomRight": "33554400px",
        "bottomLeft": "33554400px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#111111",
      "textColor": "#A1A1A1",
      "borderColor": "#262626",
      "borderRadius": "33554400px",
      "borderRadiusCorners": {
        "topLeft": "33554400px",
        "topRight": "33554400px",
        "bottomRight": "33554400px",
        "bottomLeft": "33554400px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "favicon": "https://operator.io/favicon.ico?favicon.6ea3324e.ico",
    "ogImage": null
  },
  "__llm_logo_reasoning": {
    "selectedIndex": -1,
    "reasoning": "No suitable brand logo was found among the candidates. All candidates were tiny icons not matching the brand's main logo.",
    "confidence": 0.2,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Start free trial",
      "reasoning": "Button #1 ('Start free trial') uses a vibrant brand color (#49BBA7) and has action-oriented text, making it the primary CTA."
    },
    "secondary": {
      "index": 2,
      "text": "Operations",
      "reasoning": "Button #2 ('Operations') has a different background color (#111111) and serves as a secondary action with less emphasis."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech professionals"
  },
  "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": "No suitable brand logo was found among the candidates. All candidates were tiny icons not matching the brand's main logo.",
        "confidence": 0.2
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles