Home · Branding · Agentnoon

Agentnoon Brand Identity

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

Download JSON
Primary
#3067DB
Accent
#183C88
Body Font
Clarika Geometric
Heading
Clarika Grotesque

Color Palette

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

primary
#3067DB
rgb(48, 103, 219)
secondary
#DAF2FC
rgb(218, 242, 252)
accent
#183C88
rgb(24, 60, 136)
background
#F3F4F6
rgb(243, 244, 246)
textPrimary
#08142D
rgb(8, 20, 45)
link
#08142D
rgb(8, 20, 45)

Typography

Each font links to its Google Fonts page where available.

primary
Clarika Geometric
Clarika Geometric Google Fonts →
heading
Clarika Grotesque
Clarika Grotesque Google Fonts →
Clarika Geometric, ui-sans-serif, system-ui, Arial
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

Agentnoon logo
Logo
Agentnoon favicon
Favicon
Agentnoon social image
Social Card

UI Components

Live previews rendered using Agentnoon's actual button styles.

input
background transparent textColor #08142D borderColor null borderRadius 0px shadow none
buttonPrimary
background #183C88 textColor #FFFFFF borderRadius 8px shadow none
buttonSecondary
background transparent textColor #08142D borderColor #08142D borderRadius 8px shadow none

Brand Personality

Tone: professional Energy: medium Audience: business professionals

Agentnoon Brand in the Wild

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

Frequently Asked Questions

What is Agentnoon's primary brand color?

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

What accent color does Agentnoon use?

Agentnoon uses #183C88 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Agentnoon use?

Agentnoon uses Clarika Geometric for body text and Clarika Grotesque for headings. Fonts were detected on https://agentnoon.com as part of their live design system.

Does Agentnoon use a light or dark theme?

Agentnoon's primary site uses a light color scheme, with a background of #F3F4F6.

Where can I find Agentnoon's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Clarika Grotesque",
      "role": "heading"
    },
    {
      "family": "Clarika Geometric",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#3067DB",
    "secondary": "#DAF2FC",
    "accent": "#183C88",
    "background": "#F3F4F6",
    "textPrimary": "#08142D",
    "link": "#08142D"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Clarika Geometric",
      "heading": "Clarika Grotesque"
    },
    "fontStacks": {
      "heading": [
        "Clarika Geometric",
        "ui-sans-serif",
        "system-ui",
        "Arial"
      ],
      "body": [
        "Clarika Grotesque",
        "ui-sans-serif",
        "system-ui",
        "Arial"
      ],
      "paragraph": [
        "Clarika Geometric",
        "ui-sans-serif",
        "system-ui",
        "Arial"
      ]
    },
    "fontSizes": {
      "h1": "64px",
      "h2": "40px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#08142D",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#183C88",
      "textColor": "#FFFFFF",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#08142D",
      "borderColor": "#08142D",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22168%22%20height%3D%2240%22%20viewBox%3D%220%200%20168%2040%22%20fill%3D%22currentColor%22%20class%3D%22text-icon-default%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M16.5025%2010.8462C14.9619%2010.1308%2013.2327%209.76836%2011.3482%209.76836C9.16893%209.76836%207.19725%2010.2521%205.48551%2011.2071C3.77218%2012.1636%202.41388%2013.4841%201.45181%2015.1292C0.488164%2016.7743%200%2018.6511%200%2020.7075C0%2022.7356%200.488164%2024.6045%201.45023%2026.2638C2.41388%2027.9247%203.77218%2029.2468%205.48868%2030.1891C7.19884%2031.1283%209.16893%2031.6042%2011.3482%2031.6042C13.526%2031.6042%2015.4976%2031.1283%2017.2078%2030.1891C18.9243%2029.2452%2020.2778%2027.9231%2021.2272%2026.2606C22.0847%2024.7573%2022.5586%2023.0807%2022.6394%2021.2669H22.6537V0.0015758L16.5041%202.02647V10.8462H16.5025ZM14.8969%2016.6956C15.8622%2017.7466%2016.3297%2019.0592%2016.3297%2020.7091C16.3297%2022.3306%2015.8606%2023.6291%2014.8969%2024.6785C13.946%2025.7154%2012.7842%2026.2197%2011.3482%2026.2197C9.88374%2026.2197%208.71722%2025.717%207.78051%2024.6801C6.82796%2023.6291%206.36515%2022.3306%206.36515%2020.7075C6.36515%2019.0577%206.82796%2017.745%207.78051%2016.6924C8.7188%2015.6571%209.88532%2015.1529%2011.3482%2015.1529C12.7842%2015.1544%2013.9444%2015.6587%2014.8969%2016.6956ZM141.111%2024.3728L144.642%2028.9994L144.203%2029.3177C142.11%2030.8336%20139.655%2031.6042%20136.909%2031.6042C134.814%2031.6042%20132.9%2031.1204%20131.216%2030.1639C129.532%2029.2058%20128.195%2027.8869%20127.249%2026.2402C126.301%2024.5966%20125.821%2022.734%20125.821%2020.7075C125.821%2018.6826%20126.301%2016.8137%20127.248%2015.156C128.195%2013.4951%20129.53%2012.1667%20131.216%2011.2086C132.9%2010.2521%20134.816%209.76836%20136.909%209.76836C139.655%209.76836%20142.108%2010.5373%20144.203%2012.0548L144.642%2012.3731L141.111%2016.9997L140.68%2016.5947C140.216%2016.1582%20139.664%2015.8115%20139.04%2015.5673C138.415%2015.3215%20137.756%2015.197%20137.081%2015.197C135.561%2015.197%20134.38%2015.6918%20133.472%2016.7113C132.56%2017.734%20132.098%2019.0797%20132.098%2020.7075C132.098%2022.359%20132.546%2023.6574%20133.47%2024.6801C134.377%2025.687%20135.559%2026.1755%20137.081%2026.1755C137.757%2026.1755%20138.415%2026.0511%20139.04%2025.8052C139.663%2025.5594%20140.216%2025.2143%20140.68%2024.7778L141.111%2024.3728ZM84.4477%2010.2821L82.262%2016.5679H80.2824V31.6057H73.9601L73.9648%2010.8115C73.9791%208.81185%2074.4577%206.9729%2075.3865%205.3451C76.3359%203.68106%2077.6879%202.36054%2079.4059%201.41664C81.1145%200.47589%2083.0862%200%2085.2639%200C85.8884%200%2086.535%200.0567286%2087.299%200.176489L87.9266%200.275764L86.1309%205.43965L85.7188%205.40656C85.5429%205.39237%2085.397%205.38607%2085.2639%205.38607C83.8279%205.38607%2082.6662%205.89032%2081.7152%206.9272C80.8783%207.83958%2080.4155%208.94107%2080.3093%2010.2821H84.4477ZM125.561%2010.1686L123.74%2015.3293L123.29%2015.2458C122.963%2015.1844%20122.624%2015.1544%20122.279%2015.1544C120.843%2015.1544%20119.681%2015.6587%20118.73%2016.6956C117.765%2017.745%20117.297%2019.0435%20117.297%2020.665V31.6042H110.975V20.1056H110.989C111.07%2018.2918%20111.544%2016.6152%20112.401%2015.1119C113.351%2013.4494%20114.703%2012.1273%20116.421%2011.1834C118.131%2010.2442%20120.101%209.76836%20122.28%209.76836C123.168%209.76836%20124.046%209.85975%20124.965%2010.0473L125.561%2010.1686ZM64.7404%2010.2821H71.337L58.4688%2040H52.083L56.589%2029.9984L48.0905%2010.2821H54.6887L59.6749%2022.7151L64.7404%2010.2821ZM102.657%2011.2071C100.945%2010.2521%2098.9737%209.76836%2096.7944%209.76836C94.6151%209.76836%2092.6434%2010.2521%2090.9317%2011.2071C89.2183%2012.1636%2087.8616%2013.4825%2086.898%2015.1292C85.9343%2016.7743%2085.4478%2018.6511%2085.4478%2020.7075C85.4478%2022.7356%2085.9359%2024.6045%2086.898%2026.2638C87.8616%2027.9263%2089.2199%2029.2468%2090.9364%2030.1891C92.6466%2031.1283%2094.6167%2031.6042%2096.796%2031.6042C98.9737%2031.6042%20100.945%2031.1283%20102.656%2030.1891C104.372%2029.2452%20105.726%2027.9231%20106.675%2026.2606C107.621%2024.6013%20108.101%2022.734%20108.101%2020.7091C108.101%2018.6543%20107.621%2016.7791%20106.673%2015.1339C105.722%2013.4857%20104.37%2012.1651%20102.657%2011.2071ZM101.777%2020.7075C101.777%2022.329%20101.308%2023.6275%20100.345%2024.677C99.3921%2025.7138%2098.2319%2026.2181%2096.796%2026.2181C95.3315%2026.2181%2094.165%2025.7154%2093.2283%2024.6785C92.2757%2023.6275%2091.8145%2022.329%2091.8145%2020.706C91.8145%2019.0561%2092.2773%2017.7435%2093.2283%2016.6908C94.1666%2015.6555%2095.3331%2015.1513%2096.796%2015.1513C98.2319%2015.1513%2099.3921%2015.6555%20100.345%2016.6924C101.308%2017.7466%20101.777%2019.0593%20101.777%2020.7075ZM47.7181%2020.687C47.7149%2018.6417%2047.2346%2016.7728%2046.2916%2015.1339C45.3422%2013.4857%2043.9918%2012.1651%2042.2769%2011.2086C40.5652%2010.2537%2038.5935%209.76993%2036.4142%209.76993C34.2349%209.76993%2032.2632%2010.2537%2030.5515%2011.2086C28.8381%2012.1651%2027.4814%2013.4841%2026.5178%2015.1308C25.5541%2016.7759%2025.0676%2018.6527%2025.0676%2020.7091C25.0676%2022.7372%2025.5557%2024.6061%2026.5178%2026.2654C27.4814%2027.9278%2028.8397%2029.2483%2030.5562%2030.1907C32.2664%2031.1298%2034.2365%2031.6057%2036.4158%2031.6057C38.5935%2031.6057%2040.5652%2031.1298%2042.2753%2030.1907C42.3213%2030.1655%2042.3625%2030.1371%2042.4085%2030.1119V31.6057H47.7212L47.7181%2020.687ZM39.9629%2024.677C39.0103%2025.7138%2037.8502%2026.2181%2036.4142%2026.2181C34.9497%2026.2181%2033.7832%2025.7154%2032.8465%2024.6785C31.8939%2023.6275%2031.4327%2022.329%2031.4327%2020.706C31.4327%2019.0561%2031.8955%2017.7435%2032.8465%2016.6908C33.7848%2015.6555%2034.9513%2015.1513%2036.4142%2015.1513C37.8502%2015.1513%2039.0103%2015.6555%2039.9629%2016.6924C40.9265%2017.7435%2041.3957%2019.0561%2041.3957%2020.7044C41.3957%2022.329%2040.9265%2023.6275%2039.9629%2024.677ZM161.261%2023.7772C161.074%2024.0939%20160.861%2024.3965%20160.603%2024.677C159.65%2025.7138%20158.49%2026.2181%20157.054%2026.2181C155.992%2026.2181%20155.087%2025.9486%20154.312%2025.4081L154.307%2025.4097L162.028%2020.9786L167.948%2017.5812C167.71%2016.7192%20167.374%2015.8998%20166.933%2015.1324C165.984%2013.4841%20164.633%2012.1636%20162.918%2011.2071C161.207%2010.2521%20159.235%209.76836%20157.056%209.76836C154.876%209.76836%20152.905%2010.2521%20151.193%2011.2071C149.48%2012.1636%20148.123%2013.4825%20147.159%2015.1292C146.196%2016.7743%20145.709%2018.6511%20145.709%2020.7075C145.709%2022.7356%20146.197%2024.6045%20147.159%2026.2638C148.123%2027.9263%20149.481%2029.2468%20151.198%2030.1891C152.908%2031.1283%20154.878%2031.6042%20157.057%2031.6042C159.235%2031.6042%20161.207%2031.1283%20162.917%2030.1891C164.633%2029.2452%20165.987%2027.9231%20166.936%2026.2606C167.383%2025.479%20167.721%2024.6486%20167.957%2023.7788H161.261V23.7772ZM152.071%2020.7075C152.071%2019.0577%20152.534%2017.745%20153.486%2016.6924C154.425%2015.6571%20155.591%2015.1529%20157.054%2015.1529C158.343%2015.1529%20159.409%2015.5626%20160.303%2016.3977L152.085%2021.1157C152.079%2020.9801%20152.071%2020.8478%20152.071%2020.7075Z%22%20style%3D%22fill%3A%20rgb(48%2C%20103%2C%20219)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://www.dayforce.com/favicon.ico",
    "ogImage": "/Ceridian/media/TestMediaLibrary/dayforce-lift.jpg",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, aligning with the brand 'Dayforce'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get Started",
      "reasoning": "Button #0 has a vibrant blue background (#183C88) and action-oriented text 'Get Started', making it the most prominent CTA."
    },
    "secondary": {
      "index": 2,
      "text": "Get a demo",
      "reasoning": "Button #2 has a transparent background with a border, making it a suitable secondary option as it contrasts with the primary button's vibrant color."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "business professionals"
  },
  "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, aligning with the brand 'Dayforce'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles