Home · Branding · Astrus

Astrus Brand Identity

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

Download JSON
Primary
#C180FF
Accent
#FFFFFF
Body Font
Inter
Heading
Manrope

Color Palette

Brand palette extracted from https://www.astrus.ai/.

primary
#C180FF
rgb(193, 128, 255)
secondary
#0000EE
rgb(0, 0, 238)
accent
#FFFFFF
rgb(255, 255, 255)
background
#060414
rgb(6, 4, 20)
textPrimary
#060414
rgb(6, 4, 20)
link
#060414
rgb(6, 4, 20)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Manrope
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

Astrus logo
Logo
Astrus favicon
Favicon
Astrus social image
Social Card

UI Components

Live previews rendered using Astrus's actual button styles.

input
background transparent textColor #FFFFFF borderColor null borderRadius 0px shadow none
buttonPrimary
background #FFFFFF textColor #0000EE borderRadius 10px shadow rgb(184, 193, 230) 0px 1px 2px 0px inset, rgba(46, 64, 128, 0.35) 0px 0.706592px 0.706592px -0.583333px, rgba(46, 64, 128, 0.34) 0px 1.80656px 1.80656px -1.16667px, rgba(46, 64, 128, 0.33) 0px 3.62176px 3.62176px -1.75px, rgba(46, 64, 128, 0.3) 0px 6.8656px 6.8656px -2.33333px, rgba(46, 64, 128, 0.26) 0px 13.6468px 13.6468px -2.91667px, rgba(46, 64, 128, 0.15) 0px 30px 30px -3.5px
buttonSecondary
background #060414 textColor #000000 borderRadius 10px shadow rgba(192, 176, 232, 0.49) 0px 1px 2px 0px inset, rgba(99, 69, 173, 0.35) 0px 0.706592px 0.706592px -0.583333px, rgba(99, 69, 173, 0.34) 0px 1.80656px 1.80656px -1.16667px, rgba(99, 69, 173, 0.33) 0px 3.62176px 3.62176px -1.75px, rgba(99, 69, 173, 0.3) 0px 6.8656px 6.8656px -2.33333px, rgba(99, 69, 173, 0.26) 0px 13.6468px 13.6468px -2.91667px, rgba(99, 69, 173, 0.15) 0px 30px 30px -3.5px, rgba(252, 252, 252, 0.25) 0px -2px 2px 0px inset

Brand Personality

Tone: modern Energy: medium Audience: technology professionals

Astrus Brand in the Wild

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

Frequently Asked Questions

What is Astrus's primary brand color?

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

What accent color does Astrus use?

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

What font does Astrus use?

Astrus uses Inter for body text and Manrope for headings. Fonts were detected on https://www.astrus.ai/ as part of their live design system.

Does Astrus use a light or dark theme?

Astrus's primary site uses a dark color scheme, with a background of #060414.

Where can I find Astrus's logo?

Astrus's logo is available directly on their site (https://www.astrus.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://www.astrus.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 Astrus.

Methodology

Brand data on this page was extracted from https://www.astrus.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 Astrus.

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Fragment Mono",
      "role": "monospace"
    },
    {
      "family": "Manrope",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#C180FF",
    "secondary": "#0000EE",
    "accent": "#FFFFFF",
    "background": "#060414",
    "textPrimary": "#060414",
    "link": "#060414"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Manrope"
    },
    "fontStacks": {
      "heading": [
        "sans-serif"
      ],
      "body": [
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "12px",
      "h2": "32px",
      "body": "32px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#FFFFFF",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#FFFFFF",
      "textColor": "#0000EE",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "rgb(184, 193, 230) 0px 1px 2px 0px inset, rgba(46, 64, 128, 0.35) 0px 0.706592px 0.706592px -0.583333px, rgba(46, 64, 128, 0.34) 0px 1.80656px 1.80656px -1.16667px, rgba(46, 64, 128, 0.33) 0px 3.62176px 3.62176px -1.75px, rgba(46, 64, 128, 0.3) 0px 6.8656px 6.8656px -2.33333px, rgba(46, 64, 128, 0.26) 0px 13.6468px 13.6468px -2.91667px, rgba(46, 64, 128, 0.15) 0px 30px 30px -3.5px"
    },
    "buttonSecondary": {
      "background": "#060414",
      "textColor": "#000000",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "rgba(192, 176, 232, 0.49) 0px 1px 2px 0px inset, rgba(99, 69, 173, 0.35) 0px 0.706592px 0.706592px -0.583333px, rgba(99, 69, 173, 0.34) 0px 1.80656px 1.80656px -1.16667px, rgba(99, 69, 173, 0.33) 0px 3.62176px 3.62176px -1.75px, rgba(99, 69, 173, 0.3) 0px 6.8656px 6.8656px -2.33333px, rgba(99, 69, 173, 0.26) 0px 13.6468px 13.6468px -2.91667px, rgba(99, 69, 173, 0.15) 0px 30px 30px -3.5px, rgba(252, 252, 252, 0.25) 0px -2px 2px 0px inset"
    }
  },
  "images": {
    "logo": "https://framerusercontent.com/images/hNlRLmuU5L5rbVgyBKm8n6PI9Y.svg",
    "favicon": "https://framerusercontent.com/images/v1mu82B0Xbvh619Ir7qulG8jY.png",
    "ogImage": "https://framerusercontent.com/assets/zV3g2D3ZQFZKjSTe4Mzzhce8G9A.png",
    "logoHref": "./"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is the only visible candidate, links to the homepage, and matches the brand inferred from the URL and page title.",
    "confidence": 0.8,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Book Demo",
      "reasoning": "The 'Book Demo' button is likely the primary CTA due to its distinct color group (#FFFFFF) and action-oriented text, which suggests a key conversion action."
    },
    "secondary": {
      "index": 1,
      "text": "Submit",
      "reasoning": "The 'Submit' button is selected as secondary because it has a different color group (#060414) and serves a supportive role."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "technology 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": 0,
        "selectedLogoReasoning": "Selected #0 because it is the only visible candidate, links to the homepage, and matches the brand inferred from the URL and page title.",
        "confidence": 0.8
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles