Home · Branding · Chronograph

Chronograph Brand Identity

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

Download JSON
Primary
#00A5B5
Accent
#00A5B5
Body Font
FoundersGrotesk
Heading
FoundersGrotesk

Color Palette

Brand palette extracted from https://www.chronograph.pe/.

primary
#00A5B5
rgb(0, 165, 181)
secondary
#1863DC
rgb(24, 99, 220)
accent
#00A5B5
rgb(0, 165, 181)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#1C1C1B
rgb(28, 28, 27)
link
#11A8B2
rgb(17, 168, 178)

Typography

Each font links to its Google Fonts page where available.

primary
FoundersGrotesk
FoundersGrotesk Google Fonts →
heading
FoundersGrotesk
FoundersGrotesk Google Fonts →
FoundersGrotesk, system-ui, sans
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

Chronograph logo
Logo
Chronograph favicon
Favicon
Chronograph social image
Social Card

UI Components

Live previews rendered using Chronograph's actual button styles.

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

Brand Personality

Tone: professional Energy: medium Audience: private equity professionals

Chronograph Brand in the Wild

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

Frequently Asked Questions

What is Chronograph's primary brand color?

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

What font does Chronograph use?

Chronograph uses FoundersGrotesk as the primary typeface across body and headings.

Does Chronograph use a light or dark theme?

Chronograph's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find Chronograph's logo?

Chronograph's logo is available directly on their site (https://www.chronograph.pe/). 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.chronograph.pe/ 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 Chronograph.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "FoundersGrotesk",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#00A5B5",
    "secondary": "#1863DC",
    "accent": "#00A5B5",
    "background": "#FFFFFF",
    "textPrimary": "#1C1C1B",
    "link": "#11A8B2"
  },
  "typography": {
    "fontFamilies": {
      "primary": "FoundersGrotesk",
      "heading": "FoundersGrotesk"
    },
    "fontStacks": {
      "heading": [
        "FoundersGrotesk",
        "system-ui",
        "sans"
      ],
      "body": [
        "FoundersGrotesk",
        "system-ui",
        "sans"
      ],
      "paragraph": [
        "FoundersGrotesk",
        "system-ui",
        "sans"
      ]
    },
    "fontSizes": {
      "h1": "76px",
      "h2": "64px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#FFFFFF",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#00A5B5",
      "textColor": "#FFFFFF",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderColor": "#FFFFFF",
      "borderRadius": "50px",
      "borderRadiusCorners": {
        "topLeft": "50px",
        "topRight": "50px",
        "bottomRight": "50px",
        "bottomLeft": "50px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20id%3D%22logo%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%203653.37%20578.4%22%20data-fc-idx%3D%220%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E.logo-dark-1%7Bisolation%3Aisolate%3B%7D.logo-dark-2%7Bfill%3A%232d3232%3B%7D.logo-dark-3%7Bfill%3A%23acb7b7%3B%7D%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20class%3D%22logo-dark-1%22%3E%0A%20%20%20%20%3Cg%20class%3D%22logo-dark-1%22%3E%0A%20%20%20%20%20%20%3Cpath%20class%3D%22logo-dark-2%22%20d%3D%22M278.42%2C538.05q-101.4%2C0-154.5-56.4t-53.1-160.2q0-51.6%2C16.2-92.1t44.4-68.4q28.2-27.9%2C67.2-42.3t84.6-14.4a271.15%2C271.15%2C0%2C0%2C1%2C48%2C3.9%2C315%2C315%2C0%2C0%2C1%2C37.8%2C9%2C186.53%2C186.53%2C0%2C0%2C1%2C27%2C10.5q10.8%2C5.4%2C15.6%2C8.4l-27%2C75.6a226.74%2C226.74%2C0%2C0%2C0-44.7-17.4q-25.51-7.2-57.9-7.2a127.9%2C127.9%2C0%2C0%2C0-42.3%2C7.2%2C95.7%2C95.7%2C0%2C0%2C0-36.6%2C23.1q-15.9%2C15.9-25.5%2C41.1t-9.6%2C61.2a218.39%2C218.39%2C0%2C0%2C0%2C6.3%2C53.7q6.3%2C24.9%2C20.4%2C42.9t36.9%2C28.5q22.8%2C10.5%2C55.2%2C10.5a251.63%2C251.63%2C0%2C0%2C0%2C36.6-2.4%2C269.26%2C269.26%2C0%2C0%2C0%2C28.8-5.7%2C150.05%2C150.05%2C0%2C0%2C0%2C22.2-7.5q9.58-4.18%2C17.4-7.8l25.8%2C75q-19.8%2C12-55.8%2C21.6T278.42%2C538.05Z%22%20transform%3D%22translate(-70.82%20-64.05)%22%20style%3D%22fill%3A%20rgb(45%2C%2050%2C%2050)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20class%3D%22logo-dark-2%22%20d%3D%22M471.62%2C529.65V78.45L561%2C64.05v151.2a184.85%2C184.85%2C0%2C0%2C1%2C23.1-5.7%2C144.92%2C144.92%2C0%2C0%2C1%2C27.3-2.7q38.39%2C0%2C63.9%2C10.5t40.8%2C29.7q15.3%2C19.21%2C21.6%2C45.6t6.3%2C58.8v178.2h-89.4V362.25q0-43.2-11.1-61.2t-41.1-18a114.52%2C114.52%2C0%2C0%2C0-22.5%2C2.1q-10.51%2C2.12-18.9%2C4.5v240Z%22%20transform%3D%22translate(-70.82%20-64.05)%22%20style%3D%22fill%3A%20rgb(45%2C%2050%2C%2050)%20!important%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cg%20class%3D%22logo-dark-1%22%3E%0A%20%20%20%20%20%20%3Cpath%20class%3D%22logo-dark-2%22%20d%3D%22M1015.21%2C293.25q-12-3-28.2-6.3a175.07%2C175.07%2C0%2C0%2C0-34.8-3.3%2C163.29%2C163.29%2C0%2C0%2C0-20.1%2C1.5%2C118%2C118%2C0%2C0%2C0-17.7%2C3.3v241.2H825V230.85a538.07%2C538.07%2C0%2C0%2C1%2C56.7-15.9q32.7-7.5%2C72.9-7.5%2C7.2%2C0%2C17.4.9t20.4%2C2.4q10.2%2C1.5%2C20.4%2C3.6a96.8%2C96.8%2C0%2C0%2C1%2C17.4%2C5.1Z%22%20transform%3D%22translate(-70.82%20-64.05)%22%20style%3D%22fill%3A%20rgb(45%2C%2050%2C%2050)%20!important%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cg%20class%3D%22logo-dark-1%22%3E%0A%20%20%20%20%20%20%3Cpath%20class%3D%22logo-dark-2%22%20d%3D%22M1367.41%2C371.25q0%2C37.22-10.8%2C68.1t-31.2%2C52.8a140.28%2C140.28%2C0%2C0%2C1-48.9%2C33.9q-28.5%2C12-63.9%2C12-34.8%2C0-63.3-12a140.28%2C140.28%2C0%2C0%2C1-48.9-33.9q-20.4-21.9-31.8-52.8t-11.4-68.1q0-37.2%2C11.7-67.8t32.4-52.2a145.65%2C145.65%2C0%2C0%2C1%2C49.2-33.6q28.5-12%2C62.1-12%2C34.2%2C0%2C62.7%2C12a142.5%2C142.5%2C0%2C0%2C1%2C48.9%2C33.6q20.4%2C21.6%2C31.8%2C52.2T1367.41%2C371.25Zm-91.2%2C0q0-41.4-16.5-65.1t-47.1-23.7q-30.6%2C0-47.4%2C23.7t-16.8%2C65.1q0%2C41.4%2C16.8%2C65.7t47.4%2C24.3q30.6%2C0%2C47.1-24.3T1276.21%2C371.25Z%22%20transform%3D%22translate(-70.82%20-64.05)%22%20style%3D%22fill%3A%20rgb(45%2C%2050%2C%2050)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20class%3D%22logo-dark-2%22%20d%3D%22M1436.41%2C224.85q22.8-6.6%2C58.8-12.3a483.18%2C483.18%2C0%2C0%2C1%2C75.6-5.7q40.18%2C0%2C66.9%2C10.5t42.3%2C29.7q15.6%2C19.21%2C22.2%2C45.6t6.6%2C58.8v178.2h-89.4V362.25q0-43.2-11.4-61.2t-42.6-18q-9.6%2C0-20.4.9t-19.2%2C2.1v243.6h-89.4Z%22%20transform%3D%22translate(-70.82%20-64.05)%22%20style%3D%22fill%3A%20rgb(45%2C%2050%2C%2050)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20class%3D%22logo-dark-2%22%20d%3D%22M2085%2C371.25q0%2C37.22-10.8%2C68.1t-31.2%2C52.8a140.28%2C140.28%2C0%2C0%2C1-48.9%2C33.9q-28.5%2C12-63.9%2C12-34.8%2C0-63.3-12a140.28%2C140.28%2C0%2C0%2C1-48.9-33.9q-20.4-21.9-31.8-52.8t-11.4-68.1q0-37.2%2C11.7-67.8t32.4-52.2a145.65%2C145.65%2C0%2C0%2C1%2C49.2-33.6q28.5-12%2C62.1-12%2C34.2%2C0%2C62.7%2C12a142.5%2C142.5%2C0%2C0%2C1%2C48.9%2C33.6q20.4%2C21.6%2C31.8%2C52.2T2085%2C371.25Zm-91.2%2C0q0-41.4-16.5-65.1t-47.1-23.7q-30.6%2C0-47.4%2C23.7t-16.8%2C65.1q0%2C41.4%2C16.8%2C65.7t47.4%2C24.3q30.6%2C0%2C47.1-24.3T1993.8%2C371.25Z%22%20transform%3D%22translate(-70.82%20-64.05)%22%20style%3D%22fill%3A%20rgb(45%2C%2050%2C%2050)%20!important%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cg%20class%3D%22logo-dark-1%22%3E%0A%20%20%20%20%20%20%3Cpath%20class%3D%22logo-dark-3%22%20d%3D%22M2426.4%2C490.05q0%2C77.4-39.3%2C114.9t-121.5%2C37.5a329.73%2C329.73%2C0%2C0%2C1-57.6-5.1%2C358.93%2C358.93%2C0%2C0%2C1-53.4-13.5l15.6-75a263%2C263%2C0%2C0%2C0%2C44.1%2C13.2q23.09%2C4.8%2C52.5%2C4.8%2C38.38%2C0%2C54.3-16.8t15.9-43.2v-11.4a142.73%2C142.73%2C0%2C0%2C1-29.7%2C9.9%2C158%2C158%2C0%2C0%2C1-33.3%2C3.3q-65.4%2C0-100.2-38.7T2139%2C361.65q0-34.78%2C10.8-63.3a134.76%2C134.76%2C0%2C0%2C1%2C31.5-48.9Q2202%2C229.07%2C2232%2C218t67.8-11.1q16.2%2C0%2C33.3%2C1.5t33.9%2C3.9q16.78%2C2.4%2C32.1%2C5.7t27.3%2C6.9Zm-196.2-128.4q0%2C75%2C60.6%2C75a89.43%2C89.43%2C0%2C0%2C0%2C25.8-3.6%2C97.7%2C97.7%2C0%2C0%2C0%2C20.4-8.4V281.85c-4.41-.8-9.6-1.5-15.6-2.1s-13-.9-21-.9q-35.42%2C0-52.8%2C23.4T2230.2%2C361.65Z%22%20transform%3D%22translate(-70.82%20-64.05)%22%20style%3D%22fill%3A%20rgb(172%2C%20183%2C%20183)%20!important%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cg%20class%3D%22logo-dark-1%22%3E%0A%20%20%20%20%20%20%3Cpath%20class%3D%22logo-dark-3%22%20d%3D%22M2700.6%2C293.25q-12-3-28.2-6.3a175.07%2C175.07%2C0%2C0%2C0-34.8-3.3%2C163.29%2C163.29%2C0%2C0%2C0-20.1%2C1.5%2C118%2C118%2C0%2C0%2C0-17.7%2C3.3v241.2h-89.4V230.85a538.07%2C538.07%2C0%2C0%2C1%2C56.7-15.9q32.68-7.5%2C72.9-7.5%2C7.2%2C0%2C17.4.9t20.4%2C2.4q10.18%2C1.5%2C20.4%2C3.6a97%2C97%2C0%2C0%2C1%2C17.4%2C5.1Z%22%20transform%3D%22translate(-70.82%20-64.05)%22%20style%3D%22fill%3A%20rgb(172%2C%20183%2C%20183)%20!important%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cg%20class%3D%22logo-dark-1%22%3E%0A%20%20%20%20%20%20%3Cpath%20class%3D%22logo-dark-3%22%20d%3D%22M2871%2C205.65q39.6%2C0%2C66%2C9t42.3%2C25.8q15.88%2C16.8%2C22.5%2C40.8t6.6%2C53.4v186q-19.21%2C4.2-53.4%2C9.9t-82.8%2C5.7q-30.6%2C0-55.5-5.4t-42.9-17.7a80.85%2C80.85%2C0%2C0%2C1-27.6-32.1q-9.61-19.8-9.6-48.6%2C0-27.58%2C11.1-46.8a85.26%2C85.26%2C0%2C0%2C1%2C29.7-30.6%2C134.26%2C134.26%2C0%2C0%2C1%2C42.6-16.5%2C239.52%2C239.52%2C0%2C0%2C1%2C49.8-5.1%2C285.39%2C285.39%2C0%2C0%2C1%2C30.9%2C1.5%2C138.91%2C138.91%2C0%2C0%2C1%2C21.9%2C3.9v-8.4q0-22.8-13.8-36.6t-48-13.8a306.81%2C306.81%2C0%2C0%2C0-45%2C3.3q-22.22%2C3.3-38.4%2C9.3l-11.4-72q7.78-2.39%2C19.5-5.1t25.5-4.8q13.78-2.1%2C29.1-3.6T2871%2C205.65Zm7.2%2C261.6q13.18%2C0%2C25.2-.6a170.71%2C170.71%2C0%2C0%2C0%2C19.2-1.8v-67.8q-5.4-1.2-16.2-2.4a176.23%2C176.23%2C0%2C0%2C0-43.5.3%2C62%2C62%2C0%2C0%2C0-19.5%2C5.7%2C33.32%2C33.32%2C0%2C0%2C0-13.2%2C11.4q-4.82%2C7.2-4.8%2C18%2C0%2C21%2C14.1%2C29.1T2878.2%2C467.25Z%22%20transform%3D%22translate(-70.82%20-64.05)%22%20style%3D%22fill%3A%20rgb(172%2C%20183%2C%20183)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20class%3D%22logo-dark-3%22%20d%3D%22M3382.79%2C371.85q0%2C36.6-9%2C66.6t-26.4%2C51.6a119.18%2C119.18%2C0%2C0%2C1-43.2%2C33.6q-25.8%2C12-59.4%2C12a160.23%2C160.23%2C0%2C0%2C1-34.8-3.6%2C166.75%2C166.75%2C0%2C0%2C1-31.2-10.2v118.8h-89.4V224.85q12-3.6%2C27.6-6.9t32.7-5.7q17.1-2.38%2C34.8-3.9t33.9-1.5q39%2C0%2C69.6%2C11.7t51.6%2C33q21%2C21.3%2C32.1%2C51.9T3382.79%2C371.85Zm-91.2%2C2.4q0-41.4-18.6-66.3t-55.2-24.9q-12%2C0-22.2.9t-16.8%2C2.1v161.4q8.4%2C5.4%2C21.9%2C9a105.52%2C105.52%2C0%2C0%2C0%2C27.3%2C3.6Q3291.59%2C460.05%2C3291.59%2C374.25Z%22%20transform%3D%22translate(-70.82%20-64.05)%22%20style%3D%22fill%3A%20rgb(172%2C%20183%2C%20183)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20class%3D%22logo-dark-3%22%20d%3D%22M3451.79%2C529.65V78.45l89.4-14.4v151.2a184.85%2C184.85%2C0%2C0%2C1%2C23.1-5.7%2C144.92%2C144.92%2C0%2C0%2C1%2C27.3-2.7q38.38%2C0%2C63.9%2C10.5t40.8%2C29.7q15.3%2C19.21%2C21.6%2C45.6t6.3%2C58.8v178.2h-89.4V362.25q0-43.2-11.1-61.2t-41.1-18a114.52%2C114.52%2C0%2C0%2C0-22.5%2C2.1q-10.52%2C2.12-18.9%2C4.5v240Z%22%20transform%3D%22translate(-70.82%20-64.05)%22%20style%3D%22fill%3A%20rgb(172%2C%20183%2C%20183)%20!important%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E",
    "favicon": "https://www.chronograph.pe/wp-content/themes/chronograph/assets/images/favicon/apple-touch-icon.png",
    "ogImage": "https://www.chronograph.pe/wp-content/uploads/2022/09/fahrul-azmi-XZc4f2XZc84-unsplash-1.jpg",
    "logoHref": "/",
    "logoAlt": ".logo-dark-1{isolation:isolate;}.logo-dark-2{fill:#2d3232;}.logo-dark-3{fill:#acb7b7;}"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Chronograph'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Request a Demo.cls-1{fill:none;}.cls-1,.cls-2{stroke:#231f20;stroke-miterlimit:10;}.cls-2{fill:none;",
      "reasoning": "Button #7 has a vibrant blue background (#00A5B5), which is the brand color, and the text 'Request a Demo' is action-oriented, making it a strong candidate for the primary CTA."
    },
    "secondary": {
      "index": 19,
      "text": "Login\n\n    short-arrow-top-right",
      "reasoning": "Button #6 has a different background color (#FFFFFF) and serves a secondary function with the text 'Login', which is typical for secondary actions."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "private equity professionals"
  },
  "designSystem": {
    "framework": "bootstrap",
    "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, links to the homepage, and matches the brand name 'Chronograph'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles