Home · Branding · Lingo.dev

Lingo.dev Brand Identity

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

Download JSON
Primary
#009C00
Accent
#009C00
Body Font
Space Grotesk
Heading
Space Grotesk

Color Palette

Brand palette extracted from https://lingo.dev.

primary
#009C00
rgb(0, 156, 0)
secondary
#C9D1D9
rgb(201, 209, 217)
accent
#009C00
rgb(0, 156, 0)
background
#FAFAFA
rgb(250, 250, 250)
textPrimary
#0A0A0A
rgb(10, 10, 10)
link
#0F172B
rgb(15, 23, 43)

Typography

Each font links to its Google Fonts page where available.

primary
Space Grotesk
Space Grotesk Google Fonts →
heading
Space Grotesk
Space Grotesk Google Fonts →
Space Grotesk, -apple-system, BlinkMacSystemFont, Segoe UI, 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

Lingo.dev logo
Logo
Lingo.dev favicon
Favicon
Lingo.dev social image
Social Card

UI Components

Live previews rendered using Lingo.dev's actual button styles.

buttonPrimary
background #009C00 textColor #FAFAFA borderRadius 7.375px shadow none
buttonSecondary
background #FAFAFA textColor #0A0A0A borderColor #E5E5E5 borderRadius 7.375px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px

Brand Personality

Tone: professional Energy: medium Audience: developers and localization engineers

Lingo.dev Brand in the Wild

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

Frequently Asked Questions

What is Lingo.dev's primary brand color?

Lingo.dev's primary brand color is #009C00. It anchors the visual identity across their website, product UI, and marketing materials.

What font does Lingo.dev use?

Lingo.dev uses Space Grotesk as the primary typeface across body and headings.

Does Lingo.dev use a light or dark theme?

Lingo.dev's primary site uses a light color scheme, with a background of #FAFAFA.

Where can I find Lingo.dev's logo?

Lingo.dev's logo is available directly on their site (https://lingo.dev). 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://lingo.dev 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 Lingo.dev.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Space Grotesk",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#009C00",
    "secondary": "#C9D1D9",
    "accent": "#009C00",
    "background": "#FAFAFA",
    "textPrimary": "#0A0A0A",
    "link": "#0F172B"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Space Grotesk",
      "heading": "Space Grotesk"
    },
    "fontStacks": {
      "heading": [
        "Space Grotesk",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "sans-serif"
      ],
      "body": [
        "Space Grotesk",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "sans-serif"
      ],
      "paragraph": [
        "Space Grotesk",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "56.25px",
      "h2": "33.75px",
      "body": "13.125px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#009C00",
      "textColor": "#FAFAFA",
      "borderRadius": "7.375px",
      "borderRadiusCorners": {
        "topLeft": "7.375px",
        "topRight": "7.375px",
        "bottomRight": "7.375px",
        "bottomLeft": "7.375px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FAFAFA",
      "textColor": "#0A0A0A",
      "borderColor": "#E5E5E5",
      "borderRadius": "7.375px",
      "borderRadiusCorners": {
        "topLeft": "7.375px",
        "topRight": "7.375px",
        "bottomRight": "7.375px",
        "bottomLeft": "7.375px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%20650%20145%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22h-%5B22px%5D%20text-foreground%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M391.372%20111.274H373.459V93.5161H391.372V111.274Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20oklch(0.145%200%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M420.766%20107.65C415.205%20104.19%20410.809%2099.3109%20407.566%2093.0316C404.33%2086.7518%20402.686%2079.6124%20402.686%2071.6532C402.686%2063.6934%20404.307%2056.5943%20407.566%2050.3546C410.809%2044.115%20415.228%2039.2754%20420.766%2035.8157C426.328%2032.3559%20432.507%2030.6361%20439.326%2030.6361C449.284%2030.6361%20457.245%2034.4158%20463.222%2041.9552H464.001V1.21826H479.561V111.27H466.205L464.624%20101.211H463.845C457.764%20108.97%20449.584%20112.85%20439.326%20112.85C432.507%20112.85%20426.328%20111.13%20420.766%20107.67V107.65ZM452.607%2095.0711C456.103%2092.8713%20458.884%2089.7316%20460.943%2085.632C462.986%2081.552%20464.001%2076.8726%20464.001%2071.633C464.001%2066.3934%20462.986%2061.7538%20460.943%2057.7141C458.907%2053.6744%20456.126%2050.5546%20452.607%2048.3547C449.087%2046.1549%20445.286%2045.055%20441.207%2045.055C437.128%2045.055%20433.187%2046.1549%20429.726%2048.3547C426.264%2050.5546%20423.507%2053.6744%20421.464%2057.7141C419.428%2061.7538%20418.407%2066.3934%20418.407%2071.633C418.407%2076.8726%20419.428%2081.672%20421.464%2085.7122C423.507%2089.7518%20426.264%2092.8713%20429.726%2095.0711C433.187%2097.2709%20437.007%2098.3711%20441.207%2098.3711C445.407%2098.3711%20449.087%2097.2709%20452.607%2095.0711Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20oklch(0.145%200%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M516.207%2093.2491C521.007%2096.8087%20525.905%2099.3085%20532.084%2099.3085C536.486%2099.3085%20540.363%2098.3087%20543.726%2096.3287C547.084%2094.3291%20549.582%2091.7693%20551.266%2088.6297H567.461C565.043%2095.6491%20560.803%20101.448%20554.722%20106.008C548.641%20110.568%20541.107%20112.848%20532.084%20112.848C524.745%20112.848%20518.088%20111.088%20512.128%20107.588C506.145%20104.088%20501.466%2099.2087%20498.045%2092.9693C494.647%2086.7299%20492.945%2079.6302%20492.945%2071.671C492.945%2063.7112%20494.647%2056.772%20498.045%2050.5323C501.449%2044.2928%20506.145%2039.4332%20512.128%2035.9134C518.105%2032.4137%20524.745%2030.6538%20532.084%2030.6538C539.422%2030.6538%20545.463%2032.3337%20551.186%2035.6935C556.903%2039.0532%20561.403%2043.6529%20564.703%2049.5324C568.003%2055.4122%20569.664%2062.0116%20569.664%2069.331C569.664%2072.9904%20569.405%2075.7706%20568.88%2077.6704H508.447L521.405%2065.731H554.284C553.765%2059.4518%20551.445%2054.252%20547.366%2050.1724C543.282%2046.0927%20538.182%2044.0328%20532.124%2044.0328C526.066%2044.0328%20520.545%2046.0727%20516.247%2050.1724C511.949%2054.252%20509.388%2059.4518%20508.545%2065.731C508.545%2065.731%20505.228%2085.1699%20516.247%2093.3091L516.207%2093.2491Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20oklch(0.145%200%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M621.998%20111.275H599.198L571.379%2032.2004H587.74L609.115%2093.6761H612.26L633.635%2032.2004H649.996L622.015%20111.275H621.998Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20oklch(0.145%200%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M96.1589%2017.2574H79.1807V1.53857H96.1589V17.2574ZM95.3789%20111.27H79.8205V32.1963H95.3789V111.27Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20oklch(0.145%200%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M112.509%20111.272V32.1983H125.868L127.448%2040.3777H128.228C130.208%2037.8579%20133.247%2035.618%20137.347%2033.6182C141.426%2031.6183%20146.146%2030.6384%20151.506%2030.6384C157.586%2030.6384%20163.005%2032.0383%20167.785%2034.7981C172.545%2037.5779%20176.284%2041.4776%20178.944%2046.5173C181.624%2051.5568%20182.944%2057.3167%20182.944%2063.8157V111.292H167.385V65.0757C167.385%2059.4161%20165.545%2054.6966%20161.885%2050.9169C158.225%2047.1372%20153.666%2045.2573%20148.206%2045.2573C144.546%2045.2573%20141.167%2046.1573%20138.067%2047.9371C134.967%2049.717%20132.547%2052.1368%20130.748%2055.1769C128.968%2058.2161%20128.068%2061.5161%20128.068%2065.0757V111.292H112.509V111.272Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20oklch(0.145%200%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M214.923%20140.031C209.523%20137.211%20205.404%20133.671%20202.584%20129.411C199.764%20125.152%20198.244%20120.852%20198.024%20116.433H213.742C214.162%20120.092%20216.163%20123.332%20219.722%20126.092C223.282%20128.872%20228.221%20130.251%20234.501%20130.251C240.78%20130.251%20246.18%20128.411%20250.06%20124.752C253.939%20121.072%20255.88%20116.212%20255.88%20110.133V97.5541H255.1C252.38%20100.594%20248.96%20103.014%20244.88%20104.793C240.801%20106.573%20236.281%20107.473%20231.362%20107.473C224.542%20107.473%20218.402%20105.853%20212.883%20102.594C207.383%2099.3535%20203.064%2094.7941%20199.924%2088.9147C196.784%2083.0549%20195.204%2076.3954%20195.204%2068.956C195.204%2061.5166%20196.784%2054.8774%20199.924%2049.0775C203.064%2043.258%20207.383%2038.7383%20212.883%2035.4785C218.383%2032.2388%20224.542%2030.5989%20231.362%2030.5989C236.401%2030.5989%20241.02%2031.5988%20245.28%2033.5787C249.52%2035.5785%20252.96%2038.2383%20255.58%2041.5981H256.36L257.939%2032.1588H271.458V110.293C271.458%20116.992%20269.998%20122.912%20267.059%20128.051C264.119%20133.191%20259.859%20137.171%20254.24%20139.991C248.64%20142.83%20242.061%20144.231%20234.501%20144.231C226.942%20144.231%20220.322%20142.81%20214.923%20139.991V140.031ZM244.78%2090.2745C248.18%2088.2345%20250.88%2085.355%20252.88%2081.635C254.879%2077.9156%20255.86%2073.6954%20255.86%2068.9762C255.86%2064.2564%20254.86%2060.0766%20252.88%2056.397C250.88%2052.7373%20248.18%2049.8775%20244.78%2047.8376C241.38%2045.7977%20237.581%2044.7779%20233.381%2044.7779C226.882%2044.7779%20221.522%2047.0377%20217.262%2051.5373C213.023%2056.037%20210.903%2061.8564%20210.903%2068.9958C210.903%2076.1352%20213.023%2082.0949%20217.262%2086.5949C221.502%2091.0943%20226.882%2093.3541%20233.381%2093.3541C237.581%2093.3541%20241.38%2092.3341%20244.78%2090.2947V90.2745Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20oklch(0.145%200%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M303.031%20107.572C297.051%20104.073%20292.372%2099.1932%20288.952%2092.9538C285.553%2086.7144%20283.853%2079.6147%20283.853%2071.6555C283.853%2063.6957%20285.553%2056.7565%20288.952%2050.5169C292.352%2044.2774%20297.051%2039.4178%20303.031%2035.898C309.011%2032.3983%20315.65%2030.6384%20322.99%2030.6384C330.329%2030.6384%20336.949%2032.3983%20342.868%2035.898C348.788%2039.4178%20353.447%2044.2774%20356.867%2050.5169C360.267%2056.7565%20361.967%2063.7961%20361.967%2071.6555C361.967%2079.5149%20360.267%2086.7144%20356.867%2092.9538C353.468%2099.1932%20348.788%20104.073%20342.868%20107.572C336.949%20111.092%20330.309%20112.832%20322.99%20112.832C315.67%20112.832%20308.991%20111.073%20303.031%20107.572ZM334.849%2095.0734C338.469%2092.8736%20341.329%2089.734%20343.408%2085.6344C345.508%2081.5544%20346.548%2076.8749%20346.548%2071.6353C346.548%2066.3957%20345.508%2061.7561%20343.408%2057.7165C341.308%2053.6767%20338.449%2050.5569%20334.849%2048.3571C331.229%2046.1573%20327.27%2045.0573%20322.99%2045.0573C318.71%2045.0573%20314.73%2046.1573%20311.131%2048.3571C307.511%2050.5569%20304.651%2053.6767%20302.571%2057.7165C300.471%2061.7561%20299.431%2066.3957%20299.431%2071.6353C299.431%2076.8749%20300.471%2081.5348%20302.571%2085.6344C304.671%2089.7138%20307.531%2092.8736%20311.131%2095.0734C314.75%2097.2732%20318.71%2098.3734%20322.99%2098.3734C327.27%2098.3734%20331.249%2097.2732%20334.849%2095.0734Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20oklch(0.145%200%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M69.795%20110.052H0V0H16.4989V94.3327L16.7988%20110.052L34.0979%2094.3327H69.795V110.052Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20oklch(0.145%200%200)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://lingo.dev/favicon.svg",
    "ogImage": "https://lingo.dev/og.png",
    "logoHref": "/en"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is located in the header, is visible, and matches the brand inferred from the URL and page title ('Lingo.dev').",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Create localization engine",
      "reasoning": "Button #0 ('Create localization engine') uses the vibrant brand color #009C00, indicating it's the primary call-to-action."
    },
    "secondary": {
      "index": 6,
      "text": "Talk to a Localization Expert",
      "reasoning": "Button #6 ('Talk to a Localization Expert') has a different background color (#FAFAFA) and serves as a secondary action, offering a less direct engagement option."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "developers and localization engineers"
  },
  "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": 0,
        "selectedLogoReasoning": "Selected #0 because it is located in the header, is visible, and matches the brand inferred from the URL and page title ('Lingo.dev').",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles