Home · Branding · Legionfarm

Legionfarm Brand Identity

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

Download JSON
Primary
#1F2937
Accent
#22C55E
Body Font
Inter
Heading
Orbitron

Color Palette

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

primary
#1F2937
rgb(31, 41, 55)
secondary
#9CA3AF
rgb(156, 163, 175)
accent
#22C55E
rgb(34, 197, 94)
background
#0D0D11
rgb(13, 13, 17)
textPrimary
#FFFFFF
rgb(255, 255, 255)
link
#22C55E
rgb(34, 197, 94)

Typography

Each font links to its Google Fonts page where available.

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

Legionfarm favicon
Favicon

UI Components

Live previews rendered using Legionfarm's actual button styles.

buttonPrimary
background #22C55E textColor #000000 borderRadius 8px shadow rgba(0, 255, 135, 0.3) 0px 0px 15px 0px, rgba(0, 255, 135, 0.2) 0px 0px 5px 0px inset
buttonSecondary
background #131319 textColor #E0E0E0 borderColor #252529 borderRadius 16px shadow none

Brand Personality

Tone: modern Energy: high Audience: gamers and gaming professionals

Legionfarm Brand in the Wild

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

Frequently Asked Questions

What is Legionfarm's primary brand color?

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

What accent color does Legionfarm use?

Legionfarm uses #22C55E as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Legionfarm use?

Legionfarm uses Inter for body text and Orbitron for headings. Fonts were detected on https://legionfarm.com/ as part of their live design system.

Does Legionfarm use a light or dark theme?

Legionfarm's primary site uses a dark color scheme, with a background of #0D0D11.

How was this brand profile generated?

This profile was extracted from https://legionfarm.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 Legionfarm.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Orbitron",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#1F2937",
    "secondary": "#9CA3AF",
    "accent": "#22C55E",
    "background": "#0D0D11",
    "textPrimary": "#FFFFFF",
    "link": "#22C55E"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Orbitron"
    },
    "fontStacks": {
      "heading": [
        "Orbitron",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "24px",
      "h2": "72px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#22C55E",
      "textColor": "#000000",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "rgba(0, 255, 135, 0.3) 0px 0px 15px 0px, rgba(0, 255, 135, 0.2) 0px 0px 5px 0px inset"
    },
    "buttonSecondary": {
      "background": "#131319",
      "textColor": "#E0E0E0",
      "borderColor": "#252529",
      "borderRadius": "16px",
      "borderRadiusCorners": {
        "topLeft": "16px",
        "topRight": "16px",
        "bottomRight": "16px",
        "bottomLeft": "16px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": null,
    "favicon": "https://legionfarm.com/lf3-assets/img/Logo_LF.png",
    "ogImage": null
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Join the Waitlist",
      "reasoning": "Button #0 is the primary CTA because it uses a vibrant green color (#22C55E), which is the accent color, and has action-oriented text 'Join the Waitlist'. This aligns with the site's goal to engage users."
    },
    "secondary": {
      "index": 3,
      "text": "FORBES\n                                Y Combinator Startup Enables Amateurs To Be Trained By Pros",
      "reasoning": "Button #3 is selected as the secondary button because it has a different background color (#131319) and serves a less prominent role, providing additional information rather than a direct call to action."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "gamers and gaming professionals"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": false,
      "llmSucceeded": false,
      "finalSource": "none"
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles