Home · Branding · Veryfi, Inc.

Veryfi, Inc. Brand Identity

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

Download JSON
Primary
#00ACAD
Accent
#00ACAD
Body Font
NBInternationalPro
Heading
DINPro

Color Palette

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

primary
#00ACAD
rgb(0, 172, 173)
secondary
#61A229
rgb(97, 162, 41)
accent
#00ACAD
rgb(0, 172, 173)
background
#171C3A
rgb(23, 28, 58)
textPrimary
#171C3A
rgb(23, 28, 58)
link
#171C3A
rgb(23, 28, 58)

Typography

Each font links to its Google Fonts page where available.

primary
NBInternationalPro
NBInternationalPro Google Fonts →
heading
DINPro
NBInternationalPro, Arial, Helvetica, ui-serif, Georgia, Cambria, Times New Roman, Times, 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

Veryfi, Inc. logo
Logo
Veryfi, Inc. favicon
Favicon
Veryfi, Inc. social image
Social Card

UI Components

Live previews rendered using Veryfi, Inc.'s actual button styles.

input
background transparent textColor #E9ECE4 borderColor null borderRadius 0px shadow none
buttonPrimary
background #000000 textColor #FFFFFF borderRadius 0px shadow none
buttonSecondary
background #FFFFFF textColor #000000 borderRadius 0px shadow none

Brand Personality

Tone: professional Energy: medium Audience: businesses and developers

Veryfi, Inc. Brand in the Wild

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

Frequently Asked Questions

What is Veryfi, Inc.'s primary brand color?

Veryfi, Inc.'s primary brand color is #00ACAD. It anchors the visual identity across their website, product UI, and marketing materials.

What font does Veryfi, Inc. use?

Veryfi, Inc. uses NBInternationalPro for body text and DINPro for headings. Fonts were detected on https://www.veryfi.com/ as part of their live design system.

Does Veryfi, Inc. use a light or dark theme?

Veryfi, Inc.'s primary site uses a dark color scheme, with a background of #171C3A.

Where can I find Veryfi, Inc.'s logo?

Veryfi, Inc.'s logo is available directly on their site (https://www.veryfi.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.veryfi.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 Veryfi, Inc..

Methodology

Brand data on this page was extracted from https://www.veryfi.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 Veryfi, Inc..

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "DINPro",
      "role": "heading"
    },
    {
      "family": "NBInternationalPro",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#00ACAD",
    "secondary": "#61A229",
    "accent": "#00ACAD",
    "background": "#171C3A",
    "textPrimary": "#171C3A",
    "link": "#171C3A"
  },
  "typography": {
    "fontFamilies": {
      "primary": "NBInternationalPro",
      "heading": "DINPro"
    },
    "fontStacks": {
      "heading": [
        "NBInternationalPro",
        "Arial",
        "Helvetica",
        "ui-serif",
        "Georgia",
        "Cambria",
        "Times New Roman",
        "Times",
        "serif"
      ],
      "body": [
        "DINPro",
        "Arial",
        "Helvetica",
        "ui-serif",
        "Georgia",
        "Cambria",
        "Times New Roman",
        "Times",
        "serif"
      ],
      "paragraph": [
        "DINPro",
        "Arial",
        "Helvetica",
        "ui-serif",
        "Georgia",
        "Cambria",
        "Times New Roman",
        "Times",
        "serif"
      ]
    },
    "fontSizes": {
      "h1": "64px",
      "h2": "36px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#E9ECE4",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#000000",
      "textColor": "#FFFFFF",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2095%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-fc-idx%3D%220%22%3E%0A%3Cpath%20d%3D%22M87.1167%200H82.0966C80.9604%200%2079.8929%200.443092%2079.089%201.24536L77.0917%203.24263C76.2945%204.03986%2075.8464%205.12242%2075.8464%206.25029V6.90318H72.7497C72.5651%206.90318%2072.4141%207.05423%2072.4141%207.23886V9.73964C72.4141%209.92426%2072.5651%2010.0753%2072.7497%2010.0753H75.8464V24.746C75.8464%2024.9307%2075.9957%2025.0817%2076.182%2025.0817H79.3961C79.5807%2025.0817%2079.7318%2024.9307%2079.7318%2024.746V10.0736H87.1167C87.3013%2010.0736%2087.4524%209.92259%2087.4524%209.73796V7.23718C87.4524%207.05255%2087.3013%206.9015%2087.1167%206.9015H79.7335C79.7536%206.17644%2080.0457%205.43292%2080.4904%204.98815L81.1819%204.29665C81.6703%203.80825%2082.3316%203.53467%2083.0197%203.53467H87.1167C87.3013%203.53467%2087.4524%203.38362%2087.4524%203.19899V0.335676C87.4524%200.151054%2087.3013%200%2087.1167%200Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(233%2C%20236%2C%20228)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M94.201%206.90234H90.9919C90.8065%206.90234%2090.6562%207.05263%2090.6562%207.23802V24.7452C90.6562%2024.9306%2090.8065%2025.0809%2090.9919%2025.0809H94.201C94.3864%2025.0809%2094.5367%2024.9306%2094.5367%2024.7452V7.23802C94.5367%207.05263%2094.3864%206.90234%2094.201%206.90234Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(233%2C%20236%2C%20228)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M50.2679%206.89844H44.2425C43.1146%206.89844%2042.0321%207.34656%2041.2348%208.1438L39.2375%2010.1411C38.4336%2010.945%2037.9922%2012.0125%2037.9922%2013.1487V24.743C37.9922%2024.9276%2038.1432%2025.0787%2038.3279%2025.0787L41.5369%2025.0619C41.7216%2025.0619%2041.8709%2024.9108%2041.8709%2024.7262V13.8788C41.8726%2013.189%2042.1462%2012.5277%2042.6346%2012.041L43.3261%2011.3495C43.8145%2010.8611%2044.4758%2010.5875%2045.1639%2010.5875H50.2662C50.4508%2010.5875%2050.6019%2010.4365%2050.6019%2010.2518V7.23579C50.6019%207.05117%2050.4508%206.90012%2050.2662%206.90012L50.2679%206.89844Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(233%2C%20236%2C%20228)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M90.9902%203.53635H94.1876C94.3722%203.53635%2094.5232%203.38529%2094.5232%203.20067V0.335676C94.5232%200.151054%2094.3722%200%2094.1876%200H90.9919C90.8073%200%2090.6562%200.149376%2090.6562%200.333998C90.6562%201.09263%2090.6562%202.47561%2090.6562%203.20067C90.6562%203.38529%2090.8073%203.53635%2090.9919%203.53635H90.9902Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(233%2C%20236%2C%20228)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M66.2162%206.89789C66.0718%206.89789%2065.9426%206.9902%2065.8973%207.12783L61.3506%2020.9443L56.8491%207.12783C56.8038%206.9902%2056.6746%206.89621%2056.5302%206.89621H52.9905C52.8059%206.89621%2052.6767%207.07747%2052.7354%207.25203L58.6819%2024.7122L59.2593%2026.4644C59.0931%2026.7632%2058.8632%2027.0284%2058.5812%2027.3422C58.5175%2027.4127%2058.4587%2027.4799%2058.4016%2027.5453C57.8478%2028.1798%2057.596%2028.4684%2055.8186%2028.4684H52.2135C52.0305%2028.4701%2051.8828%2028.6178%2051.8828%2028.8008C51.8828%2029.5392%2051.8828%2030.939%2051.8828%2031.6657C51.8828%2031.8504%2052.0322%2031.9981%2052.2168%2031.9981H57.1747C58.9135%2031.9964%2059.6822%2031.3905%2061.2801%2029.791C61.3321%2029.744%2062.7084%2028.4802%2063.2857%2026.8035L63.9453%2024.8834L69.9758%207.25035C70.0362%207.0758%2069.9069%206.89453%2069.7223%206.89453C68.8747%206.89453%2066.8389%206.89453%2066.2128%206.89453L66.2162%206.89789Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(233%2C%20236%2C%20228)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M26.7771%206.54688C24.0548%206.54688%2021.8896%207.41963%2020.3439%209.13829C18.9491%2010.6908%2018.3281%2012.8056%2018.3281%2015.9911V18.7688C18.3281%2020.0293%2018.7444%2021.1102%2019.5315%2021.899L21.3928%2023.7603C22.2236%2024.5911%2023.3482%2025.0561%2024.523%2025.0561H33.9169C34.1015%2025.0561%2034.2526%2024.905%2034.2526%2024.7204V21.8638C34.2526%2021.6792%2034.1015%2021.5281%2033.9169%2021.5281H25.7231C25.0198%2021.5281%2024.3602%2021.2763%2023.8701%2020.8215L23.0863%2020.036C22.4804%2019.4301%2022.1179%2018.6933%2022.1179%2018.0673V17.6091C22.1179%2017.5067%2022.2169%2017.4496%2022.2857%2017.4496L34.5564%2017.4597C34.8719%2017.4597%2035.127%2017.2046%2035.127%2016.8891V15.3819C35.127%2012.7921%2034.4322%2010.7495%2033.0022%209.13997C31.391%207.34578%2029.4709%206.54688%2026.7804%206.54688H26.7771ZM23.2458%2011.6659C24.0195%2010.6841%2025.374%2010.0748%2026.7771%2010.0748C28.2507%2010.0748%2029.5649%2010.6186%2030.2933%2011.53C30.9177%2012.3104%2031.2785%2013.1966%2031.3423%2014.1013C31.349%2014.1969%2031.2701%2014.2775%2031.1744%2014.2775H22.3042C22.2018%2014.2775%2022.1263%2014.1869%2022.138%2014.0862C22.2287%2013.3292%2022.6332%2012.4413%2023.2458%2011.6643V11.6659Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(233%2C%20236%2C%20228)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M8.96375%2021.5529H9.11144C9.17858%2021.5529%209.24572%2021.5076%209.27089%2021.4187L13.6884%207.139C13.732%206.99801%2013.8613%206.90234%2014.009%206.90234H17.4832C17.6645%206.90234%2017.7937%207.07857%2017.74%207.25145L12.2164%2024.71C12.151%2024.9399%2011.9714%2025.0792%2011.7398%2025.0792H6.01315C5.78154%2025.0792%205.60195%2024.9399%205.53649%2024.71L0.0129433%207.25313C-0.0424432%207.08025%200.0867921%206.90402%200.269736%206.90402H3.74398C3.89168%206.90402%204.02092%206.99969%204.06455%207.14067L8.48205%2021.4203C8.50723%2021.5093%208.57436%2021.5546%208.6415%2021.5546H8.96543L8.96375%2021.5529Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(233%2C%20236%2C%20228)%20!important%3B%22%2F%3E%0A%3C%2Fsvg%3E",
    "favicon": "https://cdn.veryfi.com/wp-content/uploads/cropped-veryfi-site-icon-white-bg-32x32.png",
    "ogImage": "https://cdn.veryfi.com/wp-content/uploads/Veryfi-Logo-Navy-White-1200x675-1.png",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, matching the brand 'Veryfi'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "ACCEPT",
      "reasoning": "Button #0 with text 'ACCEPT' has a dark background (#000000) and is styled as a primary action button with a solid color, making it stand out as the main call-to-action."
    },
    "secondary": {
      "index": 4,
      "text": "Cookie settingsACCEPT",
      "reasoning": "Button #4 with text 'Cookie settingsACCEPT' has a light background (#FFFFFF), providing a contrast to the primary button, making it suitable as a secondary action."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "businesses and developers"
  },
  "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": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, matching the brand 'Veryfi'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles