Home · Branding · InVision Medical Technology

InVision Medical Technology Brand Identity

A complete profile of InVision Medical Technology's visual system — colors, typography, components, and personality — extracted from http://invisionmedtech.com/. Built for designers, agents, and AI tools.

Download JSON
Primary
#4A5D68
Accent
#2DC1B3
Body Font
Geist
Heading
Libre Caslon Text

Color Palette

Brand palette extracted from http://invisionmedtech.com/.

primary
#4A5D68
rgb(74, 93, 104)
secondary
#1A3340
rgb(26, 51, 64)
accent
#2DC1B3
rgb(45, 193, 179)
background
#FAFAF6
rgb(250, 250, 246)
textPrimary
#0B1F2A
rgb(11, 31, 42)
link
#0B1F2A
rgb(11, 31, 42)

Typography

Each font links to its Google Fonts page where available.

primary
Geist
heading
Libre Caslon Text
Libre Caslon Text Google Fonts →
Libre Caslon Text, 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

InVision Medical Technology logo
Logo

UI Components

Live previews rendered using InVision Medical Technology's actual button styles.

input
background transparent textColor #FFFFFF borderColor null borderRadius 0px shadow none
buttonPrimary
background #2DC1B3 textColor #0B1F2A borderRadius 999px shadow none
buttonSecondary
background #FAFAF6 textColor #0B1F2A borderColor #E6E7E3 borderRadius 999px shadow none

Brand Personality

Tone: professional Energy: medium Audience: medical professionals and healthcare organizations

InVision Medical Technology Brand in the Wild

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

Frequently Asked Questions

What is InVision Medical Technology's primary brand color?

InVision Medical Technology's primary brand color is #4A5D68. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does InVision Medical Technology use?

InVision Medical Technology uses #2DC1B3 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does InVision Medical Technology use?

InVision Medical Technology uses Geist for body text and Libre Caslon Text for headings. Fonts were detected on http://invisionmedtech.com/ as part of their live design system.

Does InVision Medical Technology use a light or dark theme?

InVision Medical Technology's primary site uses a light color scheme, with a background of #FAFAF6.

Where can I find InVision Medical Technology's logo?

InVision Medical Technology's logo is available directly on their site (http://invisionmedtech.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 http://invisionmedtech.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 InVision Medical Technology.

Methodology

Brand data on this page was extracted from http://invisionmedtech.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 InVision Medical Technology.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Geist",
      "role": "body"
    },
    {
      "family": "Libre Caslon Text",
      "role": "heading"
    },
    {
      "family": "Geist Mono",
      "role": "monospace"
    }
  ],
  "colors": {
    "primary": "#4A5D68",
    "secondary": "#1A3340",
    "accent": "#2DC1B3",
    "background": "#FAFAF6",
    "textPrimary": "#0B1F2A",
    "link": "#0B1F2A"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Geist",
      "heading": "Libre Caslon Text"
    },
    "fontStacks": {
      "heading": [
        "Libre Caslon Text",
        "serif"
      ],
      "body": [
        "Geist",
        "-apple-system",
        "BlinkMacSystemFont",
        "sans-serif"
      ],
      "paragraph": [
        "Geist",
        "-apple-system",
        "BlinkMacSystemFont",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "76px",
      "h2": "56px",
      "body": "19px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "20px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#FFFFFF",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#2DC1B3",
      "textColor": "#0B1F2A",
      "borderRadius": "999px",
      "borderRadiusCorners": {
        "topLeft": "999px",
        "topRight": "999px",
        "bottomRight": "999px",
        "bottomLeft": "999px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FAFAF6",
      "textColor": "#0B1F2A",
      "borderColor": "#E6E7E3",
      "borderRadius": "999px",
      "borderRadiusCorners": {
        "topLeft": "999px",
        "topRight": "999px",
        "bottomRight": "999px",
        "bottomLeft": "999px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20400%20400%22%20data-fc-idx%3D%220%22%3E%3Cpath%20fill%3D%22%232dc1b3%22%20d%3D%22M326.05%2C150.25l-38.43-35.18c-14.04-12.85-35.54-12.92-49.66-.16l-33.64%2C30.41h-.02l-33.64-30.41c-14.12-12.76-35.62-12.69-49.66%2C.16l-38.43%2C35.18c-1.44%2C1.31-2.26%2C3.17-2.26%2C5.12s.83%2C3.83%2C2.28%2C5.14l114.78%2C103.7h0v38.48h0l-95.83-86.61c2-4.47%2C2.67-9.67%2C1.36-15.13-2.05-8.5-8.98-15.3-17.53-17.1-16.83-3.55-31.42%2C11.1-27.77%2C27.95%2C1.82%2C8.39%2C8.45%2C15.22%2C16.77%2C17.32%2C6.65%2C1.67%2C12.94%2C.42%2C18-2.65l101.73%2C91.91c5.8%2C5.24%2C14.62%2C5.24%2C20.42%2C0l108.45-97.99c3.39-3.07%2C5.33-7.43%2C5.33-12v-53.01c0-1.94-.82-3.8-2.25-5.11ZM80.3%2C217.52c-6.04%2C0-10.93-4.89-10.93-10.93s4.89-10.93%2C10.93-10.93%2C10.93%2C4.89%2C10.93%2C10.93-4.89%2C10.93-10.93%2C10.93Zm130.92-59.79h0l36.01-32.56c8.82-7.97%2C22.26-7.93%2C31.03%2C.1l32.82%2C30.05-20.95%2C18.91-19.44-17.57c-4.47-4.04-11.27-4.04-15.74%2C0l-43.73%2C39.53h0v-38.47Zm-113.71-2.41l32.82-30.05c8.77-8.03%2C22.21-8.07%2C31.03-.1l36.01%2C32.55h0v38.48h0l-43.73-39.54c-4.47-4.04-11.27-4.04-15.74%2C0l-19.44%2C17.57-20.95-18.91Zm106.79%2C96.48h-.01l-75.52-68.25%2C13.4-12.11c2.04-1.85%2C5.15-1.85%2C7.19%2C0l48%2C43.39%2C6.92%2C6.25h.02l6.92-6.25%2C48-43.39c2.04-1.85%2C5.15-1.85%2C7.19%2C0l13.4%2C12.11-75.52%2C68.26h-.01Zm110.15-42.41l-103.22%2C93.28h0v-38.47h0l103.22-93.26v38.45Z%22%20style%3D%22fill%3A%20rgb(45%2C%20193%2C%20179)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": null,
    "ogImage": null,
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, which are strong indicators of a primary brand logo.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 3,
      "text": "Request briefing",
      "reasoning": "Button #3 has a vibrant green background (#2DC1B3), which stands out as the primary call-to-action. The text 'Request briefing' is action-oriented, making it a strong candidate for the primary CTA."
    },
    "secondary": {
      "index": 2,
      "text": "Read the evidence",
      "reasoning": "Button #2 has a light background (#FAFAF6) with a border, making it suitable as a secondary button. It contrasts with the primary button's vibrant color and offers a less prominent action, 'Read the evidence.'"
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "medical professionals and healthcare organizations"
  },
  "designSystem": {
    "framework": "custom",
    "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 located in the header, is visible, 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