Home · Branding · Trestle Biotherapeutics

Trestle Biotherapeutics Brand Identity

A complete profile of Trestle Biotherapeutics's visual system — colors, typography, components, and personality — extracted from http://www.trestlebio.com. Built for designers, agents, and AI tools.

Download JSON
Primary
#EF4D5A
Accent
#EF4D5A
Body Font
Open Sans
Heading
Avenir LT Std

Color Palette

Brand palette extracted from http://www.trestlebio.com.

primary
#EF4D5A
rgb(239, 77, 90)
secondary
#002C48
rgb(0, 44, 72)
accent
#EF4D5A
rgb(239, 77, 90)
background
#222222
rgb(34, 34, 34)
textPrimary
#000000
rgb(0, 0, 0)
link
#007897
rgb(0, 120, 151)

Typography

Each font links to its Google Fonts page where available.

primary
Open Sans
heading
Avenir LT Std
Avenir LT Std Google Fonts →
Avenir LT Std
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

Trestle Biotherapeutics logo
Logo
Trestle Biotherapeutics favicon
Favicon
Trestle Biotherapeutics social image
Social Card

UI Components

Live previews rendered using Trestle Biotherapeutics's actual button styles.

input
background #FFFFFF textColor #FFFFFF borderColor null borderRadius 0px shadow none
buttonPrimary
background #EF4D5A textColor #FFFFFF borderRadius 0px shadow none

Brand Personality

Tone: professional Energy: medium Audience: healthcare professionals and patients

Trestle Biotherapeutics Brand in the Wild

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

Frequently Asked Questions

What is Trestle Biotherapeutics's primary brand color?

Trestle Biotherapeutics's primary brand color is #EF4D5A. It anchors the visual identity across their website, product UI, and marketing materials.

What font does Trestle Biotherapeutics use?

Trestle Biotherapeutics uses Open Sans for body text and Avenir LT Std for headings. Fonts were detected on http://www.trestlebio.com as part of their live design system.

Does Trestle Biotherapeutics use a light or dark theme?

Trestle Biotherapeutics's primary site uses a dark color scheme, with a background of #222222.

Where can I find Trestle Biotherapeutics's logo?

Trestle Biotherapeutics's logo is available directly on their site (http://www.trestlebio.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 http://www.trestlebio.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 Trestle Biotherapeutics.

Methodology

Brand data on this page was extracted from http://www.trestlebio.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 Trestle Biotherapeutics.

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Avenir LT Std",
      "role": "heading"
    },
    {
      "family": "Open Sans",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#EF4D5A",
    "secondary": "#002C48",
    "accent": "#EF4D5A",
    "background": "#222222",
    "textPrimary": "#000000",
    "link": "#007897"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Open Sans",
      "heading": "Avenir LT Std"
    },
    "fontStacks": {
      "heading": [
        "Avenir LT Std"
      ],
      "body": [
        "Open Sans",
        "Helvetica",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Open Sans",
        "Helvetica",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "27.2px",
      "h2": "24px",
      "body": "20.8px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "3px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#FFFFFF",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#EF4D5A",
      "textColor": "#FFFFFF",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://trestlebio.com/wp-content/uploads/trestle_inline_ko_rgb_72.png",
    "favicon": "https://trestlebio.com/wp-content/uploads/trestle_favicon_color-1.png",
    "ogImage": "https://trestlebio.com/wp-content/uploads/trestle_meta_og.jpg",
    "logoHref": "https://trestlebio.com/",
    "logoAlt": "Trestle Biotherapeutics"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Selected #1 because it is visible, located in the header, links to the homepage, and matches the brand name 'Trestle Biotherapeutics'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Submit",
      "reasoning": "Button #0 with text 'Submit' is likely the primary CTA due to its action-oriented text and vibrant brand color (#EF4D5A), which aligns with the site's primary color scheme."
    },
    "secondary": {
      "index": -1,
      "text": "N/A",
      "reasoning": "Both buttons share the same background color (#EF4D5A), making it impossible to select a secondary button with a different color."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "healthcare professionals and patients"
  },
  "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": 1,
        "selectedLogoReasoning": "Selected #1 because it is visible, located in the header, links to the homepage, and matches the brand name 'Trestle Biotherapeutics'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles