Home · Branding · Tiptap

Tiptap Brand Identity

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

Download JSON
Primary
#3898EC
Accent
#3144EA
Body Font
Georgia
Heading
Georgia

Color Palette

Brand palette extracted from https://tiptap.dev/.

primary
#3898EC
rgb(56, 152, 236)
secondary
#0082F3
rgb(0, 130, 243)
accent
#3144EA
rgb(49, 68, 234)
background
#F5F5F4
rgb(245, 245, 244)
textPrimary
#0D0D0D
rgb(13, 13, 13)
link
#3144EA
rgb(49, 68, 234)

Typography

Each font links to its Google Fonts page where available.

primary
Georgia
heading
Georgia
Ssb, 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

Tiptap logo
Logo
Tiptap favicon
Favicon
Tiptap social image
Social Card

UI Components

Live previews rendered using Tiptap's actual button styles.

buttonPrimary
background #FFFFFF textColor #0D0D0D borderColor #FFFFFF borderRadius 18px shadow none
buttonSecondary
background #0D0D0D textColor #FFFFFF borderRadius 0px shadow none

Brand Personality

Tone: modern Energy: medium Audience: developers

Tiptap Brand in the Wild

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

Frequently Asked Questions

What is Tiptap's primary brand color?

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

What accent color does Tiptap use?

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

What font does Tiptap use?

Tiptap uses Georgia as the primary typeface across body and headings.

Does Tiptap use a light or dark theme?

Tiptap's primary site uses a light color scheme, with a background of #F5F5F4.

Where can I find Tiptap's logo?

Tiptap's logo is available directly on their site (https://tiptap.dev/). 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://tiptap.dev/ 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 Tiptap.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Polysans Median",
      "role": "unknown"
    },
    {
      "family": "Georgia",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#3898EC",
    "secondary": "#0082F3",
    "accent": "#3144EA",
    "background": "#F5F5F4",
    "textPrimary": "#0D0D0D",
    "link": "#3144EA"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Georgia",
      "heading": "Georgia"
    },
    "fontStacks": {
      "heading": [
        "Ssb",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "Ssr",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Sse Li",
        "Georgia",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "100px",
      "h2": "72px",
      "body": "60px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "10px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FFFFFF",
      "textColor": "#0D0D0D",
      "borderColor": "#FFFFFF",
      "borderRadius": "18px",
      "borderRadiusCorners": {
        "topLeft": "18px",
        "topRight": "18px",
        "bottomRight": "18px",
        "bottomLeft": "18px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#0D0D0D",
      "textColor": "#FFFFFF",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20width%3D%224.2rem%22%20height%3D%221rem%22%20viewBox%3D%220%200%2084%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-fc-idx%3D%220%22%3E%0A%3Cpath%20d%3D%22M28.2939%202.38667H38.6146V4.59824H34.7075V15.3612H32.201V4.59824H28.2939V2.38667Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(13%2C%2013%2C%2013)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M40.0963%204.4508V2.0918H42.4553V4.4508H40.0963ZM40.0963%2015.3612V5.6303H42.4553V15.3612H40.0963Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(13%2C%2013%2C%2013)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M46.7388%205.6303V5.99889C46.7388%206.38592%2046.6466%206.68079%2046.4807%207.01253C46.407%207.19682%2046.278%207.41798%2046.4623%207.51013C46.6466%207.60228%2046.7572%207.36269%2046.7941%207.28897C47.3838%206.25691%2048.3606%205.48286%2049.8718%205.48286C52.3967%205.48286%2054.1106%207.69443%2054.1106%2010.4957C54.1106%2013.2971%2052.3967%2015.5086%2049.8718%2015.5086C48.3974%2015.5086%2047.3838%2014.753%2046.7941%2013.6841C46.7572%2013.6288%2046.6835%2013.4445%2046.5176%2013.4998C46.3149%2013.5735%2046.3886%2013.7578%2046.4807%2013.9421C46.6466%2014.2738%2046.7388%2014.5687%2046.7388%2014.9373V18.8997H44.3798V5.6303H46.7388ZM49.3189%2013.3708C50.9776%2013.3708%2051.7516%2012.0438%2051.7516%2010.4957C51.7516%208.94765%2050.9776%207.62071%2049.3189%207.62071C47.7708%207.62071%2046.7388%208.94765%2046.7388%2010.4957C46.7388%2012.0438%2047.7708%2013.3708%2049.3189%2013.3708Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(13%2C%2013%2C%2013)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M61.3459%207.69443H58.692V12.136C58.692%2013.2049%2058.7104%2013.2971%2059.7056%2013.2971H61.3459V15.3612H59.208C57.2545%2015.3612%2056.333%2014.7161%2056.333%2012.3756V7.69443H54.5638V5.6303H56.333V2.97642H58.692V5.6303H61.3459V7.69443Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(13%2C%2013%2C%2013)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M69.7536%205.6303H72.1126V15.3612H69.7536V14.9373C69.7536%2014.5687%2069.8457%2014.2738%2070.0116%2013.9421C70.1037%2013.7578%2070.1775%2013.5735%2069.9747%2013.4998C69.8089%2013.4445%2069.7351%2013.6288%2069.6983%2013.6841C69.0164%2014.6977%2068.0949%2015.5086%2066.6205%2015.5086C64.0957%2015.5086%2062.3817%2013.2971%2062.3817%2010.4957C62.3817%207.69443%2064.0957%205.48286%2066.6205%205.48286C68.1318%205.48286%2069.1638%206.22005%2069.6983%207.28897C69.7351%207.36269%2069.8457%207.60228%2070.03%207.51013C70.2143%207.41798%2070.1037%207.19682%2070.0116%207.01253C69.8457%206.68079%2069.7536%206.38592%2069.7536%205.99889V5.6303ZM67.1734%2013.3708C68.7215%2013.3708%2069.7536%2012.0438%2069.7536%2010.4957C69.7536%208.94765%2068.7215%207.62071%2067.1734%207.62071C65.5147%207.62071%2064.7407%208.94765%2064.7407%2010.4957C64.7407%2012.0438%2065.5147%2013.3708%2067.1734%2013.3708Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(13%2C%2013%2C%2013)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M76.3991%205.6303V5.99889C76.3991%206.38592%2076.3069%206.68079%2076.141%207.01253C76.0673%207.19682%2075.9383%207.41798%2076.1226%207.51013C76.3069%207.60228%2076.4175%207.36269%2076.4544%207.28897C77.0441%206.25691%2078.0209%205.48286%2079.5321%205.48286C82.057%205.48286%2083.771%207.69443%2083.771%2010.4957C83.771%2013.2971%2082.057%2015.5086%2079.5321%2015.5086C78.0577%2015.5086%2077.0441%2014.753%2076.4544%2013.6841C76.4175%2013.6288%2076.3438%2013.4445%2076.1779%2013.4998C75.9752%2013.5735%2076.0489%2013.7578%2076.141%2013.9421C76.3069%2014.2738%2076.3991%2014.5687%2076.3991%2014.9373V18.8997H74.0401V5.6303H76.3991ZM78.9792%2013.3708C80.6379%2013.3708%2081.4119%2012.0438%2081.4119%2010.4957C81.4119%208.94765%2080.6379%207.62071%2078.9792%207.62071C77.4311%207.62071%2076.3991%208.94765%2076.3991%2010.4957C76.3991%2012.0438%2077.4311%2013.3708%2078.9792%2013.3708Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(13%2C%2013%2C%2013)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M10.2499%200C8.40798%200%206.68237%200.497993%205.20039%201.36667C4.90185%201.54167%204.77093%201.93059%205.02448%202.16608C5.24757%202.37329%205.54646%202.5%205.87494%202.5H14.6248C14.9533%202.5%2015.2522%202.37329%2015.4753%202.16608C15.7289%201.93059%2015.5979%201.54167%2015.2994%201.36667C13.8174%200.497993%2012.0918%200%2010.2499%200Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(13%2C%2013%2C%2013)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M20.2498%2010C20.2498%209.30963%2019.6902%208.75%2018.9998%208.75H1.49999C0.809625%208.75%200.25%209.30963%200.25%2010C0.25%2010.6904%200.809625%2011.25%201.49999%2011.25H18.9998C19.6902%2011.25%2020.2498%2010.6904%2020.2498%2010Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(13%2C%2013%2C%2013)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M15.4753%2017.8339C15.7289%2018.0694%2015.5979%2018.4583%2015.2994%2018.6333C13.8174%2019.502%2012.0918%2020%2010.2499%2020C8.40798%2020%206.68236%2019.502%205.20039%2018.6333C4.90185%2018.4583%204.77092%2018.0694%205.02447%2017.8339C5.24756%2017.6267%205.54646%2017.5%205.87494%2017.5H14.6248C14.9533%2017.5%2015.2522%2017.6267%2015.4753%2017.8339Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(13%2C%2013%2C%2013)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M1.49999%205.625C1.49999%204.93463%202.05961%204.375%202.74997%204.375H17.7498C18.4402%204.375%2018.9998%204.93463%2018.9998%205.625C18.9998%206.31537%2018.4402%206.875%2017.7498%206.875H2.74997C2.05961%206.875%201.49999%206.31537%201.49999%205.625Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(13%2C%2013%2C%2013)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M1.49999%2014.375C1.49999%2013.6846%202.05961%2013.125%202.74997%2013.125H17.7498C18.4402%2013.125%2018.9998%2013.6846%2018.9998%2014.375C18.9998%2015.0654%2018.4402%2015.625%2017.7498%2015.625H2.74997C2.05961%2015.625%201.49999%2015.0654%201.49999%2014.375Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(13%2C%2013%2C%2013)%20!important%3B%22%2F%3E%0A%3C%2Fsvg%3E",
    "favicon": "https://cdn.prod.website-files.com/645a9acecda2e0594fac6126/657b062a9b2afac48c705261_favicon-32x32.png",
    "ogImage": "https://cdn.prod.website-files.com/645a9acecda2e0594fac6126/6685b19263491b5a0279d572_tiptap-og-main.png",
    "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 'Tiptap'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Try Tiptap Platform",
      "reasoning": "Button #1 'Try Tiptap Platform' is likely the primary CTA due to its prominent text and the use of 'btn-primary' class, indicating a primary action."
    },
    "secondary": {
      "index": 0,
      "text": "View demo",
      "reasoning": "Button #0 'View demo' is a secondary action with a different color group, making it suitable as a secondary CTA."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "developers"
  },
  "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 visible, located in the header, and links to the homepage, aligning with the brand 'Tiptap'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles