Home · Branding · Terapify

Terapify Brand Identity

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

Download JSON
Primary
#6B7280
Accent
#0085FF
Body Font
Open Sans
Heading
Open Sans

Color Palette

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

primary
#6B7280
rgb(107, 114, 128)
secondary
#168CF9
rgb(22, 140, 249)
accent
#0085FF
rgb(0, 133, 255)
background
#F4F7FB
rgb(244, 247, 251)
textPrimary
#0085FF
rgb(0, 133, 255)
link
#0085FF
rgb(0, 133, 255)

Typography

Each font links to its Google Fonts page where available.

primary
Open Sans
heading
Open Sans
Open Sans, Helvetica, 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

Terapify logo
Logo
Terapify favicon
Favicon
Terapify social image
Social Card

UI Components

Live previews rendered using Terapify's actual button styles.

buttonPrimary
background #0085FF textColor #333333 borderRadius 6px shadow rgba(0, 0, 0, 0.2) 0px 1px 4px 0px

Brand Personality

Tone: professional Energy: medium Audience: Individuals seeking online psychological services

Terapify Brand in the Wild

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

Frequently Asked Questions

What is Terapify's primary brand color?

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

What accent color does Terapify use?

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

What font does Terapify use?

Terapify uses Open Sans as the primary typeface across body and headings.

Does Terapify use a light or dark theme?

Terapify's primary site uses a light color scheme, with a background of #F4F7FB.

Where can I find Terapify's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Open Sans",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#6B7280",
    "secondary": "#168CF9",
    "accent": "#0085FF",
    "background": "#F4F7FB",
    "textPrimary": "#0085FF",
    "link": "#0085FF"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Open Sans",
      "heading": "Open Sans"
    },
    "fontStacks": {
      "heading": [
        "Open Sans",
        "Helvetica",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "Open Sans",
        "Helvetica",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Open Sans",
        "Helvetica",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "34px",
      "h2": "17px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#0085FF",
      "textColor": "#333333",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "rgba(0, 0, 0, 0.2) 0px 1px 4px 0px"
    }
  },
  "images": {
    "logo": "https://terapify-cms.s3.amazonaws.com/logotipo_3215712490.svg",
    "favicon": "https://www.terapify.com/favicons/favicon.ico",
    "ogImage": "https://terapify-cms.s3.us-east-1.amazonaws.com/Persona_tomando_terapia_en_Terapify_70ac5ecb25.webp",
    "logoHref": "/",
    "logoAlt": "Terapify - Psicólogos en línea"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 2,
    "reasoning": "Selected #2 because it is visible, located in the header, links to the homepage, and the alt text matches the brand name 'Terapify'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Encuentra tu psicólogo ideal",
      "reasoning": "Button #0, 'Encuentra tu psicólogo ideal', is likely the primary CTA due to its action-oriented text and vibrant brand color (#0085FF), which aligns with the site's main call-to-action of finding a psychologist."
    },
    "secondary": {
      "index": -1,
      "text": "N/A",
      "reasoning": "All buttons share the same vibrant brand color (#0085FF), making it impossible to select a secondary button with a different background color."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "Individuals seeking online psychological services"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 2,
        "selectedLogoReasoning": "Selected #2 because it is visible, located in the header, links to the homepage, and the alt text matches the brand name 'Terapify'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles