Home · Branding · LifeAt

LifeAt Brand Identity

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

Download JSON
Primary
#4169E1
Accent
#4169E1
Body Font
Circularstd
Heading
Circularstd

Color Palette

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

primary
#4169E1
rgb(65, 105, 225)
accent
#4169E1
rgb(65, 105, 225)
background
#F9F7F6
rgb(249, 247, 246)
textPrimary
#333333
rgb(51, 51, 51)
link
#0000EE
rgb(0, 0, 238)

Typography

Each font links to its Google Fonts page where available.

primary
Circularstd
Circularstd Google Fonts →
heading
Circularstd
Circularstd Google Fonts →
Circularstd, 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

LifeAt logo
Logo
LifeAt favicon
Favicon

UI Components

Live previews rendered using LifeAt's actual button styles.

buttonPrimary
background #4169E1 textColor #FFFFFF borderRadius 20px shadow none
buttonSecondary
background #F2F2F2 textColor #000000 borderRadius 6px shadow none

Brand Personality

Tone: modern Energy: medium Audience: professionals seeking productivity tools

LifeAt Brand in the Wild

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

Frequently Asked Questions

What is LifeAt's primary brand color?

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

What font does LifeAt use?

LifeAt uses Circularstd as the primary typeface across body and headings.

Does LifeAt use a light or dark theme?

LifeAt's primary site uses a light color scheme, with a background of #F9F7F6.

Where can I find LifeAt's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Circularstd",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#4169E1",
    "accent": "#4169E1",
    "background": "#F9F7F6",
    "textPrimary": "#333333",
    "link": "#0000EE"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Circularstd",
      "heading": "Circularstd"
    },
    "fontStacks": {
      "heading": [
        "Circularstd",
        "sans-serif"
      ],
      "body": [
        "Circularstd",
        "sans-serif"
      ],
      "paragraph": [
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "14px",
      "h2": "64px",
      "body": "12px"
    }
  },
  "spacing": {
    "baseUnit": 10,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#4169E1",
      "textColor": "#FFFFFF",
      "borderRadius": "20px",
      "borderRadiusCorners": {
        "topLeft": "20px",
        "topRight": "20px",
        "bottomRight": "20px",
        "bottomLeft": "20px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#F2F2F2",
      "textColor": "#000000",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/60babc2e4a97ce747f58d8db/66999b7e529f9d524a815d65_kln.svg",
    "favicon": "https://cdn.prod.website-files.com/60babc2e4a97ce747f58d8db/61ff2bf76de89d0764c086c7_Frame%2018.png",
    "ogImage": null,
    "logoHref": "/",
    "logoAlt": "LifeAt Logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 2,
    "reasoning": "Selected #2 because it is visible, located in the header, has an alt text matching the brand ('LifeAt Logo'), and links to the homepage.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "🧠 Start focusing",
      "reasoning": "Button #0 ('🧠 Start focusing') uses the vibrant brand color #4169E1 and has action-oriented text, making it the primary CTA."
    },
    "secondary": {
      "index": 2,
      "text": "Okay",
      "reasoning": "Button #2 ('Okay') has a different background color (#F2F2F2) and serves as a secondary action with less emphasis."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "professionals seeking productivity tools"
  },
  "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": 2,
        "selectedLogoReasoning": "Selected #2 because it is visible, located in the header, has an alt text matching the brand ('LifeAt Logo'), and links to the homepage.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles