Home · Branding · Ashby

Ashby Brand Identity

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

Download JSON
Primary
#1863DC
Accent
#F3F2FF
Body Font
TTNormsPro
Heading
TTNormsPro

Color Palette

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

primary
#1863DC
rgb(24, 99, 220)
secondary
#473BCE
rgb(71, 59, 206)
accent
#F3F2FF
rgb(243, 242, 255)
background
#FCFCFE
rgb(252, 252, 254)
textPrimary
#717075
rgb(113, 112, 117)
link
#0000EE
rgb(0, 0, 238)

Typography

Each font links to its Google Fonts page where available.

primary
TTNormsPro
heading
TTNormsPro
TTNormsPro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, 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

Ashby logo
Logo
Ashby favicon
Favicon
Ashby social image
Social Card

UI Components

Live previews rendered using Ashby's actual button styles.

input
background #FFFFFF textColor #373739 borderColor #DBDBDC borderRadius 6px shadow rgba(20, 20, 21, 0.1) 0px 1px 2px 0px inset
buttonPrimary
background #F3F2FF textColor #473BCE borderColor #E1DEFC borderRadius 6px shadow none
buttonSecondary
background transparent textColor #FCFCFE borderRadius 6px shadow rgba(20, 20, 21, 0.16) 0px 0px 0px 1px inset, rgba(255, 255, 255, 0.2) 0px 1px 2px 0px inset

Brand Personality

Tone: professional Energy: medium Audience: businesses and recruiting teams

Ashby Brand in the Wild

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

Frequently Asked Questions

What is Ashby's primary brand color?

Ashby's primary brand color is #1863DC. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Ashby use?

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

What font does Ashby use?

Ashby uses TTNormsPro as the primary typeface across body and headings.

Does Ashby use a light or dark theme?

Ashby's primary site uses a light color scheme, with a background of #FCFCFE.

Where can I find Ashby's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "TTNormsPro",
      "role": "body"
    },
    {
      "family": "Open Sans",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#1863DC",
    "secondary": "#473BCE",
    "accent": "#F3F2FF",
    "background": "#FCFCFE",
    "textPrimary": "#717075",
    "link": "#0000EE"
  },
  "typography": {
    "fontFamilies": {
      "primary": "TTNormsPro",
      "heading": "TTNormsPro"
    },
    "fontStacks": {
      "heading": [
        "TTNormsPro",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Open Sans",
        "Helvetica Neue",
        "sans-serif"
      ],
      "body": [
        "TTNormsPro",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Open Sans",
        "Helvetica Neue",
        "sans-serif"
      ],
      "paragraph": [
        "TTNormsPro",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Open Sans",
        "Helvetica Neue",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "72px",
      "h2": "20px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "2px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#373739",
      "borderColor": "#DBDBDC",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "rgba(20, 20, 21, 0.1) 0px 1px 2px 0px inset"
    },
    "buttonPrimary": {
      "background": "#F3F2FF",
      "textColor": "#473BCE",
      "borderColor": "#E1DEFC",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#FCFCFE",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "rgba(20, 20, 21, 0.16) 0px 0px 0px 1px inset, rgba(255, 255, 255, 0.2) 0px 1px 2px 0px inset"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%201001%20328%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20aria-label%3D%22Navigate%20home%22%20class%3D%22c-PJLV%20c-PJLV-ixnjYu-color-primary%20c-PJLV-ljoMO-size-default%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M502.18%20249.99v9.701h-96.128v-9.694c15.302%200%2017.264-3.983%2017.264-23.498V32.607c0-19.515-4.709-21.905-21.188-21.905V.818h82.788v113.506c8.24-17.126%2028.643-34.251%2052.969-34.251%2036.489%200%2055.715%2025.887%2055.715%2057.748v88.671c0%2019.515%201.962%2023.498%2017.264%2023.498v9.701h-96.128v-9.701c15.302%200%2017.263-3.983%2017.263-23.498v-81.103c0-26.684-10.986-37.039-25.503-37.039-8.632%200-16.479%205.177-21.58%2015.931v102.211c0%2019.515%201.962%2023.498%2017.264%2023.498z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(71%2C%2059%2C%20206)%20!important%3B%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M709.859%20259.483l-80.815.173V32.638c0-19.514-4.708-21.904-21.187-21.904V.818h82.788v108.328c7.847-11.948%2025.503-29.073%2050.614-29.073%2041.59%200%2070.233%2033.056%2070.233%2081.246%200%2061.333-33.609%2098.164-101.633%2098.164zm-2.343-9.554c19.618%200%2040.806-13.435%2040.806-76.662%200-41.419-12.163-68.103-35.705-68.103-7.869%200-18.159%205.747-21.972%2018.367v126.42l16.871-.022z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(71%2C%2059%2C%20206)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M355.073%20229.014c0%2014.736-10.594%2023.099-26.681%2023.099-27.072%200-43.957-21.904-48.273-53.765h-9.958v61.369h9.967c0-5.307%202.671-8.042%206.987-8.042%201.715%200%203.934%201.168%206.986%202.774%206.729%203.541%2017.508%209.214%2035.861%209.214%2038.844%200%2069.448-23.498%2069.448-60.934%200-24.295-14.125-41.022-36.097-53.368l-28.25-15.134c-10.986-5.974-19.618-11.55-19.618-22.701%200-11.55%208.632-19.914%2021.972-19.914%2024.326%200%2039.037%2018.251%2041.005%2044.407h9.609V82.85h-9.725c0%204.811-3.139%206.808-7.847%206.808-2.187%200-4.765-1.164-8.124-2.682-6.286-2.838-15.308-6.913-29.627-6.913-33.742%200-63.954%2021.904-63.954%2056.553%200%2022.702%2011.378%2038.632%2030.604%2048.589l30.212%2015.93c15.302%208.364%2025.503%2013.94%2025.503%2027.879z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(71%2C%2059%2C%20206)%20!important%3B%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M76.07%20250.537v9.16H.343v-9.16c19.618%200%2027.465-4.381%2034.527-23.498l73.764-209.09h34.92l81.219%20209.09c7.847%2019.515%2011.77%2023.498%2028.642%2023.498v9.16H134.363v-9.16c28.242%200%2030.625-2.582%2022.14-23.498l-21.58-57.35H69.399l-19.226%2056.155c-5.614%2018.997-4.387%2024.693%2025.896%2024.693zm24.326-171.653l-26.681%2078.459h56.5l-29.819-78.459z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(71%2C%2059%2C%20206)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M897.938%20250.184l-65.132-135.986c-8.24-17.523-10.594-20.71-23.542-20.71v-9.78h102.014v9.78c-20.919%200-18.149%206.39-12.465%2019.503l.033.078c.217.499.438%201.008.661%201.527l30.604%2069.874%2027.858-64.405c8.549-20.61%2010.683-26.684-19.226-26.684v-9.672h61.597v9.672c-16.767%200-17.241%201.088-25.02%2018.948-.952%202.185-2.013%204.621-3.226%207.337l-55.323%20120.959c-18.137%2039.137-22.674%2049.269-35.914%2072.265-4.784%207.993-13.478%2015.031-25.428%2015.031-15.912%200-28.811-13.093-28.811-29.244s12.899-29.245%2028.811-29.245c10.172%200%2019.113%205.352%2024.24%2013.432l18.269-32.68z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(71%2C%2059%2C%20206)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://www.ashbyhq.com/icon.png",
    "ogImage": "https://www.ashbyhq.com/og/default.png?v5",
    "logoHref": "/",
    "logoAlt": "Navigate home"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, matching the brand 'Ashby'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get in Touch",
      "reasoning": "Button #0 has a distinct blue background (#F3F2FF) and is likely the primary CTA due to its unique color and action-oriented text 'Get in Touch'."
    },
    "secondary": {
      "index": 1,
      "text": "Get in Touch",
      "reasoning": "Button #1 has a transparent background, making it suitable as a secondary button. It shares the same text but is less visually prominent."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "businesses and recruiting teams"
  },
  "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 located in the header, is visible, and links to the homepage, matching the brand 'Ashby'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles