Lingo.dev Brand: Colors, Fonts, Logo & Visual Identity
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.
Color Palette
Brand palette extracted from https://lingo.dev.
| Color Type | Hex Code | RGB |
|---|---|---|
| Primary | #009C00 | rgb(0, 156, 0) |
| Secondary | #C9D1D9 | rgb(201, 209, 217) |
| Accent | #009C00 | rgb(0, 156, 0) |
| Background | #FAFAFA | rgb(250, 250, 250) |
| Text | #0A0A0A | rgb(10, 10, 10) |
| Link | #0F172B | rgb(15, 23, 43) |
Typography
Each font links to its Google Fonts page where available.
| Font role | Font Family | Google Fonts |
|---|---|---|
| Primary | Space Grotesk | Google Fonts → |
| Heading | Space Grotesk | Google Fonts → |
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:
...
Visual Assets
%3E
Logo
Favicon
Social Card
UI Components
Live previews rendered using Lingo.dev's actual button styles.
Button Primary
| Attribute | Value |
|---|---|
| Background | #009C00 |
| Text Color | #FAFAFA |
| Border Radius | 7.375px |
| Shadow | none |
Button Secondary
| Attribute | Value |
|---|---|
| Background | #FAFAFA |
| Text Color | #0A0A0A |
| Border Color | #E5E5E5 |
| Border Radius | 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
Image Source: store.lingo.dev
Image Source: store.lingo.dev
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 2026-07-27 using the Firecrawl branding extraction API.
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"
}
},
"components": {
"buttonPrimary": {
"background": "#009C00",
"textColor": "#FAFAFA",
"borderRadius": "7.375px"
}
},
"images": {
"logo": "data:image/svg+xml;utf8,...",
"favicon": "https://lingo.dev/favicon.svg",
"ogImage": "https://lingo.dev/og.png"
}
}