Benson Brand Identity
A complete profile of Benson's visual system — colors, typography, components, and personality — extracted from https://www.meetbenson.com/. Built for designers, agents, and AI tools.
Color Palette
Brand palette extracted from https://www.meetbenson.com/.
Typography
Each font links to its Google Fonts page where available.
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.
Visual Assets

UI Components
Live previews rendered using Benson's actual button styles.
Brand Personality
Benson Brand in the Wild
Real-world brand assets — ads, campaigns, and marketing materials.
Frequently Asked Questions
What is Benson's primary brand color?
Benson's primary brand color is #043F80. It anchors the visual identity across their website, product UI, and marketing materials.
What accent color does Benson use?
Benson uses #3898EC as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.
What font does Benson use?
Benson uses Roboto as the primary typeface across body and headings.
Does Benson use a light or dark theme?
Benson's primary site uses a dark color scheme, with a background of #090A0A.
Where can I find Benson's logo?
Benson's logo is available directly on their site (https://www.meetbenson.com/). The current logo URL is included in the machine-readable JSON profile linked above.
How was this brand profile generated?
This profile was extracted from https://www.meetbenson.com/ using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by Benson.
Methodology
Brand data on this page was extracted from https://www.meetbenson.com/ on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by Benson.
Machine-Readable Profile
Direct endpoints for agents, designers, and tooling. No login or auth required.
{
"colorScheme": "dark",
"fonts": [
{
"family": "Roboto",
"role": "body"
}
],
"colors": {
"primary": "#043F80",
"secondary": "#0082F3",
"accent": "#3898EC",
"background": "#090A0A",
"textPrimary": "#090A0A",
"link": "#3898EC"
},
"typography": {
"fontFamilies": {
"primary": "Roboto",
"heading": "Roboto"
},
"fontStacks": {
"heading": [
"system-ui",
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Roboto",
"Oxygen",
"Ubuntu",
"Cantarell",
"Fira Sans",
"Droid Sans",
"Helvetica Neue",
"sans-serif"
],
"body": [
"system-ui",
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Roboto",
"Oxygen",
"Ubuntu",
"Cantarell",
"Fira Sans",
"Droid Sans",
"Helvetica Neue",
"sans-serif"
],
"paragraph": [
"system-ui",
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Roboto",
"Oxygen",
"Ubuntu",
"Cantarell",
"Fira Sans",
"Droid Sans",
"Helvetica Neue",
"sans-serif"
]
},
"fontSizes": {
"h1": "64px",
"h2": "56px",
"body": "18px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "100px"
},
"components": {
"buttonPrimary": {
"background": "#FFFFFF",
"textColor": "#043F80",
"borderRadius": "1000px",
"borderRadiusCorners": {
"topLeft": "1000px",
"topRight": "1000px",
"bottomRight": "1000px",
"bottomLeft": "1000px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#303131",
"textColor": "#FFFFFF",
"borderRadius": "1000px",
"borderRadiusCorners": {
"topLeft": "1000px",
"topRight": "1000px",
"bottomRight": "1000px",
"bottomLeft": "1000px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://cdn.prod.website-files.com/6863521e92a74ee794707311/68636b4f064746c6a3c1fc1c_Benson_Logo.svg",
"favicon": "https://cdn.prod.website-files.com/6863521e92a74ee794707311/6864a79bc170c80c07a0ae88_benson-favicon-32x32.png",
"ogImage": "https://cdn.prod.website-files.com/6863521e92a74ee794707311/68674d7064a1c3fc8ca4a69a_open-graphic-Benson.png",
"logoHref": "/",
"logoAlt": "Benson Logo"
},
"__llm_logo_reasoning": {
"selectedIndex": 18,
"reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, matching the brand name 'Benson'.",
"confidence": 0.95,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 2,
"text": "Try Benson for free",
"reasoning": "Button #2 'Try Benson for free' has a vibrant and inviting call-to-action text, making it the most likely primary CTA. It stands out with a light background and brand-colored text, aligning with the site's goal of encouraging users to try the service."
},
"secondary": {
"index": 0,
"text": "Join Android Waitlist",
"reasoning": "Button #0 'Join Android Waitlist' has a different background color and serves as a secondary action, targeting a specific user group interested in Android."
},
"confidence": 0.9
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "individual investors"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.9,
"colors": 0.95,
"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 links to the homepage, matching the brand name 'Benson'.",
"confidence": 0.95
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
} 