Home · Branding · Veritus

Veritus Brand Identity

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

Download JSON
Primary
#0D3B42
Accent
#0D3B42
Body Font
Ppeditorialnew
Heading
Geist

Color Palette

Brand palette extracted from https://www.veritus.com.

primary
#0D3B42
rgb(13, 59, 66)
secondary
#698483
rgb(105, 132, 131)
accent
#0D3B42
rgb(13, 59, 66)
background
#F4F1E4
rgb(244, 241, 228)
textPrimary
#0D3B42
rgb(13, 59, 66)
link
#0D3B42
rgb(13, 59, 66)

Typography

Each font links to its Google Fonts page where available.

primary
Ppeditorialnew
Ppeditorialnew Google Fonts →
heading
Geist
Ppeditorialnew, 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

Veritus logo
Logo
Veritus favicon
Favicon
Veritus social image
Social Card

UI Components

Live previews rendered using Veritus's actual button styles.

input
background transparent textColor #333333 borderColor null borderRadius 0px shadow none
buttonPrimary
background #0D3B42 textColor #FFFFFF borderRadius 8px shadow none
buttonSecondary
background #F4F1E4 textColor #0D3B42 borderColor #0D3B42 borderRadius 8px shadow none

Brand Personality

Tone: professional Energy: medium Audience: business professionals

Veritus Brand in the Wild

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

Frequently Asked Questions

What is Veritus's primary brand color?

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

What font does Veritus use?

Veritus uses Ppeditorialnew for body text and Geist for headings. Fonts were detected on https://www.veritus.com as part of their live design system.

Does Veritus use a light or dark theme?

Veritus's primary site uses a light color scheme, with a background of #F4F1E4.

Where can I find Veritus's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Geist",
      "role": "heading"
    },
    {
      "family": "Ppeditorialnew",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#0D3B42",
    "secondary": "#698483",
    "accent": "#0D3B42",
    "background": "#F4F1E4",
    "textPrimary": "#0D3B42",
    "link": "#0D3B42"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Ppeditorialnew",
      "heading": "Geist"
    },
    "fontStacks": {
      "heading": [
        "Ppeditorialnew",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "Geist",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Geist",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "84px",
      "h2": "64px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#333333",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#0D3B42",
      "textColor": "#FFFFFF",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#F4F1E4",
      "textColor": "#0D3B42",
      "borderColor": "#0D3B42",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/692f90a951f6c551e6c3a31e/692f90a951f6c551e6c3a37c_Group%2048100062.svg",
    "favicon": "https://cdn.prod.website-files.com/692f90a951f6c551e6c3a31e/6950890eced39fd30ae37286_webflow-favicon.png",
    "ogImage": "https://cdn.prod.website-files.com/692f90a951f6c551e6c3a31e/6973e8b0a9693fe1f32f2c6b_open-graph-2.png",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is the most prominent logo, linking to the homepage and positioned at the top of the page, aligning with the brand 'Veritus'.",
    "confidence": 0.85,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Download the buyer's guide",
      "reasoning": "Button #0 ('Download the buyer's guide') uses the vibrant brand color #0D3B42, which is consistent with the primary CTA style. It is action-oriented and likely a key conversion point."
    },
    "secondary": {
      "index": 1,
      "text": "Get in touch",
      "reasoning": "Button #1 ('Get in touch') has a different background color (#F4F1E4) and serves as a secondary action, encouraging user interaction without being the main focus."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "business professionals"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is the most prominent logo, linking to the homepage and positioned at the top of the page, aligning with the brand 'Veritus'.",
        "confidence": 0.85
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles