Home · Branding · Treeline

Treeline Brand Identity

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

Download JSON
Primary
#6F4BCB
Accent
#F2F3F1
Body Font
KH Teka
Heading
FK Grotesk

Color Palette

Brand palette extracted from https://www.treeline.ai/.

primary
#6F4BCB
rgb(111, 75, 203)
secondary
#3898EC
rgb(56, 152, 236)
accent
#F2F3F1
rgb(242, 243, 241)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#141A16
rgb(20, 26, 22)
link
#F25C05
rgb(242, 92, 5)

Typography

Each font links to its Google Fonts page where available.

primary
KH Teka
heading
FK Grotesk
Reserve Condensed Light, Arial, sans-serif
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

Treeline logo
Logo
Treeline favicon
Favicon
Treeline social image
Social Card

UI Components

Live previews rendered using Treeline's actual button styles.

input
background transparent textColor #9DA39B borderColor null borderRadius 0px shadow none
buttonPrimary
background #F2F3F1 textColor #141A16 borderColor #F89629 borderRadius 999px shadow none
buttonSecondary
background transparent textColor #141A16 borderColor #F89629 borderRadius 999px shadow none

Brand Personality

Tone: modern Energy: medium Audience: growing companies looking for AI-powered IT and security solutions

Treeline Brand in the Wild

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

Frequently Asked Questions

What is Treeline's primary brand color?

Treeline's primary brand color is #6F4BCB. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Treeline use?

Treeline uses #F2F3F1 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Treeline use?

Treeline uses KH Teka for body text and FK Grotesk for headings. Fonts were detected on https://www.treeline.ai/ as part of their live design system.

Does Treeline use a light or dark theme?

Treeline's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find Treeline's logo?

Treeline's logo is available directly on their site (https://www.treeline.ai/). 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.treeline.ai/ 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 Treeline.

Methodology

Brand data on this page was extracted from https://www.treeline.ai/ 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 Treeline.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "FK Grotesk",
      "role": "heading"
    },
    {
      "family": "KH Teka",
      "role": "body"
    },
    {
      "family": "Reserve Condensed Light",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#6F4BCB",
    "secondary": "#3898EC",
    "accent": "#F2F3F1",
    "background": "#FFFFFF",
    "textPrimary": "#141A16",
    "link": "#F25C05"
  },
  "typography": {
    "fontFamilies": {
      "primary": "KH Teka",
      "heading": "FK Grotesk"
    },
    "fontStacks": {
      "heading": [
        "Reserve Condensed Light",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "KH Teka",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Reserve Condensed Light",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "55.8px",
      "h2": "55.8px",
      "body": "57.6px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#9DA39B",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#F2F3F1",
      "textColor": "#141A16",
      "borderColor": "#F89629",
      "borderRadius": "999px",
      "borderRadiusCorners": {
        "topLeft": "999px",
        "topRight": "999px",
        "bottomRight": "999px",
        "bottomLeft": "999px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#141A16",
      "borderColor": "#F89629",
      "borderRadius": "999px",
      "borderRadiusCorners": {
        "topLeft": "999px",
        "topRight": "999px",
        "bottomRight": "999px",
        "bottomLeft": "999px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/698c972e863e32ea589386ce/69b0568656b24a8d17ae7808_Treeline-Logo(lockup)-black.svg",
    "favicon": "https://cdn.prod.website-files.com/698c972e863e32ea589386ce/69ca5f900e263f7d88bee42f_treeline_favicon.png",
    "ogImage": "https://cdn.prod.website-files.com/698c972e863e32ea589386ce/69ca96e41e0393d866e0ff6f_Treeline_main_1200x630%202.png",
    "logoHref": "/",
    "logoAlt": "Treeline logotype"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Selected #1 because it is visible, medium-sized, and matches the brand name 'Treeline'. It links to the homepage, making it the primary brand logo.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "start the conversation",
      "reasoning": "Button #1 has a vibrant green background and action-oriented text 'start the conversation', making it a strong candidate for the primary CTA."
    },
    "secondary": {
      "index": 3,
      "text": "start the conversation",
      "reasoning": "Button #3 has a transparent background, providing a contrast to the primary button's vibrant color, making it suitable as a secondary CTA."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "growing companies looking for AI-powered IT and security solutions"
  },
  "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, medium-sized, and matches the brand name 'Treeline'. It links to the homepage, making it the primary brand logo.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles