Home · Branding · Lingt

Lingt Brand Identity

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

Download JSON
Primary
#0897B9
Accent
#0897B9
Body Font
Slabo 27px
Heading
Slabo 27px

Color Palette

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

primary
#0897B9
rgb(8, 151, 185)
secondary
#03596D
rgb(3, 89, 109)
accent
#0897B9
rgb(8, 151, 185)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#18B7C7
rgb(24, 183, 199)
link
#18B7C7
rgb(24, 183, 199)

Typography

Each font links to its Google Fonts page where available.

primary
Slabo 27px
heading
Slabo 27px
Slabo 27px
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

Lingt logo
Logo
Lingt favicon
Favicon
Lingt social image
Social Card

UI Components

Live previews rendered using Lingt's actual button styles.

buttonPrimary
background #0897B9 textColor #FFFFFF borderColor #FFFFFF borderRadius 3px shadow none
buttonSecondary
background transparent textColor #26AE93 borderColor #26AE93 borderRadius 5px shadow none

Brand Personality

Tone: professional Energy: medium Audience: educators and students

Lingt Brand in the Wild

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

Frequently Asked Questions

What is Lingt's primary brand color?

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

What font does Lingt use?

Lingt uses Slabo 27px as the primary typeface across body and headings.

Does Lingt use a light or dark theme?

Lingt's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find Lingt's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Slabo 27px",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#0897B9",
    "secondary": "#03596D",
    "accent": "#0897B9",
    "background": "#FFFFFF",
    "textPrimary": "#18B7C7",
    "link": "#18B7C7"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Slabo 27px",
      "heading": "Slabo 27px"
    },
    "fontStacks": {
      "heading": [
        "Slabo 27px"
      ],
      "body": [
        "Slabo 27px"
      ],
      "paragraph": [
        "Slabo 27px"
      ]
    },
    "fontSizes": {
      "h1": "30px",
      "h2": "24px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#0897B9",
      "textColor": "#FFFFFF",
      "borderColor": "#FFFFFF",
      "borderRadius": "3px",
      "borderRadiusCorners": {
        "topLeft": "3px",
        "topRight": "3px",
        "bottomRight": "3px",
        "bottomLeft": "3px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#26AE93",
      "borderColor": "#26AE93",
      "borderRadius": "5px",
      "borderRadiusCorners": {
        "topLeft": "5px",
        "topRight": "5px",
        "bottomRight": "5px",
        "bottomLeft": "5px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://s3.amazonaws.com/lingt-media/new-static/img/lingt-logo.png",
    "favicon": "https://s3.amazonaws.com/lingt-media/apple-touch-icon.png?v=M4y6mPK2Bp",
    "ogImage": "https://s3.amazonaws.com/lingt-media/lingt-share-img.png",
    "logoAlt": "Lingt"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, and matches the brand name 'Lingt' with a source URL that includes 'logo'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Sign up",
      "reasoning": "Button #0 ('Sign up') uses the vibrant brand color #0897B9, which aligns with the primary CTA characteristics of being action-oriented and visually prominent."
    },
    "secondary": {
      "index": 1,
      "text": "Create a Free Account",
      "reasoning": "Button #1 ('Create a Free Account') has a transparent background with a distinct border color, making it a suitable secondary CTA with a different color group."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "educators and students"
  },
  "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, and matches the brand name 'Lingt' with a source URL that includes 'logo'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles