llms.txt
Adaptional Brand Identity
A complete profile of Adaptional's visual system — colors, typography, components, and personality — extracted from https://www.adaptional.com/. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #1B9892 |
| Accent | #1B9892 |
| Body Font | IBM Plex Sans |
| Heading Font | Halyard Display |
Color Palette
- primary: #1B9892
- secondary: #1863DC
- accent: #1B9892
- background: #FFFFFF
- textPrimary: #616161
- link: #147C78
Typography
- primary: IBM Plex Sans — https://fonts.google.com/specimen/IBM+Plex+Sans
- heading: Halyard Display — https://fonts.google.com/specimen/Halyard+Display
Visual Assets
- Logo: .svg)
- Favicon:
- Social card (og:image): .png)
UI Components
- buttonPrimary: background=#1B9892, textColor=#FFFFFF, borderColor=#1B9892, borderRadius=2px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#2C2C2C, borderRadius=0px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: business professionals
Adaptional Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Turn data & documents into decisions | Adaptional
- Image:
- Source: https://www.adaptional.com/
- Turn data & documents into decisions | Adaptional
- Image: .png)
- Source: https://www.adaptional.com/
- List Of Words With The Prefix "ad"
- Artificial Intelligence designs, themes, templates and downloadable graphic elements on Dribbble
- Adaptional is the first system of intelligence for insurance. Legacy systems structure work. BPOs offshore work. Adaptional's AI does insurance work. Led by 2x YC founders Suril Kantaria and Kevin… | Y
- Insurance Logo designs, themes, templates and downloadable graphic elements on Dribbble
- Image:
- Source: https://dribbble.com/tags/insurance-logo
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": "IBM Plex Sans",
"role": "body"
},
{
"family": "Halyard Display",
"role": "heading"
}
],
"colors": {
"primary": "#1B9892",
"secondary": "#1863DC",
"accent": "#1B9892",
"background": "#FFFFFF",
"textPrimary": "#616161",
"link": "#147C78"
},
"typography": {
"fontFamilies": {
"primary": "IBM Plex Sans",
"heading": "Halyard Display"
},
"fontStacks": {
"heading": [
"Halyard Display",
"Arial",
"sans-serif"
],
"body": [
"IBM Plex Sans",
"sans-serif"
],
"paragraph": [
"IBM Plex Sans",
"sans-serif"
]
},
"fontSizes": {
"h1": "64px",
"h2": "48px",
"body": "18px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "2px"
},
"components": {
"buttonPrimary": {
"background": "#1B9892",
"textColor": "#FFFFFF",
"borderColor": "#1B9892",
"borderRadius": "2px",
"borderRadiusCorners": {
"topLeft": "2px",
"topRight": "2px",
"bottomRight": "2px",
"bottomLeft": "2px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#2C2C2C",
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://cdn.prod.website-files.com/688a31da0b3b0759333b3233/68c2a865c2bf97e4e358997e_Logo%20(1).svg",
"favicon": "https://cdn.prod.website-files.com/688a31da0b3b0759333b3233/68bf3b91bb6a9e926ae2349b_adaptioonal_fav-32.png",
"ogImage": "https://cdn.prod.website-files.com/688a31da0b3b0759333b3233/68bf3ced1a65c3c48534a49b_ogv-img%20(1).png",
"logoHref": "/",
"logoAlt": "Adaptional logo"
},
"__llm_logo_reasoning": {
"selectedIndex": 2,
"reasoning": "Selected #2 because it is visible, medium-sized, and matches the brand name 'Adaptional' with a direct link to the homepage.",
"confidence": 0.9,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 5,
"text": "Accept All",
"reasoning": "Button #5 'Accept All' uses the vibrant brand color #1B9892, making it stand out as the primary CTA."
},
"secondary": {
"index": 0,
"text": "Request Demo",
"reasoning": "Button #0 'Request Demo' has a different background color (#FFFFFF) and serves as a secondary action."
},
"confidence": 0.95
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "business professionals"
},
"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": 2,
"selectedLogoReasoning": "Selected #2 because it is visible, medium-sized, and matches the brand name 'Adaptional' with a direct link to the homepage.",
"confidence": 0.9
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}