Home · Branding · TeamOut

TeamOut Brand Identity

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

Download JSON
Primary
#FF521E
Accent
#FF521E
Body Font
Dmsans
Heading
Dmsans

Color Palette

Brand palette extracted from https://www.teamout.com/.

primary
#FF521E
rgb(255, 82, 30)
secondary
#3B4555
rgb(59, 69, 85)
accent
#FF521E
rgb(255, 82, 30)
background
#FDF7F1
rgb(253, 247, 241)
textPrimary
#0C1D37
rgb(12, 29, 55)
link
#0C1D37
rgb(12, 29, 55)

Typography

Each font links to its Google Fonts page where available.

primary
Dmsans
heading
Dmsans
Dmsans, 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

TeamOut logo
Logo
TeamOut favicon
Favicon
TeamOut social image
Social Card

UI Components

Live previews rendered using TeamOut's actual button styles.

input
background #FFFFFF textColor #0C1D37 borderColor #0C1D37 borderRadius 993px shadow none
buttonPrimary
background #FF521E textColor #FFFFFF borderRadius 50px shadow none

Brand Personality

Tone: modern Energy: medium Audience: corporate teams and event planners

TeamOut Brand in the Wild

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

Frequently Asked Questions

What is TeamOut's primary brand color?

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

What font does TeamOut use?

TeamOut uses Dmsans as the primary typeface across body and headings.

Does TeamOut use a light or dark theme?

TeamOut's primary site uses a light color scheme, with a background of #FDF7F1.

Where can I find TeamOut's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Dmsans",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#FF521E",
    "secondary": "#3B4555",
    "accent": "#FF521E",
    "background": "#FDF7F1",
    "textPrimary": "#0C1D37",
    "link": "#0C1D37"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Dmsans",
      "heading": "Dmsans"
    },
    "fontStacks": {
      "heading": [
        "Dmsans",
        "sans-serif"
      ],
      "body": [
        "Dmsans",
        "sans-serif"
      ],
      "paragraph": [
        "Dmsans",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "60px",
      "h2": "44px",
      "body": "28px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "24px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#0C1D37",
      "borderColor": "#0C1D37",
      "borderRadius": "993px",
      "borderRadiusCorners": {
        "topLeft": "993px",
        "topRight": "993px",
        "bottomRight": "993px",
        "bottomLeft": "993px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#FF521E",
      "textColor": "#FFFFFF",
      "borderRadius": "50px",
      "borderRadiusCorners": {
        "topLeft": "50px",
        "topRight": "50px",
        "bottomRight": "50px",
        "bottomLeft": "50px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/61eb3f79cfe8dd88c03507ed/61eb3f79cfe8dd0098350842_Logo%20TeamOut.svg",
    "favicon": "https://cdn.prod.website-files.com/61eb3f79cfe8dd88c03507ed/61eb3f79cfe8dd7a26350870_Favicon.png",
    "ogImage": "https://cdn.prod.website-files.com/61eb3f79cfe8dd88c03507ed/6555135cce14af005250678f_1.1.%402x.png",
    "logoHref": "/",
    "logoAlt": "Logo TeamOut - Corporate retreat platform"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 23,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and the alt text matches the brand 'TeamOut'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get Started",
      "reasoning": "Button #0 is selected as the primary CTA because it uses the vibrant brand color #FF521E, which is consistent with the site's primary color scheme. The text 'Get Started' is action-oriented, making it a strong call-to-action."
    },
    "secondary": {
      "index": -1,
      "text": "N/A",
      "reasoning": "Both buttons share the same background color #FF521E, which is the brand color. Since no button with a different background color is available, no valid secondary button can be selected."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "corporate teams and event planners"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.95,
    "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 the alt text matches the brand 'TeamOut'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles