# SendHub Brand Identity A complete profile of **SendHub**'s visual system — colors, typography, components, and personality — extracted from http://sendhub.com. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/sendhub - Machine-readable JSON: https://characterquilt.com/branding/sendhub.json - Per-page llms.txt: https://characterquilt.com/branding/sendhub/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #35943F | | Accent | #35943F | | Body Font | Poppins | | Heading Font | Poppins | ## Color Palette - primary: #35943F - secondary: #2575FC - accent: #35943F - background: #FFFFFF - textPrimary: #35943F - link: #35943F ## Typography - primary: Poppins — https://fonts.google.com/specimen/Poppins - heading: Poppins — https://fonts.google.com/specimen/Poppins ## Visual Assets - Logo: https://www.sendhub.com/wp-content/uploads/2025/04/sendhub-log.svg - Favicon: https://www.sendhub.com/wp-content/uploads/2025/04/sendhub-fav.svg - Social card (og:image): https://lightslategrey-shrew-983109.hostingersite.com/wp-content/uploads/2025/07/home-hero-new.webp ## UI Components - buttonPrimary: background=#35943F, textColor=#FFFFFF, borderColor=#35943F, borderRadius=3px, shadow=none - buttonSecondary: background=#99E0AE, textColor=#35943F, borderRadius=3px, shadow=none ## Brand Personality Tone: professional · Energy: medium · Audience: businesses looking for SMS marketing solutions ## SendHub Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **SendHub Rolls Out New Outbound MMS Functionality** - Image: https://www.sendhub.com/wp-content/uploads/2018/05/MMS-Now-Available-on-SHpng.png - Source: https://www.sendhub.com/new-outbound-mms-functionality/ - **The Role of SMS Gateways in Modern Communication | SendHub** - Image: https://www.sendhub.com/wp-content/uploads/2021/07/MMS-blog-1-1.png - Source: https://www.sendhub.com/the-role-of-sms-gateways-in-modern-communication/ - **How to Send Bulk SMS | SendHub Text Messaging Solutions |** - Image: https://www.sendhub.com/wp-content/uploads/2025/07/social-media-marketing-concept-marketing-with-applications-scaled.jpg - Source: https://www.sendhub.com/how-to-send-bulk-sms/ - **Business Texting Blog | SMS Marketing Guides & Tips | SendHub** - Image: https://www.sendhub.com/wp-content/uploads/2026/04/Real-Estate-Text-Messaging-in-2026-From-Lead-Capture-to-Closing-Deals-e1776861435270.webp - Source: https://www.sendhub.com/blogs/ - **SMS Notifications for Business | SendHub** - Image: https://www.sendhub.com/wp-content/uploads/2025/05/notification.png - Source: https://www.sendhub.com/sms-notifications-for-business/ ## 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": "Poppins", "role": "body" } ], "colors": { "primary": "#35943F", "secondary": "#2575FC", "accent": "#35943F", "background": "#FFFFFF", "textPrimary": "#35943F", "link": "#35943F" }, "typography": { "fontFamilies": { "primary": "Poppins", "heading": "Poppins" }, "fontStacks": { "heading": [ "Poppins", "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": [ "Poppins", "sans-serif" ] }, "fontSizes": { "h1": "48px", "h2": "35.2px", "body": "16px" } }, "spacing": { "baseUnit": 4, "borderRadius": "5px" }, "components": { "buttonPrimary": { "background": "#35943F", "textColor": "#FFFFFF", "borderColor": "#35943F", "borderRadius": "3px", "borderRadiusCorners": { "topLeft": "3px", "topRight": "3px", "bottomRight": "3px", "bottomLeft": "3px" }, "shadow": "none" }, "buttonSecondary": { "background": "#99E0AE", "textColor": "#35943F", "borderRadius": "3px", "borderRadiusCorners": { "topLeft": "3px", "topRight": "3px", "bottomRight": "3px", "bottomLeft": "3px" }, "shadow": "none" } }, "images": { "logo": "https://www.sendhub.com/wp-content/uploads/2025/04/sendhub-log.svg", "favicon": "https://www.sendhub.com/wp-content/uploads/2025/04/sendhub-fav.svg", "ogImage": "https://lightslategrey-shrew-983109.hostingersite.com/wp-content/uploads/2025/07/home-hero-new.webp", "logoHref": "https://www.sendhub.com" }, "__llm_logo_reasoning": { "selectedIndex": 0, "reasoning": "Selected #1 because it is visible, medium-sized, located in the body but links to the homepage, and matches the brand name 'SendHub'.", "confidence": 0.9, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 6, "text": "Sign Up", "reasoning": "Button #0 with text 'Sign Up' uses the vibrant brand color #35943F, which is a strong indicator of a primary call-to-action. The action-oriented text further supports this choice." }, "secondary": { "index": 11, "text": "Learn More", "reasoning": "Button #1 with text 'Learn More' uses a different color #99E0AE, making it suitable as a secondary button. It provides additional information, complementing the primary action." }, "confidence": 0.95 }, "personality": { "tone": "professional", "energy": "medium", "targetAudience": "businesses looking for SMS 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": 1, "selectedLogoReasoning": "Selected #1 because it is visible, medium-sized, located in the body but links to the homepage, and matches the brand name 'SendHub'.", "confidence": 0.9 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```