Home · Branding · Albiware Inc.

Albiware Inc. Brand Identity

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

Download JSON
Primary
#FF861E
Accent
#FF861E
Body Font
Poppins
Heading
Trueno Light

Color Palette

Brand palette extracted from https://www.albiware.com.

primary
#FF861E
rgb(255, 134, 30)
secondary
#2463EB
rgb(36, 99, 235)
accent
#FF861E
rgb(255, 134, 30)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#262A5E
rgb(38, 42, 94)
link
#262A5E
rgb(38, 42, 94)

Typography

Each font links to its Google Fonts page where available.

primary
Poppins
heading
Trueno Light
Trueno Light Google Fonts →
Poppins, 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

Albiware Inc. logo
Logo
Albiware Inc. favicon
Favicon
Albiware Inc. social image
Social Card

UI Components

Live previews rendered using Albiware Inc.'s actual button styles.

input
background #FFFFFF textColor #000000 borderColor null borderRadius 3px shadow none
buttonPrimary
background #FF861E textColor #FFFFFF borderRadius 26px shadow none
buttonSecondary
background #FFFFFF textColor #2463EB borderRadius 10px shadow rgba(0, 0, 0, 0.1) 6px 0px 24px 0px

Brand Personality

Tone: professional Energy: medium Audience: businesses in restoration management

Albiware Inc. Brand in the Wild

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

Frequently Asked Questions

What is Albiware Inc.'s primary brand color?

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

What font does Albiware Inc. use?

Albiware Inc. uses Poppins for body text and Trueno Light for headings. Fonts were detected on https://www.albiware.com as part of their live design system.

Does Albiware Inc. use a light or dark theme?

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

Where can I find Albiware Inc.'s logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Poppins",
      "role": "body"
    },
    {
      "family": "Trueno Light",
      "role": "heading"
    },
    {
      "family": "Trueno SemiBold",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#FF861E",
    "secondary": "#2463EB",
    "accent": "#FF861E",
    "background": "#FFFFFF",
    "textPrimary": "#262A5E",
    "link": "#262A5E"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Poppins",
      "heading": "Trueno Light"
    },
    "fontStacks": {
      "heading": [
        "Poppins",
        "sans-serif"
      ],
      "body": [
        "Poppins",
        "sans-serif"
      ],
      "paragraph": [
        "Poppins",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "14.4px",
      "h2": "60px",
      "body": "17.6px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderColor": null,
      "borderRadius": "3px",
      "borderRadiusCorners": {
        "topLeft": "3px",
        "topRight": "3px",
        "bottomRight": "3px",
        "bottomLeft": "3px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#FF861E",
      "textColor": "#FFFFFF",
      "borderRadius": "26px",
      "borderRadiusCorners": {
        "topLeft": "26px",
        "topRight": "26px",
        "bottomRight": "26px",
        "bottomLeft": "26px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#2463EB",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "rgba(0, 0, 0, 0.1) 6px 0px 24px 0px"
    }
  },
  "images": {
    "logo": "https://albiware.com/wp-content/uploads/AllWhite_Icon_AlbiText.svg",
    "favicon": "https://albiware.com/wp-content/themes/p1ws-subcore/library/images/favicons/apple-touch-icon-57x57.png",
    "ogImage": "https://albiware.com/wp-content/uploads/albi_1200x630.png",
    "logoHref": "https://albiware.com",
    "logoAlt": "Albiware"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Selected #1 because it is visible, located in the header, links to the homepage, and matches the brand name 'Albiware'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Book a Demo",
      "reasoning": "Button #0 'Book a Demo' uses the vibrant brand color #FF861E, indicating a strong call-to-action for potential customers to engage with the product."
    },
    "secondary": {
      "index": 4,
      "text": "Restoration Job Management Software\n\t\t\t\n\t\t\t\n\n\n\n\n\t\t\n\t\t\n\t\tA mobile platform that makes tasks, communic",
      "reasoning": "Button #4 has a different background color (#FFFFFF) and provides additional information, making it suitable as a secondary action."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "businesses in restoration management"
  },
  "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": 1,
        "selectedLogoReasoning": "Selected #1 because it is visible, located in the header, links to the homepage, and matches the brand name 'Albiware'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles