constructable.json
Constructable Brand Identity
A complete profile of Constructable's visual system — colors, typography, components, and personality — extracted from https://www.constructable.ai/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/constructable
- Machine-readable JSON: https://characterquilt.com/branding/constructable.json
- Per-page llms.txt: https://characterquilt.com/branding/constructable/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #0046D0 |
| Accent | #0046D0 |
| Body Font | Inter |
| Heading Font | Inter |
Color Palette
- primary: #0046D0
- secondary: #101828
- accent: #0046D0
- background: #FFFFFF
- textPrimary: #0A0A0A
- link: #155DFC
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Inter — https://fonts.google.com/specimen/Inter
Visual Assets
- Logo: https://www.constructable.ai/constructable-logo-dark.svg
- Social card (og:image): /constructable-meta-share-image-1200x628px.jpg
UI Components
- input: background=#FFFFFF, textColor=#101828, borderColor=#E5E7EB, borderRadius=4px, shadow=none
- buttonPrimary: background=#0046D0, textColor=#FAFAFA, borderRadius=8px, 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.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px
- buttonSecondary: background=#155DFC, textColor=#FFFFFF, borderRadius=4px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: construction project managers and companies
Constructable Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Constructable - Field Management
- Procore Alternatives Mid-Market (January 2026) - Constructable Blog
- Constructable - Financial Management
- Blog - Constructable
- Constructable - Preconstruction
- Blog - Constructable
Working with these fonts
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:
- 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": "Inter",
"role": "body"
}
],
"colors": {
"primary": "#0046D0",
"secondary": "#101828",
"accent": "#0046D0",
"background": "#FFFFFF",
"textPrimary": "#0A0A0A",
"link": "#155DFC"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Inter"
},
"fontStacks": {
"heading": [
"Inter",
"ui-sans-serif",
"system-ui",
"sans-serif",
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji"
],
"body": [
"Inter",
"ui-sans-serif",
"system-ui",
"sans-serif",
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji"
],
"paragraph": [
"Inter",
"ui-sans-serif",
"system-ui",
"sans-serif",
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji"
]
},
"fontSizes": {
"h1": "96px",
"h2": "24px",
"body": "20px"
}
},
"spacing": {
"baseUnit": 6,
"borderRadius": "8px"
},
"components": {
"input": {
"background": "#FFFFFF",
"textColor": "#101828",
"borderColor": "#E5E7EB",
"borderRadius": "4px",
"borderRadiusCorners": {
"topLeft": "4px",
"topRight": "4px",
"bottomRight": "4px",
"bottomLeft": "4px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#0046D0",
"textColor": "#FAFAFA",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"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.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px"
},
"buttonSecondary": {
"background": "#155DFC",
"textColor": "#FFFFFF",
"borderRadius": "4px",
"borderRadiusCorners": {
"topLeft": "4px",
"topRight": "4px",
"bottomRight": "4px",
"bottomLeft": "4px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://www.constructable.ai/constructable-logo-dark.svg",
"favicon": null,
"ogImage": "/constructable-meta-share-image-1200x628px.jpg",
"logoHref": "/",
"logoAlt": "Constructable Logo"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Constructable'.",
"confidence": 0.95,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 0,
"text": "Book a demo",
"reasoning": "The 'Book a demo' button uses the primary brand color #0046D0, which is vibrant and action-oriented, making it the main call-to-action."
},
"secondary": {
"index": 1,
"text": "Subscribe",
"reasoning": "The 'Subscribe' button uses a different shade of blue (#155DFC) and serves as a secondary action, complementing the primary CTA."
},
"confidence": 0.95
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "construction project managers and companies"
},
"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 visible, located in the header, links to the homepage, and matches the brand name 'Constructable'.",
"confidence": 0.95
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}