Home · Branding · Albedo

Albedo Brand Identity

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

Download JSON
Primary
#E9FF97
Accent
#412DB5
Body Font
NB International Regular
Heading
NB International Regular

Color Palette

Brand palette extracted from https://albedo.com.

primary
#E9FF97
rgb(233, 255, 151)
secondary
#3898EC
rgb(56, 152, 236)
accent
#412DB5
rgb(65, 45, 181)
background
#D9D4E2
rgb(217, 212, 226)
textPrimary
#412DB5
rgb(65, 45, 181)
link
#412DB5
rgb(65, 45, 181)

Typography

Each font links to its Google Fonts page where available.

primary
NB International Regular
NB International Regular Google Fonts →
heading
NB International Regular
NB International Regular Google Fonts →
NB International Regular, 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

Albedo logo
Logo
Albedo favicon
Favicon
Albedo social image
Social Card

UI Components

Live previews rendered using Albedo's actual button styles.

input
background #3B3B3B textColor #E9FF97 borderColor #858585 borderRadius 0px shadow none
buttonPrimary
background #E9FF97 textColor #412DB5 borderColor #E9FF97 borderRadius 3px shadow none
buttonSecondary
background #412DB5 textColor #E9FF97 borderColor #E9FF97 borderRadius 3px shadow none

Brand Personality

Tone: modern Energy: high Audience: tech-savvy professionals

Albedo Brand in the Wild

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

Frequently Asked Questions

What is Albedo's primary brand color?

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

What accent color does Albedo use?

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

What font does Albedo use?

Albedo uses NB International Regular as the primary typeface across body and headings.

Does Albedo use a light or dark theme?

Albedo's primary site uses a light color scheme, with a background of #D9D4E2.

Where can I find Albedo's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "NB International Regular",
      "role": "body"
    },
    {
      "family": "NB International Mono",
      "role": "monospace"
    }
  ],
  "colors": {
    "primary": "#E9FF97",
    "secondary": "#3898EC",
    "accent": "#412DB5",
    "background": "#D9D4E2",
    "textPrimary": "#412DB5",
    "link": "#412DB5"
  },
  "typography": {
    "fontFamilies": {
      "primary": "NB International Regular",
      "heading": "NB International Regular"
    },
    "fontStacks": {
      "heading": [
        "NB International Regular",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "NB International Regular",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "NB International Regular",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "74px",
      "h2": "36px",
      "body": "15px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "3px"
  },
  "components": {
    "input": {
      "background": "#3B3B3B",
      "textColor": "#E9FF97",
      "borderColor": "#858585",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#E9FF97",
      "textColor": "#412DB5",
      "borderColor": "#E9FF97",
      "borderRadius": "3px",
      "borderRadiusCorners": {
        "topLeft": "3px",
        "topRight": "3px",
        "bottomRight": "3px",
        "bottomLeft": "3px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#412DB5",
      "textColor": "#E9FF97",
      "borderColor": "#E9FF97",
      "borderRadius": "3px",
      "borderRadiusCorners": {
        "topLeft": "3px",
        "topRight": "3px",
        "bottomRight": "3px",
        "bottomLeft": "3px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22132%22%20height%3D%2218%22%20viewBox%3D%220%200%20132%2018%22%20fill%3D%22none%22%20style%3D%22display%3Ablock%22%20data-fc-idx%3D%220%22%3E%0A%20%20%3Cpath%20d%3D%22M109.374%202.57272H109.271C107.618%200.488818%20104.776%200%20100.643%200H72.4858C69.7475%200%2068.4559%201.44073%2068.4559%203.70472V5.55709C68.4559%207.71817%2069.9025%208.69581%2071.4525%208.95308V9.05599C69.9025%209.31326%2068.4559%2010.3166%2068.4559%2012.4777V14.3043C68.4559%2016.5683%2069.7475%2018.0091%2072.4858%2018.0091H86.9519V16.6713H77.5489C75.2757%2016.6713%2073.7257%2016.3625%2073.7257%2013.6869V12.6578C73.7257%2010.0851%2075.2757%209.67344%2077.5489%209.67344H86.9519V8.33563H77.5489C75.2757%208.33563%2073.7257%207.92399%2073.7257%205.35127V4.32218C73.7257%201.64654%2075.2757%201.33782%2077.5489%201.33782H99.8165C105.396%201.33782%20105.861%204.73381%20105.861%208.23272V9.77635C105.861%2013.2753%20105.396%2016.6713%2099.8165%2016.6713H94.0817V2.77854H88.8119V18.0091H100.54C104.673%2018.0091%20107.618%2017.4945%20109.271%2015.4363H109.374C111.028%2017.4945%20113.973%2018.0091%20118.106%2018.0091H121.619C128.542%2018.0091%20132.004%2016.7742%20132.004%2010.3938V7.61526C132.004%201.23491%20128.542%200%20121.619%200H118.106C113.973%200%20111.028%200.514545%20109.374%202.57272ZM126.734%208.23272V9.77635C126.734%2013.2753%20126.269%2016.6713%20120.689%2016.6713H118.829C113.249%2016.6713%20112.784%2013.2753%20112.784%209.77635V8.23272C112.784%204.73381%20113.249%201.33782%20118.829%201.33782H120.689C126.269%201.33782%20126.734%204.73381%20126.734%208.23272ZM62.6695%200H44.8967V15.2305H50.1666V9.67344H57.5288C59.9312%209.67344%2061.4295%2010.0851%2061.4295%2012.6578V13.6869C61.4295%2016.3625%2059.9312%2016.6713%2057.5288%2016.6713H32.7555V0H27.4857V18.0091H62.6695C65.4077%2018.0091%2066.6993%2016.5683%2066.6993%2014.3043V12.4777C66.6993%2010.3166%2065.2269%209.31326%2063.6769%209.05599V8.95308C65.2269%208.69581%2066.6993%207.71817%2066.6993%205.55709V3.70472C66.6993%201.44073%2065.4077%200%2062.6695%200ZM61.4295%204.32218V5.35127C61.4295%207.92399%2059.9312%208.33563%2057.5288%208.33563H50.1666V1.33782H57.5288C59.9312%201.33782%2061.4295%201.64654%2061.4295%204.32218ZM9.3255%202.44409L0%2018.0091H6.38061L15.5511%202.57272C16.0936%201.64654%2016.7652%201.33782%2017.6435%201.33782H20.046V18.0091H25.3158V0H13.7428C11.7796%200%2010.4105%200.643181%209.3255%202.44409Z%22%20fill%3D%22%23D9D4E2%22%20style%3D%22fill%3A%20rgb(217%2C%20212%2C%20226)%20!important%3B%22%2F%3E%0A%3C%2Fsvg%3E",
    "favicon": "https://cdn.prod.website-files.com/644969eaf2de3f8071a22936/6466a06a21dc3e1ef8bfdea8_Albedo_Favicon.png",
    "ogImage": "https://cdn.prod.website-files.com/698b6b05059ac15fa9f34b65/69d6cb7fa5132851e6cbec83_Albedo_Social_Share.jpg",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, matching the brand 'Albedo'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Get in touch",
      "reasoning": "Button #1 has a vibrant green background (#E9FF97) and action-oriented text 'Get in touch', making it a strong candidate for the primary CTA."
    },
    "secondary": {
      "index": 3,
      "text": "Explore The Systems",
      "reasoning": "Button #3 has a different vibrant blue background (#412DB5) and the text 'Explore The Systems', making it suitable as a secondary CTA."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "tech-savvy 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 visible, located in the header, and links to the homepage, matching the brand 'Albedo'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles