Terapify Brand: Colors, Fonts, Logo & Visual Identity
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.
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 Google Fonts →
- heading: Open Sans Google Fonts →
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:
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.
Visual Assets
UI Components
Live previews rendered using Terapify's actual button styles.
- Button Primary:
- 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
Frequently Asked Questions
- What is Terapify's primary brand color? Terapify's primary brand color is #6B7280.
- What accent color does Terapify use? Terapify uses #0085FF as an accent color.
- What font does Terapify use? Terapify uses Open Sans as the primary typeface.
- Does Terapify use a light or dark theme? Terapify's primary site uses a light color scheme.
- Where can I find Terapify's logo? Terapify's logo is available directly on their site.
- How was this brand profile generated? This profile was extracted from https://www.terapify.com using the Firecrawl branding extraction API.
Machine-Readable Profile
Direct endpoints for agents, designers, and tooling.
{
"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",
"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"
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "Individuals seeking online psychological services"
},
"designSystem": {
"framework": "tailwind"
}
}