# treble.ai Brand Identity A complete profile of **treble.ai**'s visual system — colors, typography, components, and personality — extracted from https://treble.ai. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/treble-ai - Machine-readable JSON: https://characterquilt.com/branding/treble-ai.json - Per-page llms.txt: https://characterquilt.com/branding/treble-ai/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #B39AFF | | Accent | #A382FF | | Body Font | Work Sans | | Heading Font | Work Sans | ## Color Palette - primary: #B39AFF - secondary: #A382FF - accent: #A382FF - background: #FFFFFF - textPrimary: #191919 - link: #CC3366 ## Typography - primary: Work Sans — https://fonts.google.com/specimen/Work+Sans - heading: Work Sans — https://fonts.google.com/specimen/Work+Sans ## Visual Assets - Logo: https://treble.ai/wp-content/uploads/2026/02/Logo-Horizontal-black-1.svg - Favicon: https://treble.ai/wp-content/uploads/2026/02/Frame-1171275166-150x150.png ## UI Components - buttonPrimary: background=#A382FF, textColor=#FFFFFF, borderRadius=10px, shadow=rgb(255, 255, 255) 6px 6px 0px 0px - buttonSecondary: background=#FFFFFF, textColor=#6E5CA6, borderColor=#B39AFF, borderRadius=10px, shadow=rgb(179, 154, 255) 6px 6px 0px 0px ## Brand Personality Tone: modern · Energy: medium · Audience: businesses looking for marketing solutions ## treble.ai Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Integramos a sua conta na HubSpot ao WhatsApp | treble.ai** - Image: https://pages.treble.ai/hubfs/Integra%C3%A7%C3%A3o%20Treble%20HubSpot.png - Source: https://pages.treble.ai/pt-br/integracao-hubspot-whatsapp - **Blog [EN] - Treble.ai** - Image: https://treble.ai/wp-content/uploads/2026/04/StartSe-Thumbnails-EN-1-scaled.png - Source: https://treble.ai/en/blog/ - **Todo tu equipo integrado a HubSpot y WhatsApp desde su celular | Treble.ai** - Image: https://pages.treble.ai/hubfs/2fd8033d47f0ffb9f7af66e24a045591.png - Source: https://pages.treble.ai/movil - **WhatsApp & HubSpot Integration | Treble.AI** - Image: https://treble.ai/wp-content/uploads/2026/02/IconE-3.png - Source: https://treble.ai/en/hubspot-whatsapp-integration/ - **Todo tu equipo integrado a HubSpot y WhatsApp desde su celular | Treble.ai** - Image: https://pages.treble.ai/hubfs/Banner.png - Source: https://pages.treble.ai/movil - **WhatsApp & HubSpot Integration | Treble.AI** - Image: https://treble.ai/wp-content/uploads/2026/02/IconH-2.png - Source: https://treble.ai/en/hubspot-whatsapp-integration/ ## 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: 1. Open the company's homepage in a browser with DevTools open. 2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf). 3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes. 4. For each captured font URL: right-click → Save As to download the file locally. 5. 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 ```json { "colorScheme": "light", "fonts": [ { "family": "Work Sans", "role": "body" } ], "colors": { "primary": "#B39AFF", "secondary": "#A382FF", "accent": "#A382FF", "background": "#FFFFFF", "textPrimary": "#191919", "link": "#CC3366" }, "typography": { "fontFamilies": { "primary": "Work Sans", "heading": "Work Sans" }, "fontStacks": { "heading": [ "Work Sans", "sans-serif" ], "body": [ "-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": [ "Work Sans", "sans-serif" ] }, "fontSizes": { "h1": "60px", "h2": "50px", "body": "18px" } }, "spacing": { "baseUnit": 4, "borderRadius": "4px" }, "components": { "buttonPrimary": { "background": "#A382FF", "textColor": "#FFFFFF", "borderRadius": "10px", "borderRadiusCorners": { "topLeft": "10px", "topRight": "10px", "bottomRight": "10px", "bottomLeft": "10px" }, "shadow": "rgb(255, 255, 255) 6px 6px 0px 0px" }, "buttonSecondary": { "background": "#FFFFFF", "textColor": "#6E5CA6", "borderColor": "#B39AFF", "borderRadius": "10px", "borderRadiusCorners": { "topLeft": "10px", "topRight": "10px", "bottomRight": "10px", "bottomLeft": "10px" }, "shadow": "rgb(179, 154, 255) 6px 6px 0px 0px" } }, "images": { "logo": "https://treble.ai/wp-content/uploads/2026/02/Logo-Horizontal-black-1.svg", "favicon": "https://treble.ai/wp-content/uploads/2026/02/Frame-1171275166-150x150.png", "ogImage": null, "logoHref": "https://treble.ai/en/home-en/" }, "__llm_logo_reasoning": { "selectedIndex": 0, "reasoning": "Selected #0 because it is visible, located in the header, and matches the brand name 'Treble.ai'. It is the most prominent logo fitting the brand identity.", "confidence": 0.9, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 2, "text": "Create Account", "reasoning": "Button #2 uses the vibrant brand color #A382FF, which aligns with the primary brand color and has action-oriented text 'Create Account', making it the most prominent CTA." }, "secondary": { "index": 4, "text": "Talk to Sales", "reasoning": "Button #4 has a different background color (#FFFFFF) and offers a secondary action 'Talk to Sales', which complements the primary CTA." }, "confidence": 0.95 }, "personality": { "tone": "modern", "energy": "medium", "targetAudience": "businesses looking for marketing solutions" }, "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 visible, located in the header, and matches the brand name 'Treble.ai'. It is the most prominent logo fitting the brand identity.", "confidence": 0.9 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```