Home · Branding · Segmed

Segmed Brand Identity

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

Download JSON
Primary
#3898EC
Accent
#F5F3F0
Body Font
Macan
Heading
Macan

Color Palette

Brand palette extracted from https://segmed.ai.

primary
#3898EC
rgb(56, 152, 236)
secondary
#FFFF00
rgb(255, 255, 0)
accent
#F5F3F0
rgb(245, 243, 240)
background
#271F1D
rgb(39, 31, 29)
textPrimary
#271F1D
rgb(39, 31, 29)
link
#0082F3
rgb(0, 130, 243)

Typography

Each font links to its Google Fonts page where available.

primary
Macan
heading
Macan
Macan, 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

Segmed logo
Logo
Segmed favicon
Favicon
Segmed social image
Social Card

UI Components

Live previews rendered using Segmed's actual button styles.

input
background #271F1D textColor #333333 borderColor #3C3432 borderRadius 0px shadow none
buttonPrimary
background #F5F3F0 textColor #F5F3F0 borderColor #F5F3F0 borderRadius 48px shadow none
buttonSecondary
background #271F1D textColor #F5F3F0 borderColor #F5F3F0 borderRadius 48px shadow none

Brand Personality

Tone: professional Energy: medium Audience: AI researchers and clinical professionals

Segmed Brand in the Wild

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

Frequently Asked Questions

What is Segmed's primary brand color?

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

What accent color does Segmed use?

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

What font does Segmed use?

Segmed uses Macan as the primary typeface across body and headings.

Does Segmed use a light or dark theme?

Segmed's primary site uses a dark color scheme, with a background of #271F1D.

Where can I find Segmed's logo?

Segmed's logo is available directly on their site (https://segmed.ai). 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://segmed.ai 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 Segmed.

Methodology

Brand data on this page was extracted from https://segmed.ai 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 Segmed.

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Macan",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#3898EC",
    "secondary": "#FFFF00",
    "accent": "#F5F3F0",
    "background": "#271F1D",
    "textPrimary": "#271F1D",
    "link": "#0082F3"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Macan",
      "heading": "Macan"
    },
    "fontStacks": {
      "heading": [
        "Macan",
        "sans-serif"
      ],
      "body": [
        "Macan",
        "sans-serif"
      ],
      "paragraph": [
        "Macan",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "76.8px",
      "h2": "32.832px",
      "body": "20.352px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "#271F1D",
      "textColor": "#333333",
      "borderColor": "#3C3432",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#F5F3F0",
      "textColor": "#F5F3F0",
      "borderColor": "#F5F3F0",
      "borderRadius": "48px",
      "borderRadiusCorners": {
        "topLeft": "48px",
        "topRight": "48px",
        "bottomRight": "48px",
        "bottomLeft": "48px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#271F1D",
      "textColor": "#F5F3F0",
      "borderColor": "#F5F3F0",
      "borderRadius": "48px",
      "borderRadiusCorners": {
        "topLeft": "48px",
        "topRight": "48px",
        "bottomRight": "48px",
        "bottomLeft": "48px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20441%20111.1%22%20style%3D%22enable-background%3Anew%200%200%20441%20111.1%3B%22%20xml%3Aspace%3D%22preserve%22%20data-fc-idx%3D%220%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3AcurrentCOlor%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M0%2C69.1h14.5c1.4%2C5.3%2C5.2%2C6.8%2C11%2C6.8c6.7%2C0%2C9.4-1.6%2C9.4-4.7c0-3.2-1.8-5-8.5-6.6c-12.2-3-25.9-6.1-25.9-21.2%26%2310%3B%26%239%3B%26%239%3Bc0-13.1%2C16-18.1%2C24.4-18c10.4%2C0.1%2C23.3%2C4.9%2C23.9%2C18.9H35.1c-0.9-4-4.1-7.2-9.4-7.2s-10.3%2C1.2-10.3%2C5.4c0%2C6%2C11.3%2C7%2C19.4%2C9.6%26%2310%3B%26%239%3B%26%239%3Bc9%2C2.8%2C15.8%2C7.1%2C15.8%2C18.4S38.7%2C88.6%2C25.1%2C88.6C14.6%2C88.6%2C1.6%2C84.1%2C0%2C69.1L0%2C69.1z%22%20style%3D%22fill%3A%20rgb(245%2C%20243%2C%20240)%20!important%3B%22%2F%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M58.6%2C57.1c0%2C17.8%2C12.4%2C31.1%2C31.1%2C31.1c12.1%2C0%2C24.1-6.2%2C27.7-19.4h-14.6C100.3%2C73%2C96.4%2C75%2C89.4%2C75%26%2310%3B%26%239%3B%26%239%3Bc-7.8%2C0-13.4-4.2-15.5-12.4h45.3v-5.4c0-17.8-12.5-31.5-29.8-31.5S58.6%2C39%2C58.6%2C57.1L58.6%2C57.1z%20M89.3%2C39.3%26%2310%3B%26%239%3B%26%239%3Bc7.8%2C0%2C13.7%2C5.2%2C14.9%2C11.9H73.5C75.5%2C44%2C81.2%2C39.3%2C89.3%2C39.3z%22%20style%3D%22fill%3A%20rgb(245%2C%20243%2C%20240)%20!important%3B%22%2F%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M129.3%2C57.1c0.1%2C20.3%2C13.7%2C31.1%2C27.3%2C31.1c8.7%2C0%2C15.2-3.5%2C18.8-9.2v3.2c-0.3%2C7.9-2.9%2C15.4-14.9%2C15.4%26%2310%3B%26%239%3B%26%239%3Bc-7.3%2C0-11.5-2-14.5-5.8h-14.7c4.5%2C12.8%2C14.6%2C19.3%2C29.1%2C19.3c21.9%2C0%2C31.2-12.6%2C31.2-28.9V27.1h-14.3l-1%2C9.5%26%2310%3B%26%239%3B%26%239%3Bc-3.4-6.8-10.6-11-19.6-11C143%2C25.6%2C129.2%2C36.3%2C129.3%2C57.1L129.3%2C57.1z%20M160.7%2C74.2c-8.8%2C0-15.6-6.6-15.6-17.1s6.8-17.2%2C15.6-17.2%26%2310%3B%26%239%3B%26%239%3Bc6.8%2C0%2C13.7%2C4.5%2C14.9%2C14C177.2%2C67.5%2C168.9%2C74.2%2C160.7%2C74.2L160.7%2C74.2z%22%20style%3D%22fill%3A%20rgb(245%2C%20243%2C%20240)%20!important%3B%22%2F%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M201.8%2C86.7v-4.3c0-4.6%2C3.7-8.2%2C8.1-8.2s8.1%2C3.6%2C8.1%2C8.2v4.3H201.8z%20M209.9%2C62.5c4.3%2C0%2C8.1-3.8%2C8.1-7.9v-0.4%26%2310%3B%26%239%3B%26%239%3Bc0-8.7%2C3.8-14.2%2C11.6-14.2c7.2%2C0%2C11.1%2C4.5%2C11.7%2C12v2.7c0%2C0.4%2C0%2C0.8%2C0.1%2C1.2v30.8h16.2V54.2c0-8.7%2C3.8-14.2%2C11.6-14.2%26%2310%3B%26%239%3B%26%239%3Bc7.8%2C0%2C11.9%2C5.5%2C11.9%2C14.2v32.5h16.2V52.9c0-15.9-10.2-27.3-28-27.3c-8.4%2C0-15%2C2.6-19.8%2C6.9c-4.7-4.3-11.4-6.9-19.9-6.9%26%2310%3B%26%239%3B%26%239%3Bc-17.6%2C0-27.9%2C11.4-27.9%2C27.3v1.7C201.8%2C58.7%2C205.5%2C62.5%2C209.9%2C62.5L209.9%2C62.5z%22%20style%3D%22fill%3A%20rgb(245%2C%20243%2C%20240)%20!important%3B%22%2F%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M308.1%2C57.1c0%2C17.8%2C12.4%2C31.1%2C31.1%2C31.1c12.1%2C0%2C24.1-6.2%2C27.7-19.4h-14.6c-2.5%2C4.2-6.4%2C6.2-13.4%2C6.2%26%2310%3B%26%239%3B%26%239%3Bc-7.8%2C0-13.4-4.2-15.5-12.4h45.3v-5.4c0-17.8-12.5-31.5-29.8-31.5C321.6%2C25.6%2C308.1%2C39%2C308.1%2C57.1L308.1%2C57.1z%20M338.8%2C39.3%26%2310%3B%26%239%3B%26%239%3Bc7.8%2C0%2C13.7%2C5.2%2C14.9%2C11.9H323C325%2C44%2C330.7%2C39.3%2C338.8%2C39.3z%22%20style%3D%22fill%3A%20rgb(245%2C%20243%2C%20240)%20!important%3B%22%2F%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M378.8%2C57.1c0%2C20.3%2C13.7%2C31.1%2C27.3%2C31.1c9.4%2C0%2C16.2-4%2C19.4-10.4l1.2%2C8.9H441V0h-15.8v35.7%26%2310%3B%26%239%3B%26%239%3Bc-3.6-6.2-10.5-10-19.2-10C392.5%2C25.6%2C378.8%2C36.3%2C378.8%2C57.1z%20M410.2%2C74.2c-8.8%2C0-15.6-6.6-15.6-17.1s6.8-17.2%2C15.6-17.2%26%2310%3B%26%239%3B%26%239%3Bc6.8%2C0%2C13.7%2C4.5%2C14.9%2C14C426.7%2C67.5%2C418.4%2C74.2%2C410.2%2C74.2L410.2%2C74.2z%22%20style%3D%22fill%3A%20rgb(245%2C%20243%2C%20240)%20!important%3B%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E",
    "favicon": "https://cdn.prod.website-files.com/6669e17ae41ad54eb66df946/666b9d1f7d180dbdca3d6f83_favico.jpg",
    "ogImage": "https://cdn.prod.website-files.com/6669e17ae41ad54eb66df946/682b8f8bd0d9024b4274dad2_opengraph.avif",
    "logoHref": "/",
    "logoAlt": ".st0{fill:currentCOlor}"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Selected #1 because it is visible, located in the header, links to the homepage, and matches the brand 'Segmed'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Contact Us",
      "reasoning": "Button #7 'Contact Us' has a distinct background color (#F5F3F0) and is action-oriented, making it a strong candidate for the primary CTA."
    },
    "secondary": {
      "index": 3,
      "text": "About Segmed",
      "reasoning": "Button #1 'About Segmed' has a different background color (#271F1D) and serves as a secondary action, providing more information about the company."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "AI researchers and clinical professionals"
  },
  "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": 1,
        "selectedLogoReasoning": "Selected #1 because it is visible, located in the header, links to the homepage, and matches the brand 'Segmed'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles