agora.json
Agora Brand Identity
A complete profile of Agora's visual system — colors, typography, components, and personality — extracted from https://www.agora.xyz. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #6B7280 |
| Accent | #2563EB |
| Body Font | Roboto |
| Heading Font | Roboto |
Color Palette
- primary: #6B7280
- secondary: #9CA3AF
- accent: #2563EB
- background: #FAFAF9
- textPrimary: #57534E
- link: #2563EB
Typography
- primary: Roboto — https://fonts.google.com/specimen/Roboto
- heading: Roboto — https://fonts.google.com/specimen/Roboto
Visual Assets
- Logo: https://www.agora.xyz/assets/agora-logo-circle.svg
- Favicon: https://www.agora.xyz/favicon/favicon.ico
- Social card (og:image): https://agora.xyz/assets/agora-og-image.jpg
Brand Personality
Tone: modern · Energy: medium · Audience: tech-savvy individuals interested in blockchain governance
Agora Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Great Onchain Governance - Agora
- Boardroom joins Agora
- Careers - Agora
- Great Onchain Governance - Agora
- Great Onchain Governance - Agora
- Introducing multichain voting with LayerZero
Working with these fonts
Not found on Google Fonts? Here’s a workflow that can help:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extensions: woff2, woff, ttf, otf).
- Hard-reload the page and navigate through different sections — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Adjust each
src: url(...)to point to your local file path.
Programmatic alternative: use Playwright or Puppeteer, listen for response events whose Content-Type starts with font/, and write the body to disk. Adjust the CSS extraction step accordingly.
Only proceed with permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Roboto",
"role": "body"
},
{
"family": "Helvetica Neue",
"role": "body"
},
{
"family": "Arial",
"role": "body"
},
{
"family": "Noto Sans",
"role": "body"
}
],
"colors": {
"primary": "#6B7280",
"secondary": "#9CA3AF",
"accent": "#2563EB",
"background": "#FAFAF9",
"textPrimary": "#57534E",
"link": "#2563EB"
},
"typography": {
"fontFamilies": {
"primary": "Roboto",
"heading": "Roboto"
},
"fontStacks": {
"heading": [
"Family",
"serif"
],
"body": [
"ui-sans-serif",
"system-ui",
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Roboto",
"Helvetica Neue",
"Arial",
"Noto Sans",
"sans-serif",
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji"
],
"paragraph": [
"ui-sans-serif",
"system-ui",
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Roboto",
"Helvetica Neue",
"Arial",
"Noto Sans",
"sans-serif",
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji"
]
},
"fontSizes": {
"h1": "48px",
"h2": "24px",
"body": "14px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "4px"
},
"components": {},
"images": {
"logo": "https://www.agora.xyz/assets/agora-logo-circle.svg",
"favicon": "https://www.agora.xyz/favicon/favicon.ico",
"ogImage": "https://agora.xyz/assets/agora-og-image.jpg",
"logoHref": "/",
"logoAlt": "Agora Logo"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is visible, located at the top of the page, links to the homepage, and has an alt text matching the brand 'Agora'.",
"confidence": 0.95,
"source": "llm"
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "tech-savvy individuals interested in blockchain governance"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0,
"colors": 0.9,
"overall": 0.45
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 0,
"selectedLogoReasoning": "Selected #0 because it is visible, located at the top of the page, links to the homepage, and has an alt text matching the brand 'Agora'.",
"confidence": 0.95
}
},
"buttonClassification": {
"llmCalled": false,
"llmSucceeded": false
}
}
}