llms.txt

Solve Intelligence Brand Identity

A complete profile of Solve Intelligence's visual system — colors, typography, components, and personality — extracted from https://www.solveintelligence.com/. Built for designers, agents, and AI tools.

Quick Facts

Field Value
Primary #4E3CED
Accent #08090F
Body Font Helvetica
Heading Font Helvetica

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: modern · Energy: medium · Audience: tech-savvy professionals

Solve Intelligence Brand in the Wild

Real-world brand assets — ads, campaigns, marketing materials.

Working with these fonts

Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:

  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

{
 "colorScheme": "dark",
 "fonts": [
 {
 "family": "Helvetica",
 "role": "body"
 }
 ],
 "colors": {
 "primary": "#4E3CED",
 "secondary": "#2D40EA",
 "accent": "#08090F",
 "background": "#08090F",
 "textPrimary": "#08090F",
 "link": "#3898EC"
 },
 "typography": {
 "fontFamilies": {
 "primary": "Helvetica",
 "heading": "Helvetica"
 },
 "fontStacks": {
 "heading": [
 "Helvetica",
 "Arial",
 "sans-serif"
 ],
 "body": [
 "Helvetica",
 "Arial",
 "sans-serif"
 ],
 "paragraph": [
 "Helvetica",
 "Arial",
 "sans-serif"
 ]
 },
 "fontSizes": {
 "h1": "84px",
 "h2": "48px",
 "body": "20px"
 }
 },
 "spacing": {
 "baseUnit": 4,
 "borderRadius": "20px"
 },
 "components": {
 "buttonPrimary": {
 "background": "#08090F",
 "textColor": "#FFFFFF",
 "borderColor": "#FFFFFF",
 "borderRadius": "90px",
 "borderRadiusCorners": {
 "topLeft": "90px",
 "topRight": "90px",
 "bottomRight": "90px",
 "bottomLeft": "90px"
 },
 "shadow": "none"
 },
 "buttonSecondary": {
 "background": "#FFFFFF",
 "textColor": "#000000",
 "borderColor": "#FFFFFF",
 "borderRadius": "90px",
 "borderRadiusCorners": {
 "topLeft": "90px",
 "topRight": "90px",
 "bottomRight": "90px",
 "bottomLeft": "90px"
 },
 "shadow": "none"
 }
 },
 "images": {
 "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2040%2040%22%20fill%3D%22none%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20aria-hidden%3D%22true%22%20role%3D%22img%22%20data-fc-idx%3D%220%22%3E%0A%3Cpath%20d%3D%22M20%2039C30.4934%2039%2039%2030.4934%2039%2020C39%209.50659%2030.4934%201%2020%201C9.50659%201%201%209.50659%201%2020C1%2030.4934%209.50659%2039%2020%2039Z%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.01351%22%20style%3D%22fill%3A%20none%20!important%3B%20stroke%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%20stroke-width%3A%201.01351px%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M22.7001%2029.9065V28.5549C22.7001%2026.9214%2024.4764%2025.3768%2025.6286%2024.2746C27.2529%2022.7218%2028.1067%2020.6358%2028.1067%2018.192C28.1067%2013.6865%2024.5175%2010.0821%2019.9967%2010.0821C18.9309%2010.0791%2017.875%2010.2868%2016.8897%2010.6933C15.9044%2011.0999%2015.0092%2011.6971%2014.2555%2012.4508C13.5018%2013.2045%2012.9045%2014.0997%2012.498%2015.085C12.0915%2016.0703%2011.8838%2017.1262%2011.8868%2018.192C11.8868%2020.5484%2012.7772%2022.7758%2014.3648%2024.2746C15.5109%2025.3565%2017.2934%2026.9047%2017.2934%2028.5549V29.9065%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.77657%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20style%3D%22fill%3A%20none%20!important%3B%20stroke%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%20stroke-width%3A%201.77657px%20!important%3B%20stroke-linecap%3A%20round%20!important%3B%20stroke-linejoin%3A%20round%20!important%3B%22%2F%3E%0A%3C%2Fsvg%3E",
 "favicon": "https://cdn.prod.website-files.com/65032808442beb3113d40663/652969bbb441c7e11fa4b312_solve_intelligence_logo_32x32.png",
 "ogImage": "https://cdn.prod.website-files.com/65032808442beb3113d40663/67f4cf20ff9e27e23a433f7e_OpenGraph.png",
 "logoHref": "/"
 },
 "__llm_logo_reasoning": {
 "selectedIndex": 1,
 "reasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, matching the brand 'Solve Intelligence'.",
 "confidence": 0.95,
 "source": "llm"
 },
 "__llm_button_reasoning": {
 "primary": {
 "index": 1,
 "text": "Request Demo",
 "reasoning": "Button #1 ('Request Demo') has a dark background (#08090F) which stands out as a primary CTA due to its prominence and action-oriented text."
 },
 "secondary": {
 "index": 2,
 "text": "Request Demo",
 "reasoning": "Button #2 ('Request Demo') has a light background (#FFFFFF) and serves as a secondary option with the same text but less visual weight."
 },
 "confidence": 0.9
 },
 "personality": {
 "tone": "modern",
 "energy": "medium",
 "targetAudience": "tech-savvy professionals"
 },
 "designSystem": {
 "framework": "custom",
 "componentLibrary": ""
 },
 "confidence": {
 "buttons": 0.9,
 "colors": 0.9,
 "overall": 0.9
 },
 "__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 links to the homepage, matching the brand 'Solve Intelligence'.",
 "confidence": 0.95
 }
 },
 "buttonClassification": {
 "llmCalled": true,
 "llmSucceeded": true
 }
 }
}