Home · Branding · Relate

Relate Brand Identity

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

Download JSON
Primary
#0000EE
Accent
#0000EE
Body Font
Inter
Heading
Pretendard Medium

Color Palette

Brand palette extracted from https://www.relate.so/.

primary
#0000EE
rgb(0, 0, 238)
secondary
#145AFF
rgb(20, 90, 255)
accent
#0000EE
rgb(0, 0, 238)
background
#FCFCFC
rgb(252, 252, 252)
textPrimary
#374151
rgb(55, 65, 81)
link
#374151
rgb(55, 65, 81)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Pretendard Medium
Pretendard Medium Google Fonts →
Inter, 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

Relate logo
Logo
Relate favicon
Favicon
Relate social image
Social Card

UI Components

Live previews rendered using Relate's actual button styles.

input
background #FCFCFC textColor #FFFFFF borderColor null borderRadius 12px shadow rgb(0, 153, 255) 0px 0px 0px 0px inset
buttonPrimary
background #FCFCFC textColor #0000EE borderRadius 50px shadow rgba(71, 136, 255, 0.675) 0px -0.301094px 0.240875px -1.16667px inset, rgba(71, 136, 255, 0.608) 0px -1.14427px 0.915413px -2.33333px inset, rgba(71, 136, 255, 0.3) 0px -5px 4px -3.5px inset, rgba(0, 0, 0, 0.18) 0px 0.602187px 0.602187px -1.25px, rgba(0, 0, 0, 0.16) 0px 2.28853px 2.28853px -2.5px, rgba(0, 0, 0, 0.063) 0px 10px 10px -3.75px
buttonSecondary
background #FEFEFE textColor #0F1F3D borderRadius 12px shadow none

Brand Personality

Tone: modern Energy: medium Audience: B2B companies looking for CRM solutions

Relate Brand in the Wild

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

Frequently Asked Questions

What is Relate's primary brand color?

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

What font does Relate use?

Relate uses Inter for body text and Pretendard Medium for headings. Fonts were detected on https://www.relate.so/ as part of their live design system.

Does Relate use a light or dark theme?

Relate's primary site uses a light color scheme, with a background of #FCFCFC.

Where can I find Relate's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Pretendard Medium",
      "role": "heading"
    },
    {
      "family": "Pretendard Bold",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#0000EE",
    "secondary": "#145AFF",
    "accent": "#0000EE",
    "background": "#FCFCFC",
    "textPrimary": "#374151",
    "link": "#374151"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Pretendard Medium"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "sans-serif"
      ],
      "body": [
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "80px",
      "h2": "20px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "16px"
  },
  "components": {
    "input": {
      "background": "#FCFCFC",
      "textColor": "#FFFFFF",
      "borderColor": null,
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "rgb(0, 153, 255) 0px 0px 0px 0px inset"
    },
    "buttonPrimary": {
      "background": "#FCFCFC",
      "textColor": "#0000EE",
      "borderRadius": "50px",
      "borderRadiusCorners": {
        "topLeft": "50px",
        "topRight": "50px",
        "bottomRight": "50px",
        "bottomLeft": "50px"
      },
      "shadow": "rgba(71, 136, 255, 0.675) 0px -0.301094px 0.240875px -1.16667px inset, rgba(71, 136, 255, 0.608) 0px -1.14427px 0.915413px -2.33333px inset, rgba(71, 136, 255, 0.3) 0px -5px 4px -3.5px inset, rgba(0, 0, 0, 0.18) 0px 0.602187px 0.602187px -1.25px, rgba(0, 0, 0, 0.16) 0px 2.28853px 2.28853px -2.5px, rgba(0, 0, 0, 0.063) 0px 10px 10px -3.75px"
    },
    "buttonSecondary": {
      "background": "#FEFEFE",
      "textColor": "#0F1F3D",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20style%3D%22width%3A100%25%3Bheight%3A100%25%3B%22%20viewBox%3D%220%200%20935%20238%22%20preserveAspectRatio%3D%22none%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20data-fc-idx%3D%220%22%3E%3Csvg%20style%3D%22width%3A100%25%3Bheight%3A100%25%22%20preserveAspectRatio%3D%22none%22%20width%3D%22935%22%20height%3D%22238%22%20id%3D%22svg-1258172736_5091%22%3E%3Cdefs%3E%3Csvg%20width%3D%22935%22%20height%3D%22238%22%20fill%3D%22none%22%20id%3D%22svg-1258172736_5091_c%22%3E%3Cg%20clip-path%3D%22url(%23svg-1258172736_5091_a)%22%3E%3Cmask%20id%3D%22svg-1258172736_5091_b%22%20style%3D%22mask-type%3Aluminance%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22935%22%20height%3D%22238%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M934.4%200H0v237.56h934.4V0Z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23svg-1258172736_5091_b)%22%3E%3Cpath%20d%3D%22M309.151%20199.37V57.87h32.34v23.59h1.47c2.58-8.17%207.02-14.48%2013.31-18.93%206.3-4.45%2013.5-6.68%2021.6-6.68%201.84%200%203.91.08%206.22.23%202.3.15%204.22.39%205.76.69v30.68c-1.41-.49-3.64-.94-6.68-1.34-3.04-.4-5.97-.6-8.8-.6-6.08%200-11.53%201.3-16.35%203.91-4.82%202.61-8.61%206.22-11.38%2010.82-2.76%204.61-4.15%209.92-4.15%2015.94v83.19h-33.35.01Zm146.678%202.77c-14.19%200-26.43-2.96-36.71-8.89-10.29-5.93-18.19-14.34-23.72-25.24-5.53-10.9-8.29-23.75-8.29-38.56%200-14.81%202.78-27.35%208.34-38.37%205.56-11.02%2013.34-19.62%2023.35-25.8%2010.01-6.17%2021.77-9.26%2035.28-9.26%208.72%200%2016.97%201.4%2024.74%204.19%207.77%202.8%2014.65%207.11%2020.64%2012.94%205.99%205.84%2010.7%2013.25%2014.14%2022.25%203.44%209%205.16%2019.7%205.16%2032.11v10.23h-115.99v-22.48h84.02c-.06-6.39-1.45-12.08-4.15-17.09s-6.46-8.95-11.28-11.84c-4.82-2.89-10.43-4.33-16.81-4.33-6.82%200-12.81%201.65-17.97%204.93-5.16%203.28-9.17%207.58-12.02%2012.9-2.86%205.31-4.32%2011.13-4.38%2017.46v19.62c0%208.23%201.5%2015.28%204.51%2021.14%203.01%205.86%207.22%2010.35%2012.62%2013.45%205.4%203.1%2011.73%204.65%2018.98%204.65%204.85%200%209.24-.69%2013.17-2.07%203.93-1.38%207.34-3.42%2010.23-6.13%202.89-2.7%205.07-6.05%206.54-10.04l31.14%203.5c-1.97%208.23-5.7%2015.4-11.19%2021.51-5.5%206.11-12.51%2010.84-21.05%2014.19-8.54%203.35-18.3%205.02-29.3%205.02v.01ZM567.319%2010.7v188.669h-33.35V10.699h33.35Zm62.019%20191.53c-8.97%200-17.03-1.61-24.18-4.84-7.15-3.23-12.8-8-16.95-14.33-4.15-6.33-6.22-14.12-6.22-23.4%200-7.98%201.47-14.59%204.42-19.81%202.95-5.22%206.97-9.4%2012.07-12.53%205.1-3.13%2010.86-5.51%2017.27-7.14%206.42-1.63%2013.07-2.81%2019.95-3.55%208.29-.86%2015.02-1.64%2020.18-2.35%205.16-.71%208.92-1.81%2011.29-3.32%202.36-1.5%203.55-3.85%203.55-7.05v-.55c0-6.94-2.06-12.31-6.17-16.12-4.12-3.81-10.04-5.71-17.78-5.71-8.17%200-14.63%201.78-19.39%205.34-4.76%203.56-7.97%207.77-9.63%2012.62l-31.14-4.42c2.46-8.6%206.51-15.8%2012.16-21.6%205.65-5.8%2012.56-10.16%2020.73-13.08s17.2-4.37%2027.09-4.37c6.82%200%2013.6.8%2020.36%202.39%206.76%201.6%2012.93%204.22%2018.52%207.88%205.59%203.65%2010.09%208.61%2013.5%2014.88%203.41%206.27%205.11%2014.1%205.11%2023.49v94.71h-32.06v-19.44h-1.1c-2.03%203.93-4.87%207.6-8.52%2011.01-3.65%203.41-8.23%206.14-13.73%208.2-5.5%202.06-11.93%203.09-19.3%203.09h-.03Zm8.66-24.51c6.69%200%2012.5-1.34%2017.41-4.01s8.71-6.22%2011.38-10.64c2.67-4.42%204-9.24%204-14.46v-16.68c-1.04.86-2.81%201.66-5.3%202.4-2.49.74-5.27%201.38-8.34%201.93-3.07.55-6.12%201.04-9.12%201.47-3.01.43-5.62.8-7.83%201.11-4.97.68-9.43%201.78-13.36%203.32-3.93%201.54-7.03%203.67-9.3%206.4-2.27%202.73-3.41%206.25-3.41%2010.55%200%206.14%202.24%2010.78%206.72%2013.91%204.48%203.13%2010.19%204.7%2017.14%204.7h.01ZM795.37%2057.87v25.8h-81.35v-25.8h81.35Zm-61.271-33.9h33.351v132.851c0%204.48.69%207.91%202.07%2010.27%201.38%202.37%203.21%203.98%205.48%204.84%202.27.86%204.789%201.29%207.549%201.29%202.09%200%204.011-.15%205.761-.46%201.75-.31%203.09-.58%204.01-.83l5.62%2026.07c-1.78.61-4.32%201.29-7.6%202.03-3.29.74-7.29%201.17-12.02%201.29-8.35.24-15.88-1.03-22.57-3.82-6.7-2.8-11.991-7.14-15.891-13.04-3.9-5.9-5.82-13.27-5.76-22.11V23.961v.01Zm137.383%20178.17c-14.19%200-26.43-2.96-36.71-8.89-10.29-5.93-18.19-14.34-23.72-25.24-5.53-10.9-8.29-23.75-8.29-38.56%200-14.81%202.78-27.35%208.34-38.37%205.56-11.02%2013.34-19.62%2023.35-25.8%2010.01-6.17%2021.77-9.26%2035.28-9.26%208.72%200%2016.97%201.4%2024.74%204.19%207.77%202.8%2014.65%207.11%2020.64%2012.94%205.99%205.84%2010.7%2013.25%2014.14%2022.25%203.44%209%205.16%2019.7%205.16%2032.11v10.23h-115.99v-22.48h84.02c-.06-6.39-1.44-12.08-4.15-17.09-2.7-5.01-6.46-8.95-11.28-11.84-4.82-2.89-10.43-4.33-16.81-4.33-6.82%200-12.8%201.65-17.96%204.93s-9.17%207.58-12.02%2012.9c-2.85%205.31-4.32%2011.13-4.37%2017.46v19.62c0%208.23%201.5%2015.28%204.51%2021.14%203.01%205.87%207.22%2010.35%2012.62%2013.45%205.41%203.1%2011.73%204.65%2018.98%204.65%204.85%200%209.24-.69%2013.17-2.07%203.93-1.38%207.34-3.42%2010.23-6.13%202.89-2.7%205.07-6.05%206.54-10.04l31.14%203.5c-1.97%208.23-5.7%2015.4-11.19%2021.51-5.5%206.11-12.51%2010.84-21.05%2014.19-8.54%203.35-18.3%205.02-29.3%205.02l-.02.01Z%22%20fill%3D%22%23000%22%2F%3E%3Cpath%20d%3D%22M118.78%20237.56c65.6%200%20118.78-53.18%20118.78-118.78S184.38%200%20118.78%200%200%2053.18%200%20118.78s53.18%20118.78%20118.78%20118.78Z%22%20fill%3D%22%233B82F6%22%2F%3E%3Cpath%20d%3D%22M137.169%20196.37h-72.66v-7.2c0-37.02%2019.47-63.8%2046.99-79.78-1.4-4.05-2.95-7.89-4.65-11.47-11.03%206.23-21.57%2010.7-31.43%2010.4-15.69-.51-23.8-11.52-24.86-22.2-1.11-11.14%205.39-24.21%2019.96-27.64%2010.38-2.45%2020.73.11%2029.93%207.39%204.09%203.24%207.89%207.36%2011.37%2012.28%201.23-.77%202.46-1.54%203.7-2.32%2019.44-12.19%2041.46-26.01%2064.18-26.01h7.2v56.48h-7.2c-17.91%200-35.66%203.71-50.98%2010.47%205.48%2020.34%208.45%2044.98%208.45%2072.4v7.2Zm-57.97-14.39h43.5c-.42-19.32-2.57-40.04-7.04-58.32-1.48.92-2.93%201.88-4.33%202.87-13.68%209.65-29.79%2026.91-32.13%2055.45Zm39.92-91.41c1.89%203.84%203.64%207.98%205.25%2012.38%2014.92-6.4%2031.46-10.05%2048.13-10.86V64.8c-16.33%202.53-33.07%2013.03-49.34%2023.23-1.36.85-2.71%201.7-4.05%202.54h.01Zm-41-18.59c-1.42%200-2.86.17-4.29.51-6.86%201.62-9.43%207.29-8.94%2012.2.21%202.09%201.62%208.94%2011.01%209.25%206.55.22%2014.68-3.34%2023.64-8.39-2.44-3.27-5.11-6.09-8.01-8.39-4.35-3.44-8.84-5.17-13.4-5.17l-.01-.01Z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22svg-1258172736_5091_a%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h935v238H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E%3C%2Fdefs%3E%3Cuse%20href%3D%22%23svg-1258172736_5091_c%22%2F%3E%3C%2Fsvg%3E%3C%2Fsvg%3E",
    "favicon": "https://framerusercontent.com/images/XifOVB3kVYJqmU6XQuK7YCfyWVs.png",
    "ogImage": "https://framerusercontent.com/assets/FEXsehpQehTCOKxTjOwvRAedrOE.png",
    "logoHref": "./"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, which are strong indicators of a primary brand logo.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get started free",
      "reasoning": "The button 'Get started free' is likely the primary CTA due to its action-oriented text, which is common for primary actions. Despite its light background, the text color is a vibrant blue, making it stand out."
    },
    "secondary": {
      "index": 1,
      "text": "Sign Up",
      "reasoning": "The button 'Sign Up' serves as a secondary action. It has a different text color and a slightly different background, making it less prominent than the primary CTA."
    },
    "confidence": 0.85
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "B2B companies looking for CRM solutions"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.85,
    "colors": 0.9,
    "overall": 0.875
  },
  "__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, which are strong indicators of a primary brand logo.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles