Home · Branding · Telemetron

Telemetron Brand Identity

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

Download JSON
Primary
#2B303B
Accent
#00D696
Body Font
Times New Roman
Heading
Instrument Serif

Color Palette

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

primary
#2B303B
rgb(43, 48, 59)
secondary
#CFE2DE
rgb(207, 226, 222)
accent
#00D696
rgb(0, 214, 150)
background
#FDFDFC
rgb(253, 253, 252)
textPrimary
#0C0E12
rgb(12, 14, 18)
link
#00D696
rgb(0, 214, 150)

Typography

Each font links to its Google Fonts page where available.

primary
Times New Roman
Times New Roman Google Fonts →
heading
Instrument Serif
Instrument Serif Google Fonts →
Instrument Serif, Georgia, 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

Telemetron logo
Logo
Telemetron favicon
Favicon
Telemetron social image
Social Card

UI Components

Live previews rendered using Telemetron's actual button styles.

input
background #FDFDFC textColor #14181F borderColor #E6E6E6 borderRadius 0px shadow none
buttonPrimary
background #0C0E12 textColor #FFFFFF borderColor #FDFDFC borderRadius 0px shadow none
buttonSecondary
background #FDFDFC textColor #717477 borderColor #E6E6E6 borderRadius 0px shadow none

Brand Personality

Tone: professional Energy: medium Audience: hardware companies

Telemetron Brand in the Wild

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

Frequently Asked Questions

What is Telemetron's primary brand color?

Telemetron's primary brand color is #2B303B. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Telemetron use?

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

What font does Telemetron use?

Telemetron uses Times New Roman for body text and Instrument Serif for headings. Fonts were detected on https://www.telemetron.ai/ as part of their live design system.

Does Telemetron use a light or dark theme?

Telemetron's primary site uses a dark color scheme, with a background of #FDFDFC.

Where can I find Telemetron's logo?

Telemetron's logo is available directly on their site (https://www.telemetron.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.telemetron.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 Telemetron.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Times New Roman",
      "role": "body"
    },
    {
      "family": "JetBrains Mono",
      "role": "monospace"
    },
    {
      "family": "Space Mono",
      "role": "monospace"
    },
    {
      "family": "Instrument Serif",
      "role": "heading"
    },
    {
      "family": "Georgia",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#2B303B",
    "secondary": "#CFE2DE",
    "accent": "#00D696",
    "background": "#FDFDFC",
    "textPrimary": "#0C0E12",
    "link": "#00D696"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Times New Roman",
      "heading": "Instrument Serif"
    },
    "fontStacks": {
      "heading": [
        "Instrument Serif",
        "Georgia",
        "serif"
      ],
      "body": [
        "Times New Roman"
      ],
      "paragraph": [
        "Times New Roman"
      ]
    },
    "fontSizes": {
      "h1": "96px",
      "h2": "60px",
      "body": "24px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "#FDFDFC",
      "textColor": "#14181F",
      "borderColor": "#E6E6E6",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#0C0E12",
      "textColor": "#FFFFFF",
      "borderColor": "#FDFDFC",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FDFDFC",
      "textColor": "#717477",
      "borderColor": "#E6E6E6",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20120%20120%22%20class%3D%22shrink-0%20transition-transform%20duration-300%20group-hover%3Ascale-110%22%20fill%3D%22none%22%20width%3D%2226%22%20height%3D%2226%22%20data-fc-idx%3D%220%22%3E%3Crect%20x%3D%2230%22%20y%3D%2230%22%20width%3D%2230%22%20height%3D%2230%22%20stroke%3D%22hsl(162%2C%20100%25%2C%2042%25)%22%20stroke-width%3D%225%22%20fill%3D%22none%22%20style%3D%22fill%3A%20none%20!important%3B%20stroke%3A%20rgb(0%2C%20214%2C%20150)%20!important%3B%20stroke-width%3A%205px%20!important%3B%22%2F%3E%3Crect%20x%3D%2245%22%20y%3D%2245%22%20width%3D%2230%22%20height%3D%2230%22%20stroke%3D%22hsl(162%2C%20100%25%2C%2042%25)%22%20stroke-width%3D%225%22%20fill%3D%22none%22%20style%3D%22fill%3A%20none%20!important%3B%20stroke%3A%20rgb(0%2C%20214%2C%20150)%20!important%3B%20stroke-width%3A%205px%20!important%3B%22%2F%3E%3Crect%20x%3D%2260%22%20y%3D%2260%22%20width%3D%2230%22%20height%3D%2230%22%20stroke%3D%22hsl(162%2C%20100%25%2C%2042%25)%22%20stroke-width%3D%225%22%20fill%3D%22none%22%20style%3D%22fill%3A%20none%20!important%3B%20stroke%3A%20rgb(0%2C%20214%2C%20150)%20!important%3B%20stroke-width%3A%205px%20!important%3B%22%2F%3E%3Cline%20x1%3D%2245%22%20y1%3D%2245%22%20x2%3D%2260%22%20y2%3D%2260%22%20stroke%3D%22hsl(162%2C%20100%25%2C%2042%25)%22%20stroke-width%3D%223.5%22%20style%3D%22fill%3A%20none%20!important%3B%20stroke%3A%20rgb(0%2C%20214%2C%20150)%20!important%3B%20stroke-width%3A%203.5px%20!important%3B%22%2F%3E%3Cline%20x1%3D%2260%22%20y1%3D%2260%22%20x2%3D%2275%22%20y2%3D%2275%22%20stroke%3D%22hsl(162%2C%20100%25%2C%2042%25)%22%20stroke-width%3D%223.5%22%20style%3D%22fill%3A%20none%20!important%3B%20stroke%3A%20rgb(0%2C%20214%2C%20150)%20!important%3B%20stroke-width%3A%203.5px%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://www.telemetron.ai/icon.svg",
    "ogImage": "https://telemodal.com/opengraph-image?d176b067bfc7e417",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, which are strong indicators of being the main brand logo.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Request Demo",
      "reasoning": "Button #0 with text 'Request Demo' is likely the primary CTA due to its action-oriented text and prominence. It is part of the main color group and stands out as a key action for users."
    },
    "secondary": {
      "index": 9,
      "text": "View all articles",
      "reasoning": "Button #9 'View all articles' is from a different color group (#FDFDFC) and serves as a secondary action, providing additional information without the same level of urgency as the primary CTA."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "hardware companies"
  },
  "designSystem": {
    "framework": "tailwind",
    "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, which are strong indicators of being the main brand logo.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles