# Captain Brand Identity

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

## Primary

#3B82F6

## Accent

#3B82F6

## Body Font

Inter

## Heading

Poppins

## Color Palette

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

| Color Name  | Hex Code | RGB Value          |
| ----------- | -------- | ------------------ |
| primary     | #3B82F6 | rgb(59, 130, 246)  |
| secondary   | #030712 | rgb(3, 7, 18)      |
| accent      | #3B82F6 | rgb(59, 130, 246)  |
| background  | #FFFFFF | rgb(255, 255, 255) |
| textPrimary | #111827 | rgb(17, 24, 39)    |
| link        | #111827 | rgb(17, 24, 39)    |

## Typography

Each font links to its Google Fonts page where available.

| Role     | Font    | Google Fonts Link                             |
| -------- | ------- | --------------------------------------------- |
| primary  | Inter   | Inter [Google Fonts →](https://fonts.google.com/specimen/Inter) |
| heading  | Poppins | Poppins [Google Fonts →](https://fonts.google.com/specimen/Poppins) |

## Visual Assets

Favicon

Social Card

## UI Components

Live previews rendered using Captain's actual button styles.

| Component     | Background    | Text Color   | Border Radius | Shadow |
| --------------| --------------| -------------| --------------| ------ |
| Button Primary| #3B82F6      | #FFFFFF      | 6px           | none   |
| Button Secondary | transparent | #3B82F6    | 6px           | none   |

## Brand Personality

**Tone:** modern  **Energy:** medium  **Audience:** tech-savvy professionals

## Captain Brand in the Wild

Image: [runcaptain.com](https://www.runcaptain.com/evals/illustrations/quality-assurance.png)  
Source: [runcaptain.com](https://www.runcaptain.com/)

Image: [runcaptain.com](https://runcaptain.com/opengraph.jpg)  
Source: [runcaptain.com](https://www.runcaptain.com/)

Image: [runcaptain.com](https://www.runcaptain.com/soc2.png)  
Source: [runcaptain.com](https://www.runcaptain.com/)

Image: [runcaptain.com](https://www.runcaptain.com/ships.jpg)  
Source: [runcaptain.com](https://www.runcaptain.com/)

Image: [runcaptain.com](https://www.runcaptain.com/evals/h1evals.png)  
Source: [runcaptain.com](https://www.runcaptain.com/)

Image: [y2i6auvwuaxlu05f.public.blob.vercel-storage.com](https://y2i6auvwuaxlu05f.public.blob.vercel-storage.com/Complex-File.png)  
Source: [docs.runcaptain.com](https://docs.runcaptain.com/welcome)

## Frequently Asked Questions

### What is Captain's primary brand color?
Captain's primary brand color is #3B82F6. It anchors the visual identity across their website, product UI, and marketing materials.

### What font does Captain use?
Captain uses Inter for body text and Poppins for headings. Fonts were detected on https://runcaptain.com as part of their live design system.

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

### How was this brand profile generated?
This profile was extracted from https://runcaptain.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 Captain.

## Methodology

Brand data on this page was extracted from [https://runcaptain.com](https://runcaptain.com/) 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 Captain.

## Machine-Readable Profile

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

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Poppins",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#3B82F6",
    "secondary": "#030712",
    "accent": "#3B82F6",
    "background": "#FFFFFF",
    "textPrimary": "#111827",
    "link": "#111827"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Poppins"
    },
    "fontStacks": {
      "heading": [
        "Poppins"
      ],
      "body": [
        "Inter",
        "system-ui",
        "sans-serif"
      ],
      "paragraph": [
        "Poppins"
      ]
    },
    "fontSizes": {
      "h1": "60px",
      "h2": "48px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "5px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#3B82F6",
      "textColor": "#FFFFFF",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#3B82F6",
      "borderColor": "#3B82F6",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "favicon": "https://www.runcaptain.com/icon.png?icon.08tk0wvu_lub7.png",
    "ogImage": "https://runcaptain.com/opengraph.jpg"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": -1,
    "reasoning": "None of the logo candidates match the brand 'Captain' as inferred from the URL and page title. All candidates appear to be client or partner logos.",
    "confidence": 0.2,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get started for free",
      "reasoning": "Button #0 'Get started for free' uses the vibrant brand color #3B82F6, making it the most prominent CTA."
    },
    "secondary": {
      "index": 5,
      "text": "Talk to an engineer",
      "reasoning": "Button #5 'Talk to an engineer' has a transparent background with a border, making it a suitable secondary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy 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": "None of the logo candidates match the brand 'Captain' as inferred from the URL and page title. All candidates appear to be client or partner logos.",
        "confidence": 0.2
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}
```

## Related Brand Profiles

[Zapier](/content/branding/zapier/index.html) [Scale AI](/content/branding/scale-ai/index.html) [Fivetran](/content/branding/fivetran/index.html) [Stripe](/content/branding/stripe/index.html) [PagerDuty](/content/branding/pagerduty/index.html) [Brex](/content/branding/brex/index.html)
