intacct.json
Intacct Brand Identity
A complete profile of Intacct's visual system — colors, typography, components, and personality — extracted from https://intacct.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/intacct
- Machine-readable JSON: https://characterquilt.com/branding/intacct.json
- Per-page llms.txt: https://characterquilt.com/branding/intacct/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #008146 |
| Accent | #00D639 |
| Body Font | Sage Text |
| Heading Font | Sage Text |
Color Palette
- primary: #008146
- secondary: #668494
- accent: #00D639
- background: #FFFFFF
- textPrimary: #191919
- link: #00D639
Typography
- primary: Sage Text — https://fonts.google.com/specimen/Sage+Text
- heading: Sage Text — https://fonts.google.com/specimen/Sage+Text
Visual Assets
- Logo: https://www.sage.com/en-us/-/media/images/sagedotcom/master/icons/product%20icons%20over%20dark/sage-intacct-48x48-icon.svg?iar=0&hash=2FBF107E07E2E776AE297D2711FADAEC
- Favicon: https://www.sage.com/Areas/SageDotCom/img/favicon/apple-touch-icon.png
- Social card (og:image): https://www.sage.com/en-us/-/media/images/sagedotcom/master/products/intacct/section1-intacct-dashboard-location-comp2-s-112.svg
UI Components
- input: background=#FFFFFF, textColor=#191919, borderColor=#668494, borderRadius=4px, shadow=none
- buttonPrimary: background=#008146, textColor=#FFFFFF, borderRadius=24px, shadow=none
- buttonSecondary: background=transparent, textColor=#000000, borderColor=#000000, borderRadius=24px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: business professionals
Intacct Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Sage Intacct Marketplace
- 2018 Release 3 | Sage Intacct Developer
- 2018 Release 3 | Sage Intacct Developer
- Sage Intacct Marketplace
- 2018 Release 4 | Sage Intacct Developer
- Improvements in the AccountingLink for Sage 300 CRE - Map Sage 300 CRE cost types to Sage Construction Management cost resources
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": "Sage Text",
"role": "body"
},
{
"family": "Helvetica Neue",
"role": "body"
},
{
"family": "Roboto",
"role": "body"
},
{
"family": "Segoe UI",
"role": "body"
},
{
"family": "Arial",
"role": "body"
}
],
"colors": {
"primary": "#008146",
"secondary": "#668494",
"accent": "#00D639",
"background": "#FFFFFF",
"textPrimary": "#191919",
"link": "#00D639"
},
"typography": {
"fontFamilies": {
"primary": "Sage Text",
"heading": "Sage Text"
},
"fontStacks": {
"heading": [
"Sage Headline",
"Helvetica Neue",
"Roboto",
"Segoe UI",
"Arial"
],
"body": [
"Sage Text",
"Helvetica Neue",
"Roboto",
"Segoe UI",
"Arial"
],
"paragraph": [
"Sage Text",
"Helvetica Neue",
"Roboto",
"Segoe UI",
"Arial"
]
},
"fontSizes": {
"h1": "50px",
"h2": "18px",
"body": "14px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "8px"
},
"components": {
"input": {
"background": "#FFFFFF",
"textColor": "#191919",
"borderColor": "#668494",
"borderRadius": "4px",
"borderRadiusCorners": {
"topLeft": "4px",
"topRight": "4px",
"bottomRight": "4px",
"bottomLeft": "4px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#008146",
"textColor": "#FFFFFF",
"borderRadius": "24px",
"borderRadiusCorners": {
"topLeft": "24px",
"topRight": "24px",
"bottomRight": "24px",
"bottomLeft": "24px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "transparent",
"textColor": "#000000",
"borderColor": "#000000",
"borderRadius": "24px",
"borderRadiusCorners": {
"topLeft": "24px",
"topRight": "24px",
"bottomRight": "24px",
"bottomLeft": "24px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://www.sage.com/en-us/-/media/images/sagedotcom/master/icons/product%20icons%20over%20dark/sage-intacct-48x48-icon.svg?iar=0&hash=2FBF107E07E2E776AE297D2711FADAEC",
"favicon": "https://www.sage.com/Areas/SageDotCom/img/favicon/apple-touch-icon.png",
"ogImage": "https://www.sage.com/en-us/-/media/images/sagedotcom/master/products/intacct/section1-intacct-dashboard-location-comp2-s-112.svg"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is located in the header, is visible, and matches the brand inferred from the URL and page title.",
"confidence": 0.9,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 1,
"text": "Next",
"reasoning": "Button #4 has a vibrant green background (#008146), which is the brand color, making it the most prominent CTA."
},
"secondary": {
"index": 17,
"text": "Read their story",
"reasoning": "Button #2 has a transparent background, making it a suitable secondary button as it contrasts with the primary button's vibrant color."
},
"confidence": 0.95
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "business professionals"
},
"designSystem": {
"framework": "custom",
"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 located in the header, is visible, and matches the brand inferred from the URL and page title.",
"confidence": 0.9
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}