Home · Branding · Typa

Typa Brand Identity

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

Download JSON
Primary
#EAE6DB
Accent
#5A7D65
Body Font
Manrope
Heading
Hedvig Letters Serif

Color Palette

Brand palette extracted from https://typa.ai.

primary
#EAE6DB
rgb(234, 230, 219)
secondary
#6B7280
rgb(107, 114, 128)
accent
#5A7D65
rgb(90, 125, 101)
background
#FEFEFC
rgb(254, 254, 252)
textPrimary
#000000
rgb(0, 0, 0)
link
#5A7D65
rgb(90, 125, 101)

Typography

Each font links to its Google Fonts page where available.

primary
Manrope
heading
Hedvig Letters Serif
Hedvig Letters Serif Google Fonts →
Hedvig Letters Serif, ui-serif, 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

Typa logo
Logo
Typa favicon
Favicon
Typa social image
Social Card

UI Components

Live previews rendered using Typa's actual button styles.

buttonPrimary
background #5A7D65 textColor #FDFBF6 borderRadius 4px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 4px 10px 0px
buttonSecondary
background #EAE6DB textColor #5A7D65 borderColor #5A7D65 borderRadius 3px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 4px 10px 0px

Brand Personality

Tone: modern Energy: medium Audience: content creators and marketers

Typa Brand in the Wild

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

Frequently Asked Questions

What is Typa's primary brand color?

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

What accent color does Typa use?

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

What font does Typa use?

Typa uses Manrope for body text and Hedvig Letters Serif for headings. Fonts were detected on https://typa.ai as part of their live design system.

Does Typa use a light or dark theme?

Typa's primary site uses a light color scheme, with a background of #FEFEFC.

Where can I find Typa's logo?

Typa's logo is available directly on their site (https://typa.ai). 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://typa.ai 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 Typa.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Manrope",
      "role": "body"
    },
    {
      "family": "Hedvig Letters Serif",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#EAE6DB",
    "secondary": "#6B7280",
    "accent": "#5A7D65",
    "background": "#FEFEFC",
    "textPrimary": "#000000",
    "link": "#5A7D65"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Manrope",
      "heading": "Hedvig Letters Serif"
    },
    "fontStacks": {
      "heading": [
        "Hedvig Letters Serif",
        "ui-serif",
        "serif"
      ],
      "body": [
        "Manrope",
        "ui-sans-serif",
        "sans-serif",
        "system-ui"
      ],
      "paragraph": [
        "Manrope",
        "ui-sans-serif",
        "sans-serif",
        "system-ui"
      ]
    },
    "fontSizes": {
      "h1": "60px",
      "h2": "36px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#5A7D65",
      "textColor": "#FDFBF6",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 4px 10px 0px"
    },
    "buttonSecondary": {
      "background": "#EAE6DB",
      "textColor": "#5A7D65",
      "borderColor": "#5A7D65",
      "borderRadius": "3px",
      "borderRadiusCorners": {
        "topLeft": "3px",
        "topRight": "3px",
        "bottomRight": "3px",
        "bottomLeft": "3px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 4px 10px 0px"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%20144%2065%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22fill-current%20h-7%22%20aria-label%3D%22Typa%20logo%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M14.144%2044.64C11.4987%2044.64%209.38667%2043.9573%207.808%2042.592C6.22933%2041.2267%205.44%2039.008%205.44%2035.936V14.56H1.408V12.64C4.736%2010.8053%207.38133%208.37333%209.344%205.344H11.264V10.592V12.448V34.208C11.264%2035.872%2011.5413%2037.1307%2012.096%2037.984C12.6507%2038.8373%2013.3973%2039.4133%2014.336%2039.712C15.3173%2039.968%2016.3627%2040.096%2017.472%2040.096C18.9227%2040.096%2020.1813%2039.8827%2021.248%2039.456C22.3147%2039.0293%2023.3173%2038.5387%2024.256%2037.984L25.408%2039.328C24.0853%2040.6933%2022.4853%2041.9307%2020.608%2043.04C18.7307%2044.1067%2016.576%2044.64%2014.144%2044.64ZM8.448%2014.56V10.72H24.64V11.68L22.976%2014.56H8.448ZM30.934%2059.808V58.848L42.262%2042.528L31.126%2017.632C30.4433%2016.1387%2029.718%2015.008%2028.95%2014.24C28.2247%2013.472%2027.414%2013.0027%2026.518%2012.832L25.43%2012.64V10.72H41.302V12.64L39.702%2012.768C36.6727%2013.024%2035.798%2014.6453%2037.078%2017.632L45.91%2038.432L44.054%2038.496L51.798%2018.976C52.6513%2016.8853%2052.822%2015.3707%2052.31%2014.432C51.8407%2013.4507%2050.8593%2012.896%2049.366%2012.768L48.022%2012.64V10.72H61.334V12.64L59.99%2012.832C59.2647%2012.9173%2058.646%2013.1307%2058.134%2013.472C57.622%2013.8133%2057.11%2014.3893%2056.598%2015.2C56.1287%2016.0107%2055.574%2017.184%2054.934%2018.72L37.526%2059.808H30.934ZM61.7055%2059.808V57.888L63.6255%2057.568C64.9482%2057.3547%2065.8015%2056.992%2066.1855%2056.48C66.6122%2056.0107%2066.8255%2055.1147%2066.8255%2053.792V18.912C66.8255%2017.5467%2066.5268%2016.5867%2065.9295%2016.032C65.3322%2015.4347%2063.9668%2015.008%2061.8335%2014.752V13.152L71.4975%2010.336H72.3935V15.008H72.7775C73.9722%2013.856%2075.1455%2012.9173%2076.2975%2012.192C77.4495%2011.4667%2078.6228%2010.9333%2079.8175%2010.592C81.0122%2010.2507%2082.2922%2010.08%2083.6575%2010.08C86.6015%2010.08%2089.1828%2010.784%2091.4015%2012.192C93.6628%2013.5573%2095.4122%2015.456%2096.6495%2017.888C97.9295%2020.32%2098.5695%2023.1573%2098.5695%2026.4C98.5695%2029.9413%2097.7802%2033.0987%2096.2015%2035.872C94.6655%2038.6027%2092.5535%2040.7573%2089.8655%2042.336C87.1775%2043.872%2084.1268%2044.64%2080.7135%2044.64C79.2628%2044.64%2077.8548%2044.4693%2076.4895%2044.128C75.1242%2043.8293%2073.8228%2043.3813%2072.5855%2042.784V53.152C72.5855%2054.6027%2072.8415%2055.648%2073.3535%2056.288C73.8655%2056.928%2074.7828%2057.3333%2076.1055%2057.504L78.9855%2057.888V59.808H61.7055ZM81.6735%2042.208C85.0868%2042.208%2087.7535%2041.056%2089.6735%2038.752C91.5935%2036.4053%2092.5535%2033.12%2092.5535%2028.896C92.5535%2025.952%2092.0842%2023.392%2091.1455%2021.216C90.2495%2018.9973%2088.9482%2017.2907%2087.2415%2016.096C85.5348%2014.8587%2083.4868%2014.24%2081.0975%2014.24C79.5188%2014.24%2078.0042%2014.5173%2076.5535%2015.072C75.1028%2015.6267%2073.7802%2016.4587%2072.5855%2017.568V32.288C72.5855%2034.336%2072.9268%2036.1067%2073.6095%2037.6C74.2922%2039.0507%2075.2948%2040.1813%2076.6175%2040.992C77.9828%2041.8027%2079.6682%2042.208%2081.6735%2042.208ZM110.859%2044.64C108.939%2044.64%20107.424%2044.3413%20106.315%2043.744C105.248%2043.104%20104.48%2042.3147%20104.011%2041.376C103.584%2040.3947%20103.371%2039.4133%20103.371%2038.432C103.371%2036.9813%20103.883%2035.5307%20104.907%2034.08C105.974%2032.5867%20107.702%2031.0933%20110.091%2029.6C112.523%2028.1067%20115.787%2026.6347%20119.883%2025.184L121.483%2024.608L121.675%2018.272C121.718%2016.6933%20121.227%2015.392%20120.203%2014.368C119.179%2013.3013%20117.75%2012.768%20115.915%2012.768C114.464%2012.768%20113.184%2013.2587%20112.075%2014.24C110.966%2015.2213%20110.176%2016.7573%20109.707%2018.848C109.622%2019.2747%20109.174%2019.68%20108.363%2020.064C107.595%2020.4053%20106.571%2020.576%20105.291%2020.576C104.566%2020.576%20104.011%2020.4907%20103.627%2020.32C103.243%2020.1493%20103.136%2019.7653%20103.307%2019.168C103.99%2017.504%20105.12%2015.9893%20106.699%2014.624C108.278%2013.2587%20110.07%2012.1707%20112.075%2011.36C114.08%2010.5067%20116.064%2010.08%20118.027%2010.08C120.8%2010.08%20123.062%2010.7413%20124.811%2012.064C126.603%2013.3867%20127.456%2015.2427%20127.371%2017.632L126.731%2037.152C126.688%2038.816%20127.094%2039.8827%20127.947%2040.352C128.843%2040.8213%20130.528%2041.1413%20133.003%2041.312V42.784L130.763%2043.36C129.398%2043.7867%20128.31%2044.064%20127.499%2044.192C126.731%2044.3627%20126.134%2044.448%20125.707%2044.448C124.555%2044.448%20123.68%2044.192%20123.083%2043.68C122.528%2043.168%20122.123%2042.5707%20121.867%2041.888C121.654%2041.2053%20121.504%2040.6507%20121.419%2040.224H120.907C119.072%2042.016%20117.344%2043.2107%20115.723%2043.808C114.144%2044.3627%20112.523%2044.64%20110.859%2044.64ZM114.507%2040.416C116.043%2040.416%20117.302%2040.1813%20118.283%2039.712C119.307%2039.2%20120.224%2038.6667%20121.035%2038.112L121.419%2026.784L120.907%2026.976C117.835%2028.128%20115.488%2029.2587%20113.867%2030.368C112.246%2031.4773%20111.136%2032.544%20110.539%2033.568C109.984%2034.592%20109.707%2035.5307%20109.707%2036.384C109.707%2039.072%20111.307%2040.416%20114.507%2040.416Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3Ccircle%20cx%3D%22139%22%20cy%3D%2210%22%20r%3D%225%22%20fill%3D%22%23FF7300%22%20style%3D%22fill%3A%20rgb(255%2C%20115%2C%200)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://www.typa.ai/favicon.ico?favicon.0b3bf435.ico",
    "ogImage": "https://www.typa.ai/og-image.png",
    "logoHref": "/",
    "logoAlt": "Typa 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 name 'Typa'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get started",
      "reasoning": "Button #0 ('Get started') is the primary CTA due to its action-oriented text and vibrant green background, which is a common choice for primary actions."
    },
    "secondary": {
      "index": 2,
      "text": "Sign in",
      "reasoning": "Button #2 ('Sign in') is selected as secondary because it has a different background color (#EAE6DB) and serves a supportive role to the primary action."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "content creators and marketers"
  },
  "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 name 'Typa'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles