Home · Branding · Alchemy

Alchemy Brand Identity

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

Download JSON
Primary
#577DFF
Accent
#FF934F
Body Font
Open Sans
Heading
Inter

Color Palette

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

primary
#577DFF
rgb(87, 125, 255)
secondary
#3C5CCF
rgb(60, 92, 207)
accent
#FF934F
rgb(255, 147, 79)
background
#F9F9F9
rgb(249, 249, 249)
textPrimary
#000000
rgb(0, 0, 0)
link
#FF934F
rgb(255, 147, 79)

Typography

Each font links to its Google Fonts page where available.

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

Alchemy favicon
Favicon
Alchemy social image
Social Card

UI Components

Live previews rendered using Alchemy's actual button styles.

buttonPrimary
background #FF934F textColor #FFFFFF borderRadius 6px shadow rgba(0, 0, 0, 0) 0px 0px 20px 20px inset
buttonSecondary
background #FFFFFF textColor #000000 borderRadius 6px shadow rgba(0, 0, 0, 0) 0px 0px 20px 20px inset

Brand Personality

Tone: modern Energy: medium Audience: technology and innovation sectors

Alchemy Brand in the Wild

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

Frequently Asked Questions

What is Alchemy's primary brand color?

Alchemy's primary brand color is #577DFF. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Alchemy use?

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

What font does Alchemy use?

Alchemy uses Open Sans for body text and Inter for headings. Fonts were detected on http://www.alchemynano.com as part of their live design system.

Does Alchemy use a light or dark theme?

Alchemy's primary site uses a light color scheme, with a background of #F9F9F9.

How was this brand profile generated?

This profile was extracted from http://www.alchemynano.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 Alchemy.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Open Sans",
      "role": "body"
    },
    {
      "family": "Inter",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#577DFF",
    "secondary": "#3C5CCF",
    "accent": "#FF934F",
    "background": "#F9F9F9",
    "textPrimary": "#000000",
    "link": "#FF934F"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Open Sans",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "95px",
      "h2": "72px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "10px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FF934F",
      "textColor": "#FFFFFF",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 20px 20px inset"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 20px 20px inset"
    }
  },
  "images": {
    "favicon": "https://cdn.prod.website-files.com/62a365e5b4ff9527e4d78d44/63d99fa2e536113012d7ae06_Alchemy%20Favicon%20(1).png",
    "ogImage": "https://cdn.prod.website-files.com/62a365e5b4ff9527e4d78d44/6324c3e42e5c4f664866a46c_windshield-nanoceramic-web.jpg"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": -1,
    "reasoning": "No visible logo candidate matches the brand 'Alchemy' effectively. Candidate #1 is invisible, and others do not fit the brand context.",
    "confidence": 0.3,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 2,
      "text": "Defence Solutions",
      "reasoning": "Button #2 has a vibrant orange color (#FF934F) which stands out as a strong call-to-action, suitable for primary CTA."
    },
    "secondary": {
      "index": 3,
      "text": "Our Innovations",
      "reasoning": "Button #3 has a neutral white background, making it suitable as a secondary option, distinct from the primary button's vibrant color."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "technology and innovation sectors"
  },
  "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": "No visible logo candidate matches the brand 'Alchemy' effectively. Candidate #1 is invisible, and others do not fit the brand context.",
        "confidence": 0.3
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles