Home · Branding · Protent

Protent Brand Identity

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

Download JSON
Primary
#071422
Accent
#071422
Body Font
Plus Jakarta Sans
Heading
Plus Jakarta Sans

Color Palette

Brand palette extracted from https://protent.ai.

primary
#071422
rgb(7, 20, 34)
secondary
#B8C2CC
rgb(184, 194, 204)
accent
#071422
rgb(7, 20, 34)
background
#FAFAFA
rgb(250, 250, 250)
textPrimary
#071422
rgb(7, 20, 34)
link
#071422
rgb(7, 20, 34)

Typography

Each font links to its Google Fonts page where available.

primary
Plus Jakarta Sans
Plus Jakarta Sans Google Fonts →
heading
Plus Jakarta Sans
Plus Jakarta Sans Google Fonts →
Plus Jakarta Sans, system-ui, 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

Protent logo
Logo
Protent favicon
Favicon

UI Components

Live previews rendered using Protent's actual button styles.

buttonPrimary
background #FFFFFF textColor #071422 borderRadius 9999px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.15) 0px 10px 15px -3px, rgba(0, 0, 0, 0.15) 0px 4px 6px -4px

Brand Personality

Tone: professional Energy: medium Audience: law enforcement and security professionals

Protent Brand in the Wild

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

Frequently Asked Questions

What is Protent's primary brand color?

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

What font does Protent use?

Protent uses Plus Jakarta Sans as the primary typeface across body and headings.

Does Protent use a light or dark theme?

Protent's primary site uses a light color scheme, with a background of #FAFAFA.

Where can I find Protent's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Plus Jakarta Sans",
      "role": "body"
    },
    {
      "family": "JetBrains Mono",
      "role": "monospace"
    }
  ],
  "colors": {
    "primary": "#071422",
    "secondary": "#B8C2CC",
    "accent": "#071422",
    "background": "#FAFAFA",
    "textPrimary": "#071422",
    "link": "#071422"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Plus Jakarta Sans",
      "heading": "Plus Jakarta Sans"
    },
    "fontStacks": {
      "heading": [
        "Plus Jakarta Sans",
        "system-ui",
        "sans-serif"
      ],
      "body": [
        "Plus Jakarta Sans",
        "system-ui",
        "sans-serif"
      ],
      "paragraph": [
        "JetBrains Mono",
        "ui-monospace",
        "monospace"
      ]
    },
    "fontSizes": {
      "h1": "46px",
      "h2": "30px",
      "body": "11px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FFFFFF",
      "textColor": "#071422",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.15) 0px 10px 15px -3px, rgba(0, 0, 0, 0.15) 0px 4px 6px -4px"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2228%22%20height%3D%2228%22%20viewBox%3D%220%200%20100%20100%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22shrink-0%22%20aria-hidden%3D%22true%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M%2035%2030%20A%2020%2020%200%200%200%2035%2070%22%20stroke%3D%22%23071422%22%20stroke-width%3D%227%22%20stroke-linecap%3D%22square%22%20fill%3D%22none%22%20style%3D%22fill%3A%20none%20!important%3B%20stroke%3A%20rgb(7%2C%2020%2C%2034)%20!important%3B%20stroke-width%3A%207px%20!important%3B%20stroke-linecap%3A%20square%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M%2065%2030%20A%2020%2020%200%200%201%2065%2070%22%20stroke%3D%22%23071422%22%20stroke-width%3D%227%22%20stroke-linecap%3D%22square%22%20fill%3D%22none%22%20style%3D%22fill%3A%20none%20!important%3B%20stroke%3A%20rgb(7%2C%2020%2C%2034)%20!important%3B%20stroke-width%3A%207px%20!important%3B%20stroke-linecap%3A%20square%20!important%3B%22%2F%3E%3Cline%20x1%3D%2250%22%20y1%3D%2235%22%20x2%3D%2250%22%20y2%3D%2265%22%20stroke%3D%22%23071422%22%20stroke-width%3D%227%22%20stroke-linecap%3D%22square%22%20style%3D%22fill%3A%20none%20!important%3B%20stroke%3A%20rgb(7%2C%2020%2C%2034)%20!important%3B%20stroke-width%3A%207px%20!important%3B%20stroke-linecap%3A%20square%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://www.protent.ai/favicon.svg",
    "ogImage": null
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is located in the header, is visible, and matches the favicon, indicating it is the main brand logo for Protent.",
    "confidence": 0.85,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Book a free demo",
      "reasoning": "Button #0 is likely the primary CTA due to its prominent placement and action-oriented text 'Book a free demo', which is a common primary action for lead generation."
    },
    "secondary": {
      "index": 2,
      "text": "Security discussion",
      "reasoning": "Button #2 is selected as secondary because it has a different purpose ('Security discussion') and a border, distinguishing it from the primary CTA."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "law enforcement and security professionals"
  },
  "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 matches the favicon, indicating it is the main brand logo for Protent.",
        "confidence": 0.85
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles