sugarcrm.json
SugarCRM Brand Identity
A complete profile of SugarCRM's visual system — colors, typography, components, and personality — extracted from https://sugarcrm.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/sugarcrm
- Machine-readable JSON: https://characterquilt.com/branding/sugarcrm.json
- Per-page llms.txt: https://characterquilt.com/branding/sugarcrm/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #16A7FF |
| Accent | #16A7FF |
| Body Font | Arial |
| Heading Font | Poppins |
Color Palette
- primary: #16A7FF
- secondary: #FF8200
- accent: #16A7FF
- background: #FFFFFF
- textPrimary: #101820
- link: #101820
Typography
- primary: Arial — https://fonts.google.com/specimen/Arial
- heading: Poppins — https://fonts.google.com/specimen/Poppins
Visual Assets
- Logo: https://www.sugarcrm.com/wp-content/themes/sugarcrm-child/dist/images/sugarcrm-logo-wht.svg
- Favicon: https://www.sugarcrm.com/wp-content/uploads/2021/05/cropped-favicon-300x300-1-96x96.png
- Social card (og:image): https://www.sugarcrm.com/wp-content/uploads/2021/05/sugarcrm-facebook-card.png
UI Components
- buttonPrimary: background=#16A7FF, textColor=#FFFFFF, borderRadius=8px, shadow=none
- buttonSecondary: background=#3DE6BB, textColor=#000000, borderColor=#3DE6BB, borderRadius=8px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: B2B companies looking for CRM solutions
SugarCRM Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- SugarAI (formerly SugarCRM) | Precision selling platform
- Unlocking Success in Manufacturing through Customer Experience Trends: Insights from aheadCRM's Report | SugarCRM
- Provident ® InterAction | SugarCRM Module
- It's Time to Let the Platform Do the Work | SugarCRM
- SugarClub
- What's Next for Digital Disruption? | SugarCRM Blog
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": "Poppins",
"role": "heading"
},
{
"family": "Arial",
"role": "body"
},
{
"family": "Object Sans",
"role": "unknown"
}
],
"colors": {
"primary": "#16A7FF",
"secondary": "#FF8200",
"accent": "#16A7FF",
"background": "#FFFFFF",
"textPrimary": "#101820",
"link": "#101820"
},
"typography": {
"fontFamilies": {
"primary": "Arial",
"heading": "Poppins"
},
"fontStacks": {
"heading": [
"Poppins"
],
"body": [
"Object Sans",
"sans-serif"
],
"paragraph": [
"Poppins"
]
},
"fontSizes": {
"h1": "64px",
"h2": "32px",
"body": "26px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "5px"
},
"components": {
"buttonPrimary": {
"background": "#16A7FF",
"textColor": "#FFFFFF",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#3DE6BB",
"textColor": "#000000",
"borderColor": "#3DE6BB",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://www.sugarcrm.com/wp-content/themes/sugarcrm-child/dist/images/sugarcrm-logo-wht.svg",
"favicon": "https://www.sugarcrm.com/wp-content/uploads/2021/05/cropped-favicon-300x300-1-96x96.png",
"ogImage": "https://www.sugarcrm.com/wp-content/uploads/2021/05/sugarcrm-facebook-card.png",
"logoHref": "https://www.sugarcrm.com/",
"logoAlt": "SugarCRM"
},
"__llm_logo_reasoning": {
"selectedIndex": 1,
"reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'SugarCRM'.",
"confidence": 0.9,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 8,
"text": "Product Overview",
"reasoning": "Button #1 uses the brand's primary color (#16A7FF) and has a strong call-to-action text 'Product Overview', making it the most prominent CTA."
},
"secondary": {
"index": 1,
"text": "Watch free demo",
"reasoning": "Button #4 uses a different vibrant color (#3DE6BB) and offers a secondary action 'Watch free demo', making it suitable as a secondary CTA."
},
"confidence": 0.95
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "B2B companies looking for CRM solutions"
},
"designSystem": {
"framework": "bootstrap",
"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 'SugarCRM'.",
"confidence": 0.9
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}