articulate.json
Articulate Brand Identity
A complete profile of Articulate's visual system — colors, typography, components, and personality — extracted from https://usearticulate.com. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #1F2937 |
| Accent | #0B0C0F |
| Body Font | Segoe UI |
| Heading Font | Georgia |
Color Palette
- primary: #1F2937
- accent: #0B0C0F
- background: #FFFFFF
- textPrimary: #111827
- link: #111827
Typography
- primary: Segoe UI — https://fonts.google.com/specimen/Segoe+UI
- heading: Georgia — https://fonts.google.com/specimen/Georgia
Visual Assets
- Favicon: https://helonic.com/favicon.ico
- Social card (og:image): https://helonic.com/logo.png
UI Components
- buttonPrimary: background=#0B0C0F, textColor=#FFFFFF, borderColor=#0B0C0F, borderRadius=33554400px, shadow=none
- buttonSecondary: background=#F7F8FA, textColor=#111827, borderColor=#E6E6E6, borderRadius=16px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: construction industry professionals
Articulate Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Helonic - AI-Powered Construction Drawing Analysis
- Image:
- Source: http://usearticulate.com/
- Helonic - AI-Powered Construction Drawing Analysis
- Image:
- Source: http://usearticulate.com/
- Helonic - AI-Powered Construction Drawing Analysis
- Image:
- Source: http://usearticulate.com/
- Helonic - AI-Powered Construction Drawing Analysis
- Image:
- Source: http://usearticulate.com/
- Helonic - AI-Powered Construction Drawing Analysis
- Image:
- Source: http://usearticulate.com/
Working with these fonts
Not found on Google Fonts? Agent 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" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — 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. 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.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Segoe UI",
"role": "body"
},
{
"family": "Georgia",
"role": "heading"
}
],
"colors": {
"primary": "#1F2937",
"accent": "#0B0C0F",
"background": "#FFFFFF",
"textPrimary": "#111827",
"link": "#111827"
},
"typography": {
"fontFamilies": {
"primary": "Segoe UI",
"heading": "Georgia"
},
"fontStacks": {
"heading": [
"Georgia",
"Times New Roman",
"serif"
],
"body": [
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"system-ui",
"sans-serif"
],
"paragraph": [
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"system-ui",
"sans-serif"
]
},
"fontSizes": {
"h1": "72px",
"h2": "48px",
"body": "18px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "0px"
},
"components": {
"buttonPrimary": {
"background": "#0B0C0F",
"textColor": "#FFFFFF",
"borderColor": "#0B0C0F",
"borderRadius": "33554400px",
"borderRadiusCorners": {
"topLeft": "33554400px",
"topRight": "33554400px",
"bottomRight": "33554400px",
"bottomLeft": "33554400px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#F7F8FA",
"textColor": "#111827",
"borderColor": "#E6E6E6",
"borderRadius": "16px",
"borderRadiusCorners": {
"topLeft": "16px",
"topRight": "16px",
"bottomRight": "16px",
"bottomLeft": "16px"
},
"shadow": "none"
}
},
"images": {
"favicon": "https://helonic.com/favicon.ico",
"ogImage": "https://helonic.com/logo.png"
},
"__llm_logo_reasoning": {
"selectedIndex": -1,
"reasoning": "No suitable brand logo was found among the candidates. All candidates appear to be client or partner logos rather than the main brand logo for Helonic.",
"confidence": 0.2,
"rejected": true,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 0,
"text": "Start Analyzing",
"reasoning": "Button #0 ('Start Analyzing') is the primary CTA due to its action-oriented text and distinct dark background color (#0B0C0F), which stands out as a call-to-action."
},
"secondary": {
"index": 3,
"text": "Industry Research · Mar 2026The Real Cost of Construction Rework in 2025Construction rework costs th",
"reasoning": "Button #1 is selected as secondary because it has a different background color (#F7F8FA) and serves as a less prominent option compared to the primary CTA."
},
"confidence": 0.9
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "construction industry professionals"
},
"designSystem": {
"framework": "tailwind",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.9,
"colors": 0.9,
"overall": 0.9
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": -1,
"selectedLogoReasoning": "No suitable brand logo was found among the candidates. All candidates appear to be client or partner logos rather than the main brand logo for Helonic.",
"confidence": 0.2
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}