Home · Branding · Andromeda Surgical

Andromeda Surgical Brand Identity

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

Download JSON
Primary
#12122D
Accent
#1B69CA
Body Font
Inter
Heading
Avenir Next

Color Palette

Brand palette extracted from http://www.andromedasurgical.com.

primary
#12122D
rgb(18, 18, 45)
secondary
#2384FF
rgb(35, 132, 255)
accent
#1B69CA
rgb(27, 105, 202)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#060622
rgb(6, 6, 34)
link
#060622
rgb(6, 6, 34)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Avenir Next
Avenir Next Google Fonts →
Inter, -apple-system, BlinkMacSystemFont, Avenir Next, Avenir, Segoe UI, Helvetica Neue, Adwaita Sans, Cantarell, Ubuntu, Roboto, Noto, 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

Andromeda Surgical logo
Logo
Andromeda Surgical favicon
Favicon
Andromeda Surgical social image
Social Card

UI Components

Live previews rendered using Andromeda Surgical's actual button styles.

input
background #12122D textColor #FFFFFF borderColor null borderRadius 6px shadow none
buttonPrimary
background #1B69CA textColor #FFFFFF borderRadius 6px shadow none

Brand Personality

Tone: professional Energy: medium Audience: medical professionals

Andromeda Surgical Brand in the Wild

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

Frequently Asked Questions

What is Andromeda Surgical's primary brand color?

Andromeda Surgical's primary brand color is #12122D. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Andromeda Surgical use?

Andromeda Surgical uses #1B69CA as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Andromeda Surgical use?

Andromeda Surgical uses Inter for body text and Avenir Next for headings. Fonts were detected on http://www.andromedasurgical.com as part of their live design system.

Does Andromeda Surgical use a light or dark theme?

Andromeda Surgical's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find Andromeda Surgical's logo?

Andromeda Surgical's logo is available directly on their site (http://www.andromedasurgical.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://www.andromedasurgical.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 Andromeda Surgical.

Methodology

Brand data on this page was extracted from http://www.andromedasurgical.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 Andromeda Surgical.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Avenir Next",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#12122D",
    "secondary": "#2384FF",
    "accent": "#1B69CA",
    "background": "#FFFFFF",
    "textPrimary": "#060622",
    "link": "#060622"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Avenir Next"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "-apple-system",
        "BlinkMacSystemFont",
        "Avenir Next",
        "Avenir",
        "Segoe UI",
        "Helvetica Neue",
        "Adwaita Sans",
        "Cantarell",
        "Ubuntu",
        "Roboto",
        "Noto",
        "Helvetica",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "-apple-system",
        "BlinkMacSystemFont",
        "Avenir Next",
        "Avenir",
        "Segoe UI",
        "Helvetica Neue",
        "Adwaita Sans",
        "Cantarell",
        "Ubuntu",
        "Roboto",
        "Noto",
        "Helvetica",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "-apple-system",
        "BlinkMacSystemFont",
        "Avenir Next",
        "Avenir",
        "Segoe UI",
        "Helvetica Neue",
        "Adwaita Sans",
        "Cantarell",
        "Ubuntu",
        "Roboto",
        "Noto",
        "Helvetica",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "56px",
      "h2": "16px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "3px"
  },
  "components": {
    "input": {
      "background": "#12122D",
      "textColor": "#FFFFFF",
      "borderColor": null,
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#1B69CA",
      "textColor": "#FFFFFF",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/68e261d3487e2e6ac6bb4d84/68e2705eb22ffc35efc29f82_Andromeda.svg",
    "favicon": "https://cdn.prod.website-files.com/68e261d3487e2e6ac6bb4d84/68e2c2d35f5241a3d34d761b_655d441a12de5edf5463b8af_AndFav.png",
    "ogImage": "https://cdn.prod.website-files.com/68e261d3487e2e6ac6bb4d84/68e2c33f7ce335565e4433a7_655d44a6e878154b855a129e_Andromeda%20OG.png",
    "logoHref": "#",
    "logoAlt": "Andromeda surgical"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, and the alt text matches the brand name 'Andromeda Surgical'. It is the most prominent logo on the page.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Submit",
      "reasoning": "The button with text 'Submit' has a vibrant blue background (#1B69CA), which is a strong indicator of a primary call-to-action. It stands out against the page's color scheme and is likely intended to draw user interaction."
    },
    "secondary": {
      "index": -1,
      "text": "N/A",
      "reasoning": "There is only one button detected, so no secondary button with a different color exists."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "medical professionals"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.95,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, and the alt text matches the brand name 'Andromeda Surgical'. It is the most prominent logo on the page.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles