Home · Branding · Tsenta

Tsenta Brand Identity

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

Download JSON
Primary
#7860FC
Accent
#7B69DB
Body Font
DM Sans
Heading
DM Sans

Color Palette

Brand palette extracted from https://tsenta.com.

primary
#7860FC
rgb(120, 96, 252)
secondary
#101828
rgb(16, 24, 40)
accent
#7B69DB
rgb(123, 105, 219)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#7B69DB
rgb(123, 105, 219)
link
#7B69DB
rgb(123, 105, 219)

Typography

Each font links to its Google Fonts page where available.

primary
DM Sans
heading
DM Sans
DM Sans, Helvetica Neue, Helvetica, 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

Tsenta favicon
Favicon
Tsenta social image
Social Card

UI Components

Live previews rendered using Tsenta's actual button styles.

input
background #FEFCFF textColor #171717 borderColor #AD46FF borderRadius 4px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, oklab(0.901998 0.0376404 -0.0504854) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px
buttonPrimary
background #FFFFFF textColor #7B69DB borderRadius 33554400px shadow none
buttonSecondary
background transparent textColor #FFFFFF borderColor #FFFFFF borderRadius 10px shadow none

Brand Personality

Tone: modern Energy: medium Audience: job seekers and professionals looking for automated application services

Tsenta Brand in the Wild

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

Frequently Asked Questions

What is Tsenta's primary brand color?

Tsenta's primary brand color is #7860FC. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Tsenta use?

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

What font does Tsenta use?

Tsenta uses DM Sans as the primary typeface across body and headings.

Does Tsenta use a light or dark theme?

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

How was this brand profile generated?

This profile was extracted from https://tsenta.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 Tsenta.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "DM Sans",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#7860FC",
    "secondary": "#101828",
    "accent": "#7B69DB",
    "background": "#FFFFFF",
    "textPrimary": "#7B69DB",
    "link": "#7B69DB"
  },
  "typography": {
    "fontFamilies": {
      "primary": "DM Sans",
      "heading": "DM Sans"
    },
    "fontStacks": {
      "heading": [
        "DM Sans",
        "Helvetica Neue",
        "Helvetica",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "DM Sans",
        "Helvetica Neue",
        "Helvetica",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "DM Sans",
        "Helvetica Neue",
        "Helvetica",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "72px",
      "h2": "60px",
      "body": "24px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "#FEFCFF",
      "textColor": "#171717",
      "borderColor": "#AD46FF",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, oklab(0.901998 0.0376404 -0.0504854) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px"
    },
    "buttonPrimary": {
      "background": "#FFFFFF",
      "textColor": "#7B69DB",
      "borderRadius": "33554400px",
      "borderRadiusCorners": {
        "topLeft": "33554400px",
        "topRight": "33554400px",
        "bottomRight": "33554400px",
        "bottomLeft": "33554400px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#FFFFFF",
      "borderColor": "#FFFFFF",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "favicon": "https://tsenta.com/icon.png",
    "ogImage": "https://tsenta.com/og-image.png"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": -1,
    "reasoning": "No visible or appropriate logo candidate matches the brand 'Tsenta'. All candidates are invisible and unrelated to the brand.",
    "confidence": 0.2,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Get Started",
      "reasoning": "The 'Get Started' button has a vibrant background color (#FFFFFF) with a strong call-to-action text, making it the primary CTA."
    },
    "secondary": {
      "index": 0,
      "text": "Contact Us",
      "reasoning": "The 'Contact Us' button has a transparent background, making it less prominent and suitable as a secondary CTA."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "job seekers and professionals looking for automated application services"
  },
  "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": -1,
        "selectedLogoReasoning": "No visible or appropriate logo candidate matches the brand 'Tsenta'. All candidates are invisible and unrelated to the brand.",
        "confidence": 0.2
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles