Home · Branding · Linx

Linx Brand Identity

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

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

Color Palette

Brand palette extracted from https://www.linx.security/.

primary
#FFD229
rgb(255, 210, 41)
secondary
#3898EC
rgb(56, 152, 236)
accent
#FFD229
rgb(255, 210, 41)
background
#FFFFF5
rgb(255, 255, 245)
textPrimary
#181918
rgb(24, 25, 24)
link
#FF6F3B
rgb(255, 111, 59)

Typography

Each font links to its Google Fonts page where available.

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

Linx logo
Logo
Linx favicon
Favicon
Linx social image
Social Card

UI Components

Live previews rendered using Linx's actual button styles.

buttonPrimary
background #FFD229 textColor #FAFAFA borderRadius 80px shadow none
buttonSecondary
background transparent textColor #000000 borderColor #000000 borderRadius 80px shadow none

Brand Personality

Tone: professional Energy: medium Audience: businesses seeking identity security solutions

Linx Brand in the Wild

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

Frequently Asked Questions

What is Linx's primary brand color?

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

What font does Linx use?

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

Does Linx use a light or dark theme?

Linx's primary site uses a light color scheme, with a background of #FFFFF5.

Where can I find Linx's logo?

Linx's logo is available directly on their site (https://www.linx.security/). 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.linx.security/ 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 Linx.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Dmsans",
      "role": "body"
    },
    {
      "family": "Times New Roman",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#FFD229",
    "secondary": "#3898EC",
    "accent": "#FFD229",
    "background": "#FFFFF5",
    "textPrimary": "#181918",
    "link": "#FF6F3B"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Dmsans",
      "heading": "Dmsans"
    },
    "fontStacks": {
      "heading": [
        "Dmsans",
        "Times New Roman",
        "sans-serif"
      ],
      "body": [
        "Dmsans",
        "Times New Roman",
        "sans-serif"
      ],
      "paragraph": [
        "Dmsans",
        "Times New Roman",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "88px",
      "h2": "56px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FFD229",
      "textColor": "#FAFAFA",
      "borderRadius": "80px",
      "borderRadiusCorners": {
        "topLeft": "80px",
        "topRight": "80px",
        "bottomRight": "80px",
        "bottomLeft": "80px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#000000",
      "borderColor": "#000000",
      "borderRadius": "80px",
      "borderRadiusCorners": {
        "topLeft": "80px",
        "topRight": "80px",
        "bottomRight": "80px",
        "bottomLeft": "80px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/69529b4327b8e0f645d9edff/695d3d7359a77a0f2a2be3f0_animated-logo.webp",
    "favicon": "https://cdn.prod.website-files.com/69529b4327b8e0f645d9edff/69529bcf65a495473f081911_favicon-32x32.png",
    "ogImage": "https://cdn.prod.website-files.com/69529b4327b8e0f645d9edff/6994d775451e099494971ae4_OG.png",
    "logoHref": "/",
    "logoAlt": "Logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Linx Security'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get a demo",
      "reasoning": "Button #0 is selected as the primary CTA because it uses the vibrant brand color #FFD229, which is consistent with the primary brand color. The text 'Get a demo' is action-oriented, making it a strong candidate for the primary CTA."
    },
    "secondary": {
      "index": 6,
      "text": "Sign in",
      "reasoning": "Button #6 is selected as the secondary CTA because it has a transparent background, which is distinct from the primary button's vibrant color. The text 'Sign in' suggests a secondary action, complementing the primary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "businesses seeking identity security solutions"
  },
  "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": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Linx Security'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles