llms.txt
Glean Brand Identity
A complete profile of Glean's visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #343CED |
| Accent | #D8FD49 |
| Body Font | Polysans Neutral |
| Heading Font | Polysans Median |
Color Palette
- primary: #343CED
- secondary: #777767
- accent: #D8FD49
- background: #FFFFFF
- textPrimary: #333333
- link: #D8FD49
Typography
- primary: Polysans Neutral — https://fonts.google.com/specimen/Polysans+Neutral
- heading: Polysans Median — https://fonts.google.com/specimen/Polysans+Median
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
UI Components
- input: background=#FFFFFF, textColor=#6F6F6F, borderColor=#CECECE, borderRadius=8px, shadow=none
- buttonPrimary: background=#D8FD49, textColor=#333333, borderRadius=0px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#333333, borderRadius=0px, shadow=none
Brand Personality
Tone: modern · Energy: high · Audience: business professionals
Glean Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
Microsoft Copilot Studio | Glean
Source: Link
Run a principal component analysis to choose your first job
Source: Link
Set up Glean MCP server | Glean
Source: Link
Work AI blog - AI agents, assistant, and search resources
Source: Link
Google (OIDC) | Glean
Source: Link
Working with these fonts
Not found on Google Fonts? Instructions that you can follow if you have permission to use the fonts:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font".
- Hard-reload the page and click around.
- For each captured font URL: right-click → Save As to download the file locally.
- View the page's CSS and copy out the matching @font-face declarations.
Only do this if you have permission to use the brand assets.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Polysans Neutral",
"role": "body"
},
{
"family": "Polysans Median",
"role": "heading"
},
{
"family": "Polysans Slim",
"role": "unknown"
}
],
"colors": {
"primary": "#343CED",
"secondary": "#777767",
"accent": "#D8FD49",
"background": "#FFFFFF",
"textPrimary": "#333333",
"link": "#D8FD49"
},
"typography": {
"fontFamilies": {
"primary": "Polysans Neutral",
"heading": "Polysans Median"
},
"fontStacks": {
"heading": [
"Polysans Neutral",
"Arial",
"sans-serif"
],
"body": [
"Polysans Neutral",
"Arial",
"sans-serif"
],
"paragraph": [
"Polysans Slim",
"Arial",
"sans-serif"
]
},
"fontSizes": {
"h1": "56px",
"h2": "40px",
"body": "20px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "16px"
},
"components": {
"input": {
"background": "#FFFFFF",
"textColor": "#6F6F6F",
"borderColor": "#CECECE",
"borderRadius": "8px",
"shadow": "none"
},
"buttonPrimary": {
"background": "#D8FD49",
"textColor": "#333333",
"borderRadius": "0px",
"shadow": "none"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#333333",
"borderRadius": "0px",
"shadow": "none"
}
},
"images": {
"logo": "https://cdn.prod.website-files.com/6127a84dfe068e153ef20572/66ded1bc82df72f2e1d56eb7_Glean%20Logomark%20Blue.svg",
"favicon": "https://cdn.prod.website-files.com/6127a84dfe068e153ef20572/67189bf127c626679a308b22_32x32%20Glean%20Favicon.png",
"ogImage": "https://cdn.prod.website-files.com/6127a84dfe068e153ef20572/68d4e4b2f311b084a6eb9cef_Glean%5Bdot%5Dcom%20Cover%20Image.png"
},
"personality": {
"tone": "modern",
"energy": "high",
"targetAudience": "business professionals"
}
}