decisional ai.json
Decisional AI Brand Identity
A complete profile of Decisional AI's visual system — colors, typography, components, and personality — extracted from https://www.decisional.com/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/decisional-ai
- Machine-readable JSON: https://characterquilt.com/branding/decisional-ai.json
Quick Facts
| Field | Value |
|---|---|
| Primary | #1E293B |
| Accent | #0F172A |
| Body Font | DM Sans |
| Heading Font | DM Sans |
Color Palette
- primary: #1E293B
- secondary: #334155
- accent: #0F172A
- background: #F1F5F9
- textPrimary: #171717
- link: #475569
Typography
- primary: DM Sans — https://fonts.google.com/specimen/DM+Sans
- heading: DM Sans — https://fonts.google.com/specimen/DM+Sans
Visual Assets
- Logo: https://www.decisional.com/dec_word.svg
- Favicon: https://www.decisional.com/favicon.ico?favicon.706d4b93.ico
- Social card (og:image): https://www.decisional.com/og-image.png
UI Components
- input: background=transparent, textColor=#334155, borderColor=null, borderRadius=0px, shadow=none
- buttonPrimary: background=#0F172A, textColor=#FFFFFF, borderRadius=9999px, shadow=none
- buttonSecondary: background=#FCFDFE, textColor=#334155, borderColor=#CBD5E1, borderRadius=9999px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: business professionals and organizations looking to automate workflows
Decisional AI Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Blog | Decisional | Decisional
- Decisional - Automate with natural language and the comfort of a spreadsheet
- The AI practitioner that moved markets by a TRILLION dollars
- Image: https://substackcdn.com/image/fetch/$s_!_wFe!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4d4b9a6e-4480-462d-8f6a-c61cc4bf25c6_1024x1024.png
- Source: https://www.neuralmarkets.decisional.com/p/the-ai-practitioner-that-moved-markets
- Archive - Decisional AI Automation & Agents Newsletter
- About - Decisional AI Automation & Agents Newsletter
- Decisional AI Automation & Agents Newsletter | Dhruv Tandon | Substack
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": "DM Sans",
"role": "body"
}
],
"colors": {
"primary": "#1E293B",
"secondary": "#334155",
"accent": "#0F172A",
"background": "#F1F5F9",
"textPrimary": "#171717",
"link": "#475569"
},
"typography": {
"fontFamilies": {
"primary": "DM Sans",
"heading": "DM Sans"
},
"fontStacks": {
"heading": [
"DM Sans"
],
"body": [
"DM Sans"
],
"paragraph": [
"DM Sans"
]
},
"fontSizes": {
"h1": "56px",
"h2": "16px",
"body": "18px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "4px"
},
"components": {
"input": {
"background": "transparent",
"textColor": "#334155",
"borderColor": null,
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#0F172A",
"textColor": "#FFFFFF",
"borderRadius": "9999px",
"borderRadiusCorners": {
"topLeft": "9999px",
"topRight": "9999px",
"bottomRight": "9999px",
"bottomLeft": "9999px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#FCFDFE",
"textColor": "#334155",
"borderColor": "#CBD5E1",
"borderRadius": "9999px",
"borderRadiusCorners": {
"topLeft": "9999px",
"topRight": "9999px",
"bottomRight": "9999px",
"bottomLeft": "9999px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://www.decisional.com/dec_word.svg",
"favicon": "https://www.decisional.com/favicon.ico?favicon.706d4b93.ico",
"ogImage": "https://www.decisional.com/og-image.png",
"logoHref": "/",
"logoAlt": "Decisional"
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "business professionals and organizations looking to automate workflows"
},
"designSystem": {
"framework": "tailwind",
"componentLibrary": ""
}
}