Home · Branding · Argon AI, Inc.

Argon AI, Inc. Brand Identity

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

Download JSON
Primary
#001657
Accent
#001657
Body Font
NB International Regular
Heading
NB International Medium

Color Palette

Brand palette extracted from https://www.argon-ai.com/.

primary
#001657
rgb(0, 22, 87)
accent
#001657
rgb(0, 22, 87)
background
#F9F9F9
rgb(249, 249, 249)
textPrimary
#000000
rgb(0, 0, 0)
link
#E0E4F0
rgb(224, 228, 240)

Typography

Each font links to its Google Fonts page where available.

primary
NB International Regular
NB International Regular Google Fonts →
heading
NB International Medium
NB International Medium Google Fonts →
NB International Regular, 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

Argon AI, Inc. logo
Logo
Argon AI, Inc. favicon
Favicon
Argon AI, Inc. social image
Social Card

UI Components

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

input
background transparent textColor #343434 borderColor null borderRadius 0px shadow none
buttonPrimary
background #001657 textColor #FFFFFF borderRadius 5.76px shadow none
buttonSecondary
background #E7E7E7 textColor #000000 borderRadius 5.76px shadow none

Brand Personality

Tone: professional Energy: medium Audience: business professionals and enterprises

Argon AI, Inc. Brand in the Wild

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

Frequently Asked Questions

What is Argon AI, Inc.'s primary brand color?

Argon AI, Inc.'s primary brand color is #001657. It anchors the visual identity across their website, product UI, and marketing materials.

What font does Argon AI, Inc. use?

Argon AI, Inc. uses NB International Regular for body text and NB International Medium for headings. Fonts were detected on https://www.argon-ai.com/ as part of their live design system.

Does Argon AI, Inc. use a light or dark theme?

Argon AI, Inc.'s primary site uses a light color scheme, with a background of #F9F9F9.

Where can I find Argon AI, Inc.'s logo?

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

Methodology

Brand data on this page was extracted from https://www.argon-ai.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 Argon AI, Inc..

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "NB International Regular",
      "role": "body"
    },
    {
      "family": "NB International Medium",
      "role": "heading"
    },
    {
      "family": "NB International Mono",
      "role": "monospace"
    }
  ],
  "colors": {
    "primary": "#001657",
    "accent": "#001657",
    "background": "#F9F9F9",
    "textPrimary": "#000000",
    "link": "#E0E4F0"
  },
  "typography": {
    "fontFamilies": {
      "primary": "NB International Regular",
      "heading": "NB International Medium"
    },
    "fontStacks": {
      "heading": [
        "NB International Regular",
        "Helvetica",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "NB International Regular",
        "Helvetica",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "NB International Medium",
        "Helvetica",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "23.04px",
      "h2": "46.08px",
      "body": "73.728px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "6px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#343434",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#001657",
      "textColor": "#FFFFFF",
      "borderRadius": "5.76px",
      "borderRadiusCorners": {
        "topLeft": "5.76px",
        "topRight": "5.76px",
        "bottomRight": "5.76px",
        "bottomLeft": "5.76px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#E7E7E7",
      "textColor": "#000000",
      "borderRadius": "5.76px",
      "borderRadiusCorners": {
        "topLeft": "5.76px",
        "topRight": "5.76px",
        "bottomRight": "5.76px",
        "bottomLeft": "5.76px"
      },
      "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%201328%20339%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20aria-labelledby%3D%22logo-%22%20class%3D%22icon%22%20data-fc-idx%3D%220%22%3E%3Ctitle%20id%3D%22logo-%22%3ELogo%3C%2Ftitle%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M247.126%200C255.729%200%20263.386%205.38277%20266.197%2013.4065L337.199%20216.104C340.86%20226.555%20340.89%20237.913%20337.285%20248.383L321.874%20293.132C319.093%20301.206%20311.411%20306.636%20302.769%20306.636H37.5069C28.865%20306.636%2021.1826%20301.206%2018.4019%20293.132L2.99124%20248.383C-0.614605%20237.913%20-0.584606%20226.555%203.07651%20216.104L74.0789%2013.4065C76.8896%205.38277%2084.5466%200%2093.1498%200H247.126ZM68.0783%20251.88H180.794C196.003%20251.88%20206.71%20237.215%20201.821%20223.082L149.047%2070.5379C145.988%2061.6982%20137.533%2055.752%20128.02%2055.752H121.757C112.287%2055.752%20103.86%2061.646%20100.768%2070.4305L47.0895%20222.974C42.1091%20237.127%2052.8212%20251.88%2068.0783%20251.88ZM247.867%20183.78C235.604%20183.78%20225.662%20193.536%20225.662%20205.572V230.088C225.662%20242.123%20235.604%20251.88%20247.867%20251.88H272.848C285.112%20251.88%20295.053%20242.123%20295.053%20230.088V205.572C295.053%20193.536%20285.112%20183.78%20272.848%20183.78H247.867Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M1176.28%20268.634V104.812C1176.28%20103.737%201176.87%20103.2%201178.06%20103.2H1206.11C1207.3%20103.2%201208.05%20103.737%201208.37%20104.812L1211.59%20117.389C1212.02%20118.249%201212.62%20118.679%201213.37%20118.679C1214.12%20118.571%201214.77%20118.249%201215.3%20117.711C1218.85%20112.982%201224.49%20108.843%201232.23%20105.296C1239.97%20101.641%201248.09%2099.8135%201256.58%2099.8135C1268.62%2099.8135%201279.26%20101.91%201288.51%20106.102C1297.86%20110.187%201305.28%20115.884%201310.76%20123.194C1316.35%20130.503%201320.54%20138.78%201323.34%20148.025C1326.13%20157.269%201327.53%20167.32%201327.53%20178.177V268.634C1327.53%20269.709%201326.99%20270.246%201325.92%20270.246H1293.51C1292.43%20270.246%201291.89%20269.709%201291.89%20268.634V178.177C1291.89%20172.265%201291.14%20166.675%201289.64%20161.408C1288.13%20156.141%201285.82%20151.303%201282.7%20146.896C1279.69%20142.381%201275.5%20138.834%201270.13%20136.254C1264.75%20133.567%201258.57%20132.223%201251.58%20132.223C1238.9%20132.223%201229.06%20136.523%201222.08%20145.123C1215.09%20153.722%201211.59%20164.149%201211.59%20176.403V268.634C1211.59%20269.709%201211.06%20270.246%201209.98%20270.246H1178.06C1176.87%20270.246%201176.28%20269.709%201176.28%20268.634Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M980.655%20186.723C980.655%20160.387%20987.911%20139.318%201002.42%20123.516C1017.04%20107.714%201037.04%2099.8135%201062.4%2099.8135C1087.77%2099.8135%201107.82%20107.768%201122.55%20123.677C1137.27%20139.587%201144.64%20160.602%201144.64%20186.723C1144.64%20212.737%201137.27%20233.698%201122.55%20249.607C1107.82%20265.517%201087.77%20273.471%201062.4%20273.471C1037.04%20273.471%201017.04%20265.57%201002.42%20249.769C987.911%20233.859%20980.655%20212.844%20980.655%20186.723ZM1016.29%20186.723C1016.29%20203.385%201020.37%20216.714%201028.54%20226.711C1036.71%20236.6%201048%20241.545%201062.4%20241.545C1077.13%20241.545%201088.58%20236.6%201096.75%20226.711C1104.92%20216.714%201109%20203.385%201109%20186.723C1109%20170.061%201104.92%20156.839%201096.75%20147.057C1088.58%20137.168%201077.13%20132.223%201062.4%20132.223C1047.89%20132.223%201036.55%20137.168%201028.38%20147.057C1020.32%20156.947%201016.29%20170.169%201016.29%20186.723Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M793.559%20186.723C793.559%20161.032%20800.707%20140.124%20815.004%20124C829.408%20107.876%20847.898%2099.8135%20870.471%2099.8135C879.286%2099.8135%20887.939%20101.48%20896.431%20104.812C905.031%20108.037%20911.749%20112.122%20916.587%20117.066C917.984%20118.464%20919.005%20118.464%20919.65%20117.066L922.875%20105.135C923.198%20103.845%20924.004%20103.2%20925.294%20103.2H953.35C954.425%20103.2%20954.962%20103.737%20954.962%20104.812V264.603C954.962%20286.747%20947.545%20304.645%20932.711%20318.296C917.877%20332.056%20898.904%20338.935%20875.792%20338.935C855.368%20338.935%20838.008%20333.829%20823.711%20323.617C809.522%20313.405%20802.105%20301.205%20801.46%20287.015C801.46%20285.941%20801.997%20285.403%20803.072%20285.403H834.031C835.106%20285.403%20836.019%20285.941%20836.772%20287.015C837.954%20288.843%20838.868%20290.187%20839.513%20291.047C840.158%20292.014%20841.609%20293.626%20843.866%20295.884C846.231%20298.249%20848.65%20300.022%20851.122%20301.205C853.595%20302.495%20857.035%20303.677%20861.442%20304.752C865.849%20305.935%20870.633%20306.526%20875.792%20306.526C883.639%20306.526%20890.465%20305.343%20896.27%20302.978C902.075%20300.721%20906.59%20297.55%20909.814%20293.465C913.039%20289.38%20915.404%20284.919%20916.909%20280.082C918.522%20275.352%20919.435%20270.193%20919.65%20264.603V256.702C919.65%20255.842%20919.113%20255.412%20918.038%20255.412C917.93%20255.412%20917.017%20256.057%20915.297%20257.347C913.684%20258.529%20911.427%20260.034%20908.525%20261.862C905.622%20263.582%20902.29%20265.355%20898.528%20267.183C894.873%20268.903%20890.519%20270.354%20885.467%20271.536C880.415%20272.826%20875.416%20273.471%20870.471%20273.471C848.542%20273.471%20830.215%20265.355%20815.488%20249.124C800.869%20232.892%20793.559%20212.092%20793.559%20186.723ZM841.287%20147.219C833.225%20157.108%20829.193%20170.276%20829.193%20186.723C829.193%20203.17%20833.225%20216.445%20841.287%20226.55C849.456%20236.547%20860.797%20241.545%20875.309%20241.545C889.605%20241.545%20900.57%20236.708%20908.202%20227.033C915.834%20217.251%20919.65%20203.815%20919.65%20186.723C919.65%20170.276%20915.78%20157.108%20908.041%20147.219C900.409%20137.222%20889.498%20132.223%20875.309%20132.223C860.797%20132.223%20849.456%20137.222%20841.287%20147.219Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M682.643%20268.634V104.812C682.643%20103.737%20683.073%20103.2%20683.933%20103.2H712.473C713.655%20103.2%20714.408%20103.845%20714.73%20105.135L717.955%20117.389C718.277%20118.141%20718.815%20118.571%20719.567%20118.679C720.32%20118.786%20720.911%20118.571%20721.341%20118.034C733.488%20105.887%20746.226%2099.8135%20759.555%2099.8135H777.131C778.206%2099.8135%20778.743%20100.351%20778.743%20101.426V131.256C778.743%20132.331%20778.206%20132.868%20777.131%20132.868H757.943C745.259%20132.868%20735.423%20137.114%20728.436%20145.606C721.448%20153.991%20717.955%20164.257%20717.955%20176.403V268.634C717.955%20269.709%20717.417%20270.246%20716.342%20270.246H683.933C683.073%20270.246%20682.643%20269.709%20682.643%20268.634Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M456.06%20268.311L533.295%2039.3478C533.617%2038.2728%20534.316%2037.7354%20535.391%2037.7354H581.506C582.581%2037.7354%20583.28%2038.2728%20583.602%2039.3478L660.837%20268.311C660.945%20268.741%20660.837%20269.171%20660.515%20269.601C660.192%20270.031%20659.762%20270.246%20659.225%20270.246H624.88C623.698%20270.246%20622.999%20269.709%20622.784%20268.634L607.95%20222.68C607.627%20221.605%20606.982%20221.068%20606.015%20221.068H510.882C509.915%20221.068%20509.27%20221.605%20508.947%20222.68L494.113%20268.634C493.898%20269.709%20493.199%20270.246%20492.017%20270.246H457.672C457.135%20270.246%20456.705%20270.031%20456.382%20269.601C456.06%20269.171%20455.952%20268.741%20456.06%20268.311ZM519.912%20188.013C519.697%20189.088%20520.127%20189.625%20521.202%20189.625H595.857C597.039%20189.625%20597.469%20189.088%20597.147%20188.013L560.061%2073.0474C559.738%2072.2949%20559.201%2071.9187%20558.449%2071.9187C557.696%2071.9187%20557.159%2072.2949%20556.836%2073.0474L519.912%20188.013Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://argon-ai.com/favicon.ico",
    "ogImage": "https://cdn.sanity.io/images/epb5ubmc/production/ae2bb64d379d13975fc991591016db91e405111d-1200x630.jpg?w=1200&h=630",
    "logoHref": "/",
    "logoAlt": "Logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, matching the brand 'Argon AI'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Contact Sales",
      "reasoning": "Button #3 ('Contact Sales') has a vibrant background color (#001657) that matches the brand's primary color, making it stand out as the main call-to-action."
    },
    "secondary": {
      "index": 2,
      "text": "Learn MoreArrow",
      "reasoning": "Button #0 ('Learn MoreArrow') has a different background color (#E7E7E7) and serves as a secondary action, providing additional information."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "business professionals and enterprises"
  },
  "designSystem": {
    "framework": "tailwind",
    "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 visible, located in the header, and links to the homepage, matching the brand 'Argon AI'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles